* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face{
    font-family: 'Tektur-Regular';
    src: url(TekturNarrow-Regular.ttf);
}

@font-face{
    font-family: 'Kobzar';
    src: url(Kobzar.ttf);
}

@font-face{
    font-family: 'Robtronika';
    src: url(Robtronika.ttf);
}

.menu-menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: right; 
    align-items: center; 
    z-index: 2;
    background-color: #1a1a1a;
    padding-top: 1%;
    padding-right: 1%;
}

.menu-menu h1,h2,h3,h4 {
    text-align: right;
    font-size: 1rem;
    color: #f1f1f1;
    padding-left: 1%;
    padding-right: 1%;
}

.menu-menu h2, h4 {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.menu-menu a {
    text-decoration: none;
    color: #f1f1f1;
}

.menu-svg {
    position: relative;
    width: 5vh;
    height: 5vh;
    display: flex;
    align-items: center;    
    justify-content: center; 
    text-align: center;     
    z-index: 2;
    background-color: #f1f1f1;
    background-image: url(laptop-work-svgrepo-com.svg);
    border-radius: 25px;
    margin-left: 1%;
    padding-right: 1%;
}

.header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-start; 
    height: 100vh;
    padding-left: 5%;
    box-sizing: border-box;
    background-color: #1a1a1a;
}

.header-content {
    width: 50%;
    text-align: left;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
}

.header h1 {
    font-family: 'Tektur-Regular';
    color: #f1f1f1;
    font-size: 3rem;
    text-align:center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.header p {
    font-family: 'Kobzar';
    font-size: 1.6rem;
    color: #666;
    margin: 0;
    text-align: right;
    margin-right: 3rem;
}

.header svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}


.path {
    fill: none;
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.path1 {
    stroke-dasharray: 6884;
}

.content1 {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 150vh;
    padding-left: 3rem;
    box-sizing: border-box;
    background-color: #f1f1f1;
}

.content1-card-left {
    width: 50%;
    text-align: left;
    z-index: 2;
}

.content1-card-left h1 {
    font-family: 'Tektur-Regular';
    color: #1a1a1a;
    font-size: 3rem;
    text-align:left;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.content1-card-left p {
    font-size: 2rem;
    color: #666;
    margin: 0;
    margin-right: 3rem;
    text-align: justify;
}

.content1-card-right {
    margin-top: 7rem;
    width: 50%;
    text-align: left;
    z-index: 2;
    align-self: flex-end;
}

.content1-card-right h1 {
    font-family: 'Tektur-Regular';
    color: #1a1a1a;
    font-size: 3rem;
    text-align: right;
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-right: 3rem;
    font-weight: bold;
}

.content1-card-right p {
    font-size: 2rem;
    color: #666;
    margin: 0;
    margin-right: 3rem;
    text-align: justify;
}

.content1 svg {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.path2 {
    stroke: #000;
}

.content2 {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-left: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    background-color: #1a1a1a;
}

.content2-card {
    width: 30%;
    text-align: left;
    z-index: 2;
    align-self: flex-end;
}

.content2-card h1 {
    font-family: 'Tektur-Regular';
    color: #f1f1f1;
    font-size: 3rem;
    text-align: right;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.content2-card p {
    font-family: 'Kobzar';
    font-size: 1.2rem;
    color: #666;
    text-align: right;
}

.content2-card mark {
    background-color: #f1f1f1;
    color: #1a1a1a;
    font-weight: bold;
    padding: 0.2rem;
}

.content2 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.content2-card-static {
    z-index: 2;
    align-self: flex-end;
    margin-right: 3rem;
    width: 50%;
    text-align: left
}

.content2-static {
    display: flex;
    flex-direction: row;
    z-index: 2;
    align-self: flex-end;
    background-color: #f1f1f1;
    border-radius: 25px;
    margin-top: 5rem;
    border-bottom: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.content2-static h1 {
    font-size: 7rem;
    margin-right: 2rem;
    vertical-align: middle;
}

.content2-static p {
    font-family: 'Robtronika';
    font-size: 3rem;
    vertical-align: middle;
}

.content2-card-add1 {
    text-align: left;
    z-index: 2;
    align-self: flex-end;
    margin-top: 5rem;
}

.content2-card-add1 h1 {
    color: #f1f1f1;
    font-size: 1.5rem;
    text-align:left;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.content2-card-add1 p {
    font-size: 1.2rem;
    color: #666;
    text-align: right;
}

.content2-card-add1 mark {
    background-color: #f1f1f1;
    color: #1a1a1a;
    font-weight: bold;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.content2-card-add2 {
    text-align: left;
    z-index: 2;
    align-self: flex-end;
}

.content2-card-add2 h1 {
    color: #f1f1f1;
    font-size: 1.5rem;
    text-align:left;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.content2-card-add2 p {
    font-size: 1.2rem;
    color: #666;
    text-align: right;
}

.content2-card-add2 mark {
    background-color: #f1f1f1;
    color: #1a1a1a;
    font-weight: bold;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.path3 {
    stroke: #f1f1f1;
}

.content3 {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 120vh;
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding-left: 3rem;
    padding-right: 3rem;
}

.content3-card {
    width: auto;
    text-align: left;
    z-index: 2;
    align-self: flex-start;
}

.content3-card h1 {
    font-family: 'Tektur-Regular';
    color: #1a1a1a;
    font-size: 3rem;
    text-align:left;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.content3-card p {
    font-family: 'Kobzar';
    font-weight: bold;
    font-size: 1.2rem;
    color: #666;
    text-align: right;
}

.content3-card mark {
    color: #1a1a1a;
    font-weight: bold;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.content3-projects-card-row1 {
    display: flex;
    flex-direction: row;
    z-index: 2;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.content3-projects-card-row2 {
    display: flex;
    flex-direction: row;
    z-index: 2;
    align-items: center;
    justify-content: center;
}
.content3-projects-card {
    display: flex;
    flex-direction:row;
    z-index: 2;
    border-radius: 25px;
    justify-content: center;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.content3-projects-vertical {
    width: 20%;
    height: 30vh;
    display: flex;
    align-items: center;    
    justify-content: center; 
    text-align: center;     
    z-index: 2;
    background-color: #1a1a1a;
    border-radius: 25px 0 0 25px;
}

.content3-projects-vertical h1 {
    color: #f1f1f1;
    font-size: 3rem;
    text-align:center;
    font-weight: bold;
    writing-mode: sideways-lr;
    margin: 0;
    padding: 0;
    line-height: 1; 
}

.content3-projects-horizontal {
    width: 40vh;
    height: 30vh;
    display: flex;
    align-items: center;    
    justify-content: center; 
    text-align: center;     
    z-index: 2;
    background-color: #1a1a1a;
    border-radius: 0px 25px 25px 0px;
    border-left: 1px solid #f1f1f1;
}

.content3-projects-horizontal p {
    font-size: 1.2rem;
    color: #f1f1f1;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

.content3 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.path4 {
    stroke: #f1f1f1;
}

.content3-deviz {
    display: flex;
    flex-direction:row;
    z-index: 2;
    border-radius: 25px;
    justify-content: center;
    margin-top: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.content3-deviz-left {
    width: 10%;
    height: 11vh;
    display: flex;
    align-items: center;    
    justify-content: center; 
    text-align: center;     
    z-index: 2;
    background-color: #f1f1f1;
    border-radius: 25px 0 0 25px;
    background-image: url(wheelbarrow-svgrepo-com.svg);
    border-top: #666 solid 1px;
    border-bottom: #666 solid 1px;
    border:  #666 solid 3px;
}

.content3-deviz-right {
    width: auto;
    height: 11vh;
    display: flex;
    align-items: center;    
    justify-content: center; 
    text-align: left;     
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 2;
    background-color: #f1f1f1;
    border-radius: 0px 25px 25px 0px;
    border-bottom: 3px solid #666;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
}

.footer {
    position: relative;
    display: flex;
    align-items: center;    
    justify-content: center; 
    text-align: left;     
    flex-direction: column;
    height: 10vh;
    box-sizing: border-box;
    background-color: #1a1a1a;
}

.footer h1{
    font-size: 1rem;
    color:#f1f1f1;
}

.footer p,a{
    font-size: 1rem;
    color: #f1f1f1;
}

/* Media Queries for Responsive Design */

/* 1200px */
@media (max-width: 1200px) {
    .header-content, .content1-card-left, .content1-card-right {
        width: 70%;
    }

    .content2-card {
        width: 40%;
    }

    .content3-projects-vertical {
        width: 25%;
    }

    .content3-projects-horizontal {
        width: 35vh;
    }

    .header h1, .content1-card-left h1, .content1-card-right h1, .content2-card h1, .content3-card h1 {
        font-size: 2.5rem;
    }

    .header p, .content1-card-left p, .content1-card-right p {
        font-size: 1.8rem;
    }

    .content2-static h1 {
        font-size: 5rem;
    }

    .content2-static p {
        font-size: 2rem;
    }
}

/* 992px */
@media (max-width: 992px) {
    .menu-menu {
        flex-direction: column;
        align-items: flex-end;
        padding: 2% 5%;
    }

    .menu-menu h1, h2, h3, h4 {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

    .header-content, .content1-card-left, .content1-card-right {
        width: 80%;
    }

    .content2-card {
        width: 50%;
    }

    .content3-projects-card {
        flex-direction: column;
        align-items: center;
    }

    .content3-projects-vertical, .content3-projects-horizontal {
        width: 100%;
        border-radius: 25px;
        margin: 0.5rem 0;
    }

    .content3-projects-vertical h1 {
        writing-mode: horizontal-tb;
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    @font-face{
        font-family: 'Tektur-Regular';
        src: url(TekturNarrow-Regular.ttf);
    }

    @font-face{
        font-family: 'Kobzar';
        src: url(Kobzar.ttf);
    }

    @font-face{
        font-family: 'Robtronika';
        src: url(Robtronika.ttf);
    }

    .menu-menu {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: right; 
        align-items: center; 
        z-index: 2;
        background-color: #1a1a1a;
        padding-top: 1%;
        padding-right: 2%;
    }

    .menu-menu h1,h2,h3,h4 {
        text-align: right;
        color: #f1f1f1;
        padding-left: 2%;
        padding-right: 2%;
    }

    .menu-menu a {
        font-size: 1rem;
        text-decoration: none;
        color: #f1f1f1;
    }

    .menu-svg {
        position: relative;
        width: 5vh;
        height: 5vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        background-image: url(laptop-work-svgrepo-com.svg);
        border-radius: 25px;
        margin-left: 1%;
        padding-right: 1%;
    }

    .header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: flex-start; 
        height: 100vh;
        padding-left: 5%;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .header-content {
        width: 50%;
        text-align: left;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 15px;
    }

    .header h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 3rem;
        text-align:center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .header p {
        font-family: 'Kobzar';
        font-size: 1.6rem;
        color: #666;
        margin: 0;
        text-align: right;
        margin-right: 3rem;
    }

    .header svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }

    .path {
        fill: none;
        stroke: #f2f2f2;
        stroke-width: 3px;
    }

    .path1 {
        stroke-dasharray: 6884;
    }

    .content1 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100vh;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #f1f1f1;
    }

    .content1-card-left {
        width: 60%;
        text-align: left;
        z-index: 2;
    }

    .content1-card-left h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content1-card-left p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 0rem;
        text-align: justify;
    }

    .content1-card-right {
        margin-top: 10rem;
        width: 60%;
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .content1-card-right h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align: right;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-right: 0rem;
        font-weight: bold;
    }

    .content1-card-right p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 0rem;
        text-align: justify;
    }

    .content1 svg {
        position: absolute;
        top: 3%;
        left: -4%;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }

    .path2 {
        stroke: #000;
    }

    .content2 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #1a1a1a;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .content2-card {
        width: 100%;
        text-align: right;
        z-index: 2;
        align-self: flex-end;
    }

    .content2-card h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 2rem;
        text-align: right;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
    }

    .content2 svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: contain;
    }

    .content2-card-static {
        z-index: 2;
        align-self: flex-end;
        margin-right: 5rem;
        margin-top: 5rem;
    }

    .content2-static {
        display: flex;
        flex-direction: row;
        width: 100%;
        z-index: 2;
        align-self: flex-start;
        text-align: left;
        background-color: #f1f1f1;
        border-radius: 25px;
        margin-top: 2rem;
        border-bottom: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-right: 2rem;
    }

    .content2-static h1 {
        font-size: 3rem;
        margin-right: 2rem;
        vertical-align: middle;
    }

    .content2-static p {
        font-family: 'Robtronika';
        font-size: 1rem;
        vertical-align: middle;
    }

    .content2-card-add1 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-top: 1rem;
    }

    .content2-card-add1 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add1 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add1 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .content2-card-add2 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 2rem;
    }

    .content2-card-add2 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add2 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add2 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .path3 {
        stroke: #f1f1f1;
    }

    .content3 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 120vh;
        box-sizing: border-box;
        background-color: #f1f1f1;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .content3-card {
        width: auto;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content3-card h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 3rem;
        text-align:left;
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content3-card p {
        font-family: 'Kobzar';
        font-weight: bold;
        font-size: 1.2rem;
        color: #666;
        text-align: right;
    }

    .content3-card mark {
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    .content3-projects-card-row1 {
        display: flex;
        flex-direction: row;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
    }

    .content3-projects-card-row2 {
        display: flex;
        flex-direction: row;
        z-index: 2;
        align-items: center;
        justify-content: center;
    }
    .content3-projects-card {
        display: flex;
        flex-direction:row;
        z-index: 2;
        border-radius: 25px;
        justify-content: center;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .content3-projects-vertical {
        width: 22%;
        height: 30vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 25px 0 0 25px;
    }

    .content3-projects-vertical h1 {
        color: #f1f1f1;
        font-size: 3rem;
        text-align:center;
        font-weight: bold;
        writing-mode: sideways-lr;
        margin: 0;
        padding: 0;
        line-height: 1; 
    }

    .content3-projects-horizontal {
        width: 30vh;
        height: 30vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 0px 25px 25px 0px;
        border-left: 1px solid #f1f1f1;
    }

    .content3-projects-horizontal p {
        font-size: 1.2rem;
        color: #f1f1f1;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .content3 svg {
        position: absolute;
        top: -9vh;
        left: -8vh;
        width: 65%;
        height: 65%;
        z-index: 1;
        object-fit: cover;
    }

    .path4 {
        stroke: #f1f1f1;
    }

    .content3-deviz {
        display: flex;
        flex-direction:row;
        z-index: 2;
        border-radius: 25px;
        justify-content: center;
        margin-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .content3-deviz-left {
        width: 40%;
        height: 11vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        border-radius: 25px 0 0 25px;
        background-image: url(wheelbarrow-svgrepo-com.svg);
        border-top: #666 solid 1px;
        border-bottom: #666 solid 1px;
        border:  #666 solid 3px;
    }

    .content3-deviz-right {
        width: auto;
        height: 11vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        padding-left: 1rem;
        padding-right: 1rem;
        z-index: 2;
        background-color: #f1f1f1;
        border-radius: 0px 25px 25px 0px;
        border-bottom: 3px solid #666;
        border-top: 3px solid #666;
        border-right: 3px solid #666;
    }

    .footer {
        position: relative;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        flex-direction: column;
        height: 10vh;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .footer h1{
        font-size: 1,5rem;
        color:#f1f1f1;
    }

    .footer a{
        font-size: 1rem;
        color: #f1f1f1;
    }
}

@media (max-width: 576px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    @font-face{
        font-family: 'Tektur-Regular';
        src: url(TekturNarrow-Regular.ttf);
    }

    @font-face{
        font-family: 'Kobzar';
        src: url(Kobzar.ttf);
    }

    @font-face{
        font-family: 'Robtronika';
        src: url(Robtronika.ttf);
    }

    .menu-menu {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center; 
        align-items: center; 
        z-index: 2;
        background-color: #1a1a1a;
        padding-top: 1%;
        padding-right: 1%;
    }

    .menu-menu h1,h2,h3,h4 {
        text-align: right;
        color: #f1f1f1;
        padding-left: 2%;
        padding-right: 2%;
    }

    .menu-menu h2, h4 {
        border-left: none;
        border-right: none;
    }

    .menu-menu a {
        font-size: 0.7rem;
        text-decoration: none;
        color: #f1f1f1;
    }

    .menu-svg {
        position: relative;
        width: 5vh;
        height: 5vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        background-image: url(laptop-work-svgrepo-com.svg);
        border-radius: 25px;
        margin-left: 1%;
        padding-right: 1%;
    }

    .header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
        height: 100vh;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .header-content {
        width: 100%;
        text-align: left;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 15px;
        margin-top: 50%;
    }

    .header h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 1.9rem;
        text-align:center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .header p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        margin: 0;
        text-align: right;
        margin-right: 1rem;
    }

    .header svg {
        position: absolute;
        top: -24%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }


    .path {
        fill: none;
        stroke: #f2f2f2;
        stroke-width: 3px;
    }

    .path1 {
        stroke-dasharray: 6884;
    }

    .content1 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #f1f1f1;
    }

    .content1-card-left {
        width: 90%;
        text-align: left;
        z-index: 2;
    }

    .content1-card-left h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content1-card-left p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 0rem;
        text-align: justify;
    }

    .content1-card-right {
        margin-top: 1rem;
        width: 90%;
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .content1-card-right h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align: right;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-right: 0rem;
        font-weight: bold;
    }

    .content1-card-right p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 0rem;
        text-align: justify;
    }

    .content1 svg {
        display: none;
    }

    .path2 {
        stroke: #000;
    }

    .content2 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #1a1a1a;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .content2-card {
        width: 100%;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content2-card h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 2rem;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
    }

    .content2 svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: contain;
    }

    .content2-card-static {
        z-index: 2;
        align-self: flex-end;
        margin-right: 0;
        margin-top: 5rem;
    }

    .content2-static {
        display: flex;
        flex-direction: row;
        z-index: 2;
        align-self: flex-start;
        text-align: left;
        background-color: #f1f1f1;
        border-radius: 25px;
        margin-top: 2rem;
        border-bottom: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-right: 0;
    }

    .content2-static h1 {
        font-size: 3rem;
        margin-right: 2rem;
        vertical-align: middle;
    }

    .content2-static p {
        font-family: 'Robtronika';
        font-size: 1rem;
        vertical-align: middle;
    }

    .content2-card-add1 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-top: 1rem;
    }

    .content2-card-add1 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add1 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add1 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .content2-card-add2 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 2rem;
    }

    .content2-card-add2 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add2 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add2 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .path3 {
        stroke: #f1f1f1;
    }

    .content3 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        box-sizing: border-box;
        background-color: #f1f1f1;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content3-card {
        width: auto;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content3-card h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content3-card p {
        font-family: 'Kobzar';
        font-weight: bold;
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content3-card mark {
        color: #1a1a1a;
        font-weight: bold;
        padding-right: none;
        padding-left: none;
        padding-bottom: none;
        padding-top: none;
    }

    .content3-projects-card-row1 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 5rem;
    }

    .content3-projects-card-row2 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
    }
    .content3-projects-card {
        display: flex;
        flex-direction:row;
        z-index: 2;
        border-radius: 25px;
        justify-content: center;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .content3-projects-vertical {
        width: 20%;
        height: 30vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 25px 0 0 25px;
    }

    .content3-projects-vertical h1 {
        color: #f1f1f1;
        font-size: 3rem;
        text-align:center;
        font-weight: bold;
        writing-mode: sideways-lr;
        margin: 0;
        padding: 0;
        line-height: 1; 
    }

    .content3-projects-horizontal {
        width: 40vh;
        height: 30vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 0px 25px 25px 0px;
        border-left: 1px solid #f1f1f1;
    }

    .content3-projects-horizontal p {
        font-size: 1.2rem;
        color: #f1f1f1;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .content3 svg {
        display: none;
    }

    .path4 {
        stroke: #f1f1f1;
    }

    .content3-deviz {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .content3-deviz-left {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        border-radius: 25px 25px 0 0;
        background-image: url(wheelbarrow-svgrepo-com.svg);
        background-size: contain;
        border-top: #666 solid 1px;
        border-bottom: #666 solid 1px;
        border:  #666 solid 3px;
        margin-bottom: 0;
    }

    .content3-deviz-right {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        z-index: 2;
        margin-top: 0;
        background-color: #f1f1f1;
        border-radius: 0 0 25px 25px;
        border-bottom: 3px solid #666;
        border-left: 3px solid #666;
        border-right: 3px solid #666;
    }

    .footer {
        position: relative;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        flex-direction: column;
        height: 10vh;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .footer h1{
        font-size: 0.9rem;
        color:#f1f1f1;
    }

    .footer a{
        font-size: 0.9rem;
        color: #f1f1f1;
    }
}

@media (max-width: 480px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    @font-face{
        font-family: 'Tektur-Regular';
        src: url(TekturNarrow-Regular.ttf);
    }

    @font-face{
        font-family: 'Kobzar';
        src: url(Kobzar.ttf);
    }

    @font-face{
        font-family: 'Robtronika';
        src: url(Robtronika.ttf);
    }

    .menu-menu {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center; 
        align-items: center; 
        z-index: 2;
        background-color: #1a1a1a;
        padding-top: 1%;
        padding-right: 1%;
    }

    .menu-menu h1,h2,h3,h4 {
        text-align: right;
        color: #f1f1f1;
        padding-left: 2%;
        padding-right: 2%;
    }

    .menu-menu h2, h4 {
        border-left: none;
        border-right: none;
    }

    .menu-menu a {
        font-size: 0.7rem;
        text-decoration: none;
        color: #f1f1f1;
    }

    .menu-svg {
        position: relative;
        width: 5vh;
        height: 5vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        background-image: url(laptop-work-svgrepo-com.svg);
        border-radius: 25px;
        margin-left: 1%;
        padding-right: 1%;
    }

    .header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
        height: 100vh;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .header-content {
        width: 100%;
        text-align: left;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 15px;
        margin-top: 50%;
    }

    .header h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 1.9rem;
        text-align:center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .header p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        margin: 0;
        text-align: right;
        margin-right: 1rem;
    }

    .header svg {
        position: absolute;
        top: -24%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }


    .path {
        fill: none;
        stroke: #f2f2f2;
        stroke-width: 3px;
    }

    .path1 {
        stroke-dasharray: 6884;
    }

    .content1 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #f1f1f1;
    }

    .content1-card-left {
        width: 90%;
        text-align: left;
        z-index: 2;
    }

    .content1-card-left h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content1-card-left p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 0rem;
        text-align: justify;
    }

    .content1-card-right {
        margin-top: 1rem;
        width: 90%;
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .content1-card-right h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align: right;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-right: 0rem;
        font-weight: bold;
    }

    .content1-card-right p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 0rem;
        text-align: justify;
    }

    .content1 svg {
        display: none;
    }

    .path2 {
        stroke: #000;
    }

    .content2 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #1a1a1a;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .content2-card {
        width: 100%;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content2-card h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 2rem;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
    }

    .content2 svg {
        display: none;
    }

    .content2-card-static {
        z-index: 2;
        align-self: flex-start;
        margin-right: none;
        margin-top: 5rem;
    }

    .content2-static {
        display: flex;
        flex-direction: row;
        z-index: 2;
        align-self: flex-start;
        text-align: left;
        background-color: #f1f1f1;
        border-radius: 25px;
        margin-top: 2rem;
        border-bottom: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .content2-static h1 {
        font-size: 3rem;
        margin-right: 2rem;
        vertical-align: middle;
    }

    .content2-static p {
        font-family: 'Robtronika';
        font-size: 1rem;
        vertical-align: middle;
    }

    .content2-card-add1 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-top: 1rem;
    }

    .content2-card-add1 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add1 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add1 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .content2-card-add2 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 2rem;
    }

    .content2-card-add2 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add2 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add2 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .path3 {
        stroke: #f1f1f1;
    }

    .content3 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        box-sizing: border-box;
        background-color: #f1f1f1;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content3-card {
        width: auto;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content3-card h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content3-card p {
        font-family: 'Kobzar';
        font-weight: bold;
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content3-card mark {
        color: #1a1a1a;
        font-weight: bold;
        padding-right: none;
        padding-left: none;
        padding-bottom: none;
        padding-top: none;
    }

    .content3-projects-card-row1 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .content3-projects-card-row2 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .content3-projects-card {
        display: flex;
        flex-direction:column;
        z-index: 2;
        border-radius: 25px;
        justify-content: center;
    }
    .content3-projects-vertical {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;    
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 25px 25px 0 0;
        margin-bottom: 0;
    }

    .content3-projects-vertical h1 {
        color: #f1f1f1;
        font-size: 3rem;
        text-align:center;
        font-weight: bold;
        writing-mode: horizontal-tb;
        margin: 0;
        padding: 0;
        line-height: 1; 
    }

    .content3-projects-horizontal {
        width: 100%;
        height: 20vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 0 0 25px 25px;
        border-top: 1px solid #f1f1f1;
        margin-top: 0;
    }

    .content3-projects-horizontal p {
        font-size: 1.2rem;
        color: #f1f1f1;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .content3 svg {
        display: none;
    }

    .path4 {
        stroke: #f1f1f1;
    }

    .content3-deviz {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .content3-deviz-left {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        border-radius: 25px 25px 0 0;
        background-image: url(wheelbarrow-svgrepo-com.svg);
        background-size: contain;
        border-top: #666 solid 1px;
        border-bottom: #666 solid 1px;
        border:  #666 solid 3px;
        margin-bottom: 0;
    }

    .content3-deviz-right {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        z-index: 2;
        margin-top: 0;
        background-color: #f1f1f1;
        border-radius: 0 0 25px 25px;
        border-bottom: 3px solid #666;
        border-left: 3px solid #666;
        border-right: 3px solid #666;
    }

    .footer {
        position: relative;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        flex-direction: column;
        height: 10vh;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .footer h1{
        font-size: 0.7rem;
        color:#f1f1f1;
    }

    .footer a{
        font-size: 0.7rem;
        color: #f1f1f1;
    }
}

@media (max-width: 376px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    @font-face{
        font-family: 'Tektur-Regular';
        src: url(TekturNarrow-Regular.ttf);
    }

    @font-face{
        font-family: 'Kobzar';
        src: url(Kobzar.ttf);
    }

    @font-face{
        font-family: 'Robtronika';
        src: url(Robtronika.ttf);
    }

    .menu-menu {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center; 
        align-items: center; 
        z-index: 2;
        background-color: #1a1a1a;
        padding-top: 1%;
        padding-right: 1%;
    }

    .menu-menu h1,h2,h3,h4 {
        text-align: right;
        color: #f1f1f1;
        padding-left: 2%;
        padding-right: 2%;
    }

    .menu-menu h2, h4 {
        border-left: none;
        border-right: none;
    }

    .menu-menu a {
        font-size: 0.7rem;
        text-decoration: none;
        color: #f1f1f1;
    }

    .menu-svg {
        position: relative;
        width: 5vh;
        height: 5vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        background-image: url(laptop-work-svgrepo-com.svg);
        border-radius: 25px;
        margin-left: 1%;
        padding-right: 1%;
    }

    .header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
        height: 100vh;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .header-content {
        width: 100%;
        text-align: left;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 15px;
        margin-top: 50%;
    }

    .header h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 1.9rem;
        text-align:center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .header p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        margin: 0;
        text-align: right;
        margin-right: 1rem;
    }

    .header svg {
        position: absolute;
        top: -24%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }


    .path {
        fill: none;
        stroke: #f2f2f2;
        stroke-width: 3px;
    }

    .path1 {
        stroke-dasharray: 6884;
    }

    .content1 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #f1f1f1;
    }

    .content1-card-left {
        width: 100%;
        text-align: left;
        z-index: 2;
    }

    .content1-card-left h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content1-card-left p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 3rem;
        text-align: justify;
    }

    .content1-card-right {
        margin-top: 1rem;
        width: 100%;
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 1rem;
        margin-right: 0rem ;
    }

    .content1-card-right h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align: right;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
        margin-right: 0rem;
    }

    .content1-card-right p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 0;
        text-align: justify;
    }

    .content1 svg {
        display: none;
    }

    .path2 {
        stroke: #000;
    }

    .content2 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #1a1a1a;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .content2-card {
        width: 100%;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content2-card h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 2rem;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
    }

    .content2 svg {
        display: none;
    }

    .content2-card-static {
        z-index: 2;
        align-self: flex-start;
        margin-right: none;
        margin-top: 5rem;
    }

    .content2-static {
        display: flex;
        flex-direction: row;
        z-index: 2;
        align-self: flex-start;
        background-color: #f1f1f1;
        border-radius: 5px;
        margin-top: 2rem;
        border-bottom: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .content2-static h1 {
        font-size: 1rem;
        margin-right: 2rem;
        vertical-align: middle;
    }

    .content2-static p {
        font-family: 'Robtronika';
        font-size: 0.8rem;
        vertical-align: middle;
    }

    .content2-card-add1 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-top: 3rem;
    }

    .content2-card-add1 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add1 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add1 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .content2-card-add2 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 2rem;
    }

    .content2-card-add2 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add2 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add2 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .path3 {
        stroke: #f1f1f1;
    }

    .content3 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        box-sizing: border-box;
        background-color: #f1f1f1;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content3-card {
        width: auto;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content3-card h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content3-card p {
        font-family: 'Kobzar';
        font-weight: bold;
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content3-card mark {
        color: #1a1a1a;
        font-weight: bold;
        padding-right: none;
        padding-left: none;
        padding-bottom: none;
        padding-top: none;
    }

    .content3-projects-card-row1 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .content3-projects-card-row2 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .content3-projects-card {
        display: flex;
        flex-direction:column;
        z-index: 2;
        border-radius: 25px;
        justify-content: center;
    }
    .content3-projects-vertical {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 25px 25px 0 0;
        margin-bottom: 0;
    }

    .content3-projects-vertical h1 {
        color: #f1f1f1;
        font-size: 3rem;
        text-align:center;
        font-weight: bold;
        writing-mode: normal;
        margin: 0;
        padding: 0;
        line-height: 1; 
    }

    .content3-projects-horizontal {
        width: 100%;
        height: 20vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 0 0 25px 25px;
        border-top: 1px solid #f1f1f1;
        margin-top: 0;
    }

    .content3-projects-horizontal p {
        font-size: 1.2rem;
        color: #f1f1f1;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .content3 svg {
        display: none;
    }

    .path4 {
        stroke: #f1f1f1;
    }

    .content3-deviz {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .content3-deviz-left {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        border-radius: 25px 25px 0 0;
        background-image: url(wheelbarrow-svgrepo-com.svg);
        background-size: contain;
        border-top: #666 solid 1px;
        border-bottom: #666 solid 1px;
        border:  #666 solid 3px;
        margin-bottom: 0;
    }

    .content3-deviz-right {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        z-index: 2;
        margin-top: 0;
        background-color: #f1f1f1;
        border-radius: 0 0 25px 25px;
        border-bottom: 3px solid #666;
        border-left: 3px solid #666;
        border-right: 3px solid #666;
    }

    .footer {
        position: relative;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        flex-direction: column;
        height: 10vh;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .footer h1{
        font-size: 0.7rem;
        color:#f1f1f1;
    }

    .footer a{
        font-size: 0.7rem;
        color: #f1f1f1;
    }
}

@media (max-width: 320px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    @font-face{
        font-family: 'Tektur-Regular';
        src: url(TekturNarrow-Regular.ttf);
    }

    @font-face{
        font-family: 'Kobzar';
        src: url(Kobzar.ttf);
    }

    @font-face{
        font-family: 'Robtronika';
        src: url(Robtronika.ttf);
    }

    .menu-menu {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center; 
        align-items: center; 
        z-index: 2;
        background-color: #1a1a1a;
        padding-top: 1%;
        padding-right: 1%;
    }

    .menu-menu h1,h2,h3,h4 {
        text-align: right;
        color: #f1f1f1;
        padding-left: 2%;
        padding-right: 2%;
    }

    .menu-menu h2, h4 {
        border-left: none;
        border-right: none;
    }

    .menu-menu a {
        font-size: 0.7rem;
        text-decoration: none;
        color: #f1f1f1;
    }

    .menu-svg {
        position: relative;
        width: 5vh;
        height: 5vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        background-image: url(laptop-work-svgrepo-com.svg);
        border-radius: 25px;
        margin-left: 1%;
        padding-right: 1%;
    }

    .header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
        height: 100vh;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .header-content {
        width: 100%;
        text-align: left;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 15px;
        margin-top: 50%;
    }

    .header h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 1.9rem;
        text-align:center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .header p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        margin: 0;
        text-align: right;
        margin-right: 1rem;
    }

    .header svg {
        position: absolute;
        top: -24%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }


    .path {
        fill: none;
        stroke: #f2f2f2;
        stroke-width: 3px;
    }

    .path1 {
        stroke-dasharray: 6884;
    }

    .content1 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #f1f1f1;
    }

    .content1-card-left {
        width: 100%;
        text-align: left;
        z-index: 2;
    }

    .content1-card-left h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content1-card-left p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 3rem;
        text-align: justify;
    }

    .content1-card-right {
        margin-top: 1rem;
        width: 100%;
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 1rem;
    }

    .content1-card-right h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align: right;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-right: 1rem;
        font-weight: bold;
    }

    .content1-card-right p {
        font-size: 1rem;
        color: #666;
        margin: 0;
        margin-right: 1rem;
        text-align: justify;
    }

    .content1 svg {
        display: none;
    }

    .path2 {
        stroke: #000;
    }

    .content2 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        background-color: #1a1a1a;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .content2-card {
        width: 100%;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content2-card h1 {
        font-family: 'Tektur-Regular';
        color: #f1f1f1;
        font-size: 2rem;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card p {
        font-family: 'Kobzar';
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
    }

    .content2 svg {
        display: none;
    }

    .content2-card-static {
        z-index: 2;
        align-self: flex-end;
        margin-right: 1rem;
    }

    .content2-static {
        display: flex;
        flex-direction: row;
        z-index: 2;
        align-self: flex-end;
        background-color: #f1f1f1;
        border-radius: 25px;
        margin-top: 1rem;
        border-bottom: 5rem;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .content2-static h1 {
        font-size: 1rem;
        margin-right: 2rem;
        vertical-align: middle;
    }

    .content2-static p {
        font-family: 'Robtronika';
        font-size: 0.8rem;
        vertical-align: middle;
    }

    .content2-card-add1 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-top: 3rem;
    }

    .content2-card-add1 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add1 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add1 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .content2-card-add2 {
        text-align: left;
        z-index: 2;
        align-self: flex-end;
        margin-bottom: 2rem;
    }

    .content2-card-add2 h1 {
        color: #f1f1f1;
        font-size: 1rem;
        text-align:left;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content2-card-add2 p {
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content2-card-add2 mark {
        background-color: #f1f1f1;
        color: #1a1a1a;
        font-weight: bold;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-radius: 10px;
    }

    .path3 {
        stroke: #f1f1f1;
    }

    .content3 {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        box-sizing: border-box;
        background-color: #f1f1f1;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content3-card {
        width: auto;
        text-align: left;
        z-index: 2;
        align-self: flex-start;
    }

    .content3-card h1 {
        font-family: 'Tektur-Regular';
        color: #1a1a1a;
        font-size: 2rem;
        text-align:left;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .content3-card p {
        font-family: 'Kobzar';
        font-weight: bold;
        font-size: 1rem;
        color: #666;
        text-align: right;
    }

    .content3-card mark {
        color: #1a1a1a;
        font-weight: bold;
        padding-right: none;
        padding-left: none;
        padding-bottom: none;
        padding-top: none;
    }

    .content3-projects-card-row1 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .content3-projects-card-row2 {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .content3-projects-card {
        display: flex;
        flex-direction:column;
        z-index: 2;
        border-radius: 25px;
        justify-content: center;
    }
    .content3-projects-vertical {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 25px 25px 0 0;
        margin-bottom: 0;
    }

    .content3-projects-vertical h1 {
        color: #f1f1f1;
        font-size: 3rem;
        text-align:center;
        font-weight: bold;
        writing-mode: normal;
        margin: 0;
        padding: 0;
        line-height: 1; 
    }

    .content3-projects-horizontal {
        width: 100%;
        height: 20vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #1a1a1a;
        border-radius: 0 0 25px 25px;
        border-top: 1px solid #f1f1f1;
        margin-top: 0;
    }

    .content3-projects-horizontal p {
        font-size: 1.2rem;
        color: #f1f1f1;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .content3 svg {
        display: none;
    }

    .path4 {
        stroke: #f1f1f1;
    }

    .content3-deviz {
        display: flex;
        flex-direction: column;
        z-index: 2;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .content3-deviz-left {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: center;     
        z-index: 2;
        background-color: #f1f1f1;
        border-radius: 25px 25px 0 0;
        background-image: url(wheelbarrow-svgrepo-com.svg);
        background-size: contain;
        border-top: #666 solid 1px;
        border-bottom: #666 solid 1px;
        border:  #666 solid 3px;
        margin-bottom: 0;
    }

    .content3-deviz-right {
        width: 100%;
        height: 10vh;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        z-index: 2;
        margin-top: 0;
        background-color: #f1f1f1;
        border-radius: 0 0 25px 25px;
        border-bottom: 3px solid #666;
        border-left: 3px solid #666;
        border-right: 3px solid #666;
    }

    .footer {
        position: relative;
        display: flex;
        align-items: center;    
        justify-content: center; 
        text-align: left;     
        flex-direction: column;
        height: 10vh;
        box-sizing: border-box;
        background-color: #1a1a1a;
    }

    .footer h1{
        font-size: 0.6rem;
        color:#f1f1f1;
    }

    .footer a{
        font-size: 0.6rem;
        color: #f1f1f1;
    }
}


/* Добавьте в конец вашего файла style.css */

/* Общие стили для форм */
.auth-container {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: #1a1a1a;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.auth-container h2 {
    text-align: left;
    margin-bottom: 2rem;
    color: #f1f1f1;
    font-size: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #f1f1f1;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #666;
    border-radius: 5px;
    background: #2a2a2a;
    color: #f1f1f1;
    font-size: 1rem;
}

.form-group textarea {
    min-height: 100px;
}

.btn-primary {
    width: 100%;
    padding: 0.8rem;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #45a049;
}

.auth-link {
    text-align: center;
    margin-top: 1.5rem;
    color: #aaa;
}

.auth-link a {
    color: #4CAF50;
    text-decoration: none;
}

/* Стили для профиля */
.profile-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #1a1a1a;
    border-radius: 15px;
}

.profile-container h2 {
    text-align: left;
    color: #f1f1f1;
    font-size: 2rem;
}

.profile-header {
    margin-bottom: 2rem;
    text-align: left;
}

.profile-header p {
    margin-top: 0.5rem;
    color: #f1f1f1;
}

.role-badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: #4CAF50;
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
}

.form-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #333;
}

.form-section p {
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    color: #f1f1f1;
}

.form-section h3 {
    margin-bottom: 1rem;
    color: #f1f1f1;
    font-size: 1.2rem;
    text-align: center;
}

.form-section h4 {
    margin-bottom: 1rem;
    color: #f1f1f1;
    font-size: 1.2rem;
    text-align: center;
}

/* Стили для уведомлений */
.notifications-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #1a1a1a;
    border-radius: 15px;
}

.notifications-container h2 {
    text-align: left;
    color: #f1f1f1;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.notification {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #2a2a2a;
    border-radius: 5px;
    border-left: 4px solid #666;
}

.notification.unread {
    border-left-color: #4CAF50;
    background: #252525;
}

.notification-date {
    color: #aaa;
    font-size: 0.8rem;
}

.notification-content {
    margin-top: 0.5rem;
    color: #f1f1f1;
}

/* Стили для заданий */
.tasks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.task-card {
    padding: 1.5rem;
    background: #2a2a2a;
    border-radius: 10px;
    transition: transform 0.3s;
}

.task-card:hover {
    transform: translateY(-5px);
}

.task-card.completed {
    opacity: 0.7;
    background: #1e2a1e;
}

.task-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.task-difficulty {
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
}

.task-difficulty.easy {
    background: #4CAF50;
}

.task-difficulty.medium {
    background: #FFC107;
    color: #333;
}

.task-difficulty.hard {
    background: #F44336;
}

.task-direction {
    color: #aaa;
    font-size: 0.8rem;
}

.task-completed {
    color: #4CAF50;
    text-align: center;
    margin-top: 1rem;
    font-weight: bold;
}

.btn-start {
    display: block;
    margin-top: 1rem;
    padding: 0.5rem;
    background: #2196F3;
    color: white;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

/* Стили для административной панели */
.admin-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: #1a1a1a;
    border-radius: 15px;
}

.admin-container h2 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #4CAF50;
}

.admin-container td {
    color: #f1f1f1;
}

.admin-menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.admin-card {
    padding: 1.5rem;
    background: #2a2a2a;
    border-radius: 10px;
    text-decoration: none;
    color: #f1f1f1;
    transition: transform 0.3s;
    text-align: center;
}

.admin-card:hover {
    transform: translateY(-5px);
    background: #333;
}

.admin-card h3 {
    margin-bottom: 0.5rem;
    text-align: left;
    color: #4CAF50;
}

.admin-card p {
    color: #aaa;
    font-size: 0.9rem;
}

/* Таблицы */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

th, td {
    padding: 0.8rem;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background: #252525;
    color: #4CAF50;
}

.status {
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
}

.status.active {
    background: #4CAF50;
}

.status.blocked {
    background: #F44336;
}

.btn-edit {
    padding: 0.3rem 0.6rem;
    background: #2196F3;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.8rem;
}

/* Адаптация */
@media (max-width: 768px) {
    .tasks-grid {
        grid-template-columns: 1fr;
    }
    
    .admin-menu {
        grid-template-columns: 1fr;
    }
    
    table {
        display: block;
        overflow-x: auto;
    }
}

/* Стили для административных страниц */

/* Вкладки */
.admin-tabs {
    display: flex;
    border-bottom: 1px solid #333;
    margin-bottom: 1.5rem;
}

.tab-btn {
    padding: 0.8rem 1.5rem;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #aaa;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s;
}

.tab-btn.active {
    color: #4CAF50;
    border-bottom-color: #4CAF50;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Формы */
.notification-form {
    margin-top: 1.5rem;
}

.recipient-options {
    display: flex;
    gap: 1.5rem;
    margin: 1rem 0;
}

.user-checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.8rem;
    max-height: 300px;
    overflow-y: auto;
    padding: 1rem;
    background: #252525;
    border-radius: 5px;
}

.user-checkbox {
    display: block;
    padding: 0.5rem;
    background: #2a2a2a;
    border-radius: 3px;
}

/* Таблицы */
.results-summary table {
    width: 100%;
    margin-top: 1rem;
}

.results-summary th {
    position: sticky;
    top: 0;
    background: #252525;
}

.no-data {
    text-align: center;
    padding: 2rem;
    color: #aaa;
}

/* Кнопки действий */
.actions {
    display: flex;
    gap: 0.5rem;
}

.btn-add, .btn-save {
    background: #4CAF50;
    color: white;
}

.btn-edit, .btn-view {
    background: #2196F3;
    color: white;
}

.btn-toggle {
    background: #FFC107;
    color: #333;
}

.btn-remove {
    background: #F44336;
    color: white;
}

.btn-cancel {
    background: #666;
    color: white;
}

/* Редактор заданий */
.task-edit-form {
    margin-top: 1.5rem;
}

.form-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #333;
}

.form-row {
    display: flex;
    gap: 1.5rem;
}

.form-row .form-group {
    flex: 1;
}

.question-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
    background: #252525;
    border-radius: 5px;
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.options-container {
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #333;
}

.option-item {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #2a2a2a;
    border-radius: 5px;
}

/* Пагинация */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 0.5rem;
}

.page-link {
    padding: 0.5rem 1rem;
    background: #2a2a2a;
    color: #f1f1f1;
    text-decoration: none;
    border-radius: 3px;
}

.current-page {
    padding: 0.5rem 1rem;
    background: #4CAF50;
    color: white;
    border-radius: 3px;
}

/* Бейджи сложности */
.difficulty-badge {
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
}

.difficulty-badge.easy {
    background: #4CAF50;
}

.difficulty-badge.medium {
    background: #FFC107;
    color: #333;
}

.difficulty-badge.hard {
    background: #F44336;
}

/* Статусы */
.status {
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
}

.status.active {
    background: #4CAF50;
}

.status.inactive {
    background: #666;
}

.menu-login {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left; 
    align-items: center; 
    z-index: 2;
    background-color: #1a1a1a;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.menu-login h1,h2,h3,h4 {
    text-align: left;
    font-size: 1rem;
    color: #f1f1f1;
    padding-left: 1%;
    padding-right: 1%;
}

.menu-login h2, h4 {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.menu-login a {
    text-decoration: none;
    color: #f1f1f1;
}

/* Добавьте в существующие стили для content3 */
.content3-projects-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 5rem;
}

/* Для мобильных адаптируем */
@media (max-width: 768px) {
    .content3-projects-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

.workspace-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.workspace-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.workspace-section {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.task-list {
    margin-top: 15px;
}

.task-item {
    margin-bottom: 10px;
}

.design-projects {
    margin-top: 15px;
}

.progress-bar {
    height: 8px;
    background: #eee;
    border-radius: 4px;
    margin-top: 5px;
}

.progress {
    height: 100%;
    background: #4CAF50;
    border-radius: 4px;
}

.inspiration-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.inspiration-gallery img {
    width: 100%;
    border-radius: 4px;
}

.stats {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.quick-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.action-btn {
    padding: 10px;
    background: #2196F3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Стили для дашборда директора */
.director-stats {
    margin-bottom: 30px;
    background: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
}

.direction-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

.direction-card {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.direction-card h4 {
    color: #333;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.direction-card p {
    margin: 8px 0;
    color: #eee;
}