:root {
    --blak: #03031f;
    --white: #e4e4e4;
    --blu: #194BFD;
}

* {
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* Daek mod */
body.dark {
    background-color: #02021a;
    color: var(--white);
}

    body.dark .Header li {
        color: var(--white);
    }

    body.dark .Header,
    body.dark .navbu {
        background-color: #13133a9a;
    }

    body.dark .Le_Header {
        color: var(--white);
    }

    body.dark .Darkmod:hover {
        background-color: #3f3f3f59;
    }

  

    body.dark .BoxAmar {
        background-color: #2424248c;
    }

    body.dark .Box {
        background-color: #0000008c;
    }

    body.dark .BOx {
        background-color: #2424248c;
        box-shadow: none;
    }

    body.dark a,
    body.dark .abutme p {
        color: rgba(255, 255, 255, 0.452);
    }

    body.dark .abutme .p1 {
        color: #3f7ef3;
    }

    body.dark a:hover {
        color: rgb(39, 107, 255);
    }

/* Daek mod */
html {
    font-size: 10px;
    font-family: Vazirmatn, sans-serif;
}

body {
    transition: all 0.5s;
}

header {
    width: 100%;
    background-image: url('../media/aaa.jpg');
    transition: all 0.5s;
}

.Header {
    padding: 20px;
    background-color: rgba(201, 201, 201, 0.295);
    display: flex;
    font-size: 1.7rem;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(20px);
    transition: all 0.5s;
}

    .Header.scrolled {
        width: 1200px;
        position: fixed;
        top: 10px;
        left: 20%;
        z-index: 2;
        border-radius: 15px;
        background-color: rgba(201, 201, 201, 0.295);
    }

.Re_Header ul {
    display: flex;
    gap: 15px;
    list-style: none;
    transition: all 0.5s;
    cursor: pointer;
}

.Re_Header li {
    color: var(--blak);
}

    .Re_Header li:after {
        content: "";
        transition: all 0.5s;
    }

    .Re_Header li:hover::after {
        content: "";
        display: flex;
        width: 50px;
        height: 3px;
        background-color: var(--blu);
        transition: all 0.5s;
    }

.Le_Header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.Darkmod {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    width: 40px;
    cursor: pointer;
    transition: all 0.5s;
}

    .Darkmod:hover {
        background-color: #d6d6d6;
        border-radius: 13px;
        color: var(--blu);
    }

    .Darkmod .none {
        display: none;
    }

.Language {
    cursor: pointer;
}

.Le_box .none {
    display: none;
}

.Logo .P_Logo {
    font-size: 2rem;
    margin-right: 10px;
}



.navbu {
    display: flex;
    padding: 20px;
    background-color: rgba(201, 201, 201, 0.295);
    font-size: 1.7rem;
    backdrop-filter: blur(20px);
    transition: all 0.5s;
    width: 500px;
    position: fixed;
    bottom: 10px;
    left: 20%;
    z-index: 2;
    border-radius: 15px;
    display: none;
}

    .navbu ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px;
    font-size: 1.8rem;
}

.footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abutme {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: rgba(15, 15, 15, 0.795);
}

.p1 {
    font-size: 3rem;
    color: #3f7ef3;
}

.abutmeicon {
    display: flex;
    gap: 20px;
}

svg {
    width: 30px;
}

a {
    color: rgba(15, 15, 15, 0.712);
    transition: all 0.3s;
}

    a:hover {
        color: rgba(4, 121, 255, 0.774);
    }

.khadmat ul,
.link ul,
.call ul {
    text-decoration: none;
    list-style: none;
}

.footer_butten {
    display: flex;
    padding-top: 40px;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #02021a;
}

@media (max-width:1458px) {
    .Header.scrolled {
        width: 700px;
        left: 26%;
    }

    .projeBox {
        gap: 60px;
    }
}

@media(max-width:1052px) {
    .Header.scrolled {
        left: 20%;
    }
}

@media(max-width:956px) {
    .Header ul {
        display: none;
        width: 100px;
    }

    .Header.scrolled {
        width: 250px;
        left: 29%;
    }

    .Heder_p {
        font-size: 1.8rem;
    }

    .navbu {
        display: flex;
        padding: 10px;
    }

        .navbu a {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

    footer {
        margin-bottom: 35px;
    }
}

@media(max-width:690px) {
    .navbu {
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
}

@media(max-width:477px) {
    .Header.scrolled {
        width: 100%;
        left: 0;
    }

    .blur_but {
        justify-content: center;
        align-items: center;
        padding: 4px;
        font-size: 0.9rem;
    }

    .btN {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
