/* @font-face {
    font-family: YekanBakh-Regular;
    src: url(fonts/YekanBakh-Regular.woff) format("woff"),
        url(fonts/YekanBakh-Regular.woff2) format("woff2") url(fonts/YekanBakh-Regular.otf) format("otf") url(fonts/YekanBakh-Regular.ttf) format("ttf")
}

@font-face {
    font-family: YekanBakh-Bold;
    src: url(fonts/YekanBakh-Bold.woff) format("woff"),
        url(fonts/YekanBakh-Bold.woff2) format("woff2") url(fonts/YekanBakh-Bold.otf) format("otf") url(fonts/YekanBakh-Bold.ttf) format("ttf")
}

@font-face {
    font-family: YekanBakh-ExtraBlack;
    src: url(fonts/YekanBakh-ExtraBlack.woff) format("woff"),
        url(fonts/YekanBakh-ExtraBlack.woff2) format("woff2") url(fonts/YekanBakh-ExtraBlack.otf) format("otf") url(fonts/YekanBakh-ExtraBlack.ttf) format("ttf")
}

@font-face {
    font-family: ModamWeb-Black;
    src: url(fonts/ModamWeb-Black.woff2) format("woff"),
        url(fonts/ModamWeb-Black.woff22) format("woff2")
}

@font-face {
    font-family: PeydaWeb-Bold;
    src: url(fonts/PeydaWeb-Bold.woff2) format("woff"),
        url(fonts/PeydaWeb-Bold.woff22) format("woff2")
} */

@font-face {
    font-family: Kalame;
    font-style: normal;
    font-weight: 100;
    src: url(fonts/KalamehWeb-Thin.woff2) format('woff2'),
        url(fonts/alamehWeb-Thin.woff) format('woff');
}

@font-face {
    font-family: Kalame;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/KalamehWeb-Black.woff2) format('woff2'),
        url(fonts/alamehWeb-Black.woff) format('woff')
}

@font-face {
    font-family: Kalame;
    font-style: normal;
    font-weight: bold;
    src: url(fonts/KalamehWeb-Bold.woff2) format('woff2'),
        url(fonts/alamehWeb-Bold.woff) format('woff');
}

@font-face {
    font-family: Kalame;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/KalamehWeb-Regular.woff2) format('woff2'),
        url(fonts/alamehWeb-Regular.woff) format('woff');
}

@media(prefers-color-scheme: light) {
    :root {
        filter: invert(1) hue-rotate(180deg);
    }

    img {
        filter: invert(1) hue-rotate(180deg);
    }

    .svg-back {
        filter: invert(1) hue-rotate(180deg);
    }

    form input {
        filter: invert(0.9) hue-rotate(180deg);
    }

    form textarea {
        filter: invert(0.9) hue-rotate(180deg);
    }
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
    /* Add border-radius to the track */
}

::-webkit-scrollbar-thumb {
    background: #ff5e00;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff5e00;
}





* {
    font-family: Kalame;
}

a {
    text-decoration: none
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line div {
    border: #ff5e00 solid 1px;
    width: 90%;
}

body {
    direction: rtl;
    margin: 0;
    background-color: #111111;
    display: flex;
    flex-direction: row;
}

html {
    scroll-behavior: smooth;
}

.link-matlab {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #ff5e00, #ff5e00);
    color: #121319;
    height: 5.5vh;
    width: 90%;
    border-radius: 1vw;
    font-size: 2.2vw;
    margin: 0;
    margin-bottom: 2vh;
}

@media only screen and (max-width:768px) {
    .m-header-h {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 1000000;
    }

    .m-header {
        position: fixed;
        display: flex;
        bottom: 4vh;
    }

    body {
        flex-direction: column;
    }

    .site {
        display: flex;
        position: sticky;
        width: 100%;
    }

    .svg-back-top {
        position: absolute;
        top: -15vh;
        right: -10vw;
        width: 465px;
        height: 465px;
    }

    .svg-back-bottom {
        position: absolute;
        top: 70vh;
        left: -20vw;
        width: 320px;
        height: 320px;
    }

    .header {
        display: none;
    }

    .nav {
        display: flex;
        align-items: center;
    }

    .nav-a p {
        display: none;
        font-size: 20px;
        color: #8b8a91;
        padding: 10px 8px;
        margin-left: 5px;
        border: solid 0.5px #ffffff00;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .nav-a svg {
        display: flex;
        width: 20px;
        height: 20px;
        color: #8b8a91;
        padding: 10px 8px;
        margin-left: 5px;
        border: solid 0.5px #ffffff00;
        border-radius: 15px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .nav-a svg:hover {
        color: #e9e9f1;
        border: solid 0.5px #7d7b84;
        transition: all 500ms;
    }

    .header-js {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-js svg {
        width: 20px;
        height: 20px;
    }

    .m-dark-mode div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #8b8a91;
        padding: 10px;
        margin-left: 5px;
        border-radius: 15px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .m-dark-mode div:hover {
        color: #e9e9f1;
        transition: all 500ms;
    }

    .download div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #121319;
        padding: 10px;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        margin-left: 5px;
        border-radius: 15px;
        transition: all 500ms;
    }

    .download div:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .d-side {
        position: static;
        right: 0;
        width: 90%;
        height: auto;
        background-color: #161616;
        border-radius: 3.374vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: solid 0.5px #303033;
        z-index: 0;
    }

    .d-side-asli-h {
        display: flex;
        height: auto;
        width: 100%;
        align-items: auto;
        justify-content: center;
        margin-top: 4vh;
    }

    .d-side-h {
        display: none;
        width: 30%;
        height: 100px;
    }

    .d-content {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .d-side h1 {
        font-size: 6.5vw;
        color: #e9e9f1;
    }

    .d-side img {
        width: 80%;
        border-radius: 3.374vw;
    }

    .about-me-side-p {
        margin-top: 20px;
        width: 80%;
        display: flex;
        align-items: center;
    }

    .about-me-side-p p {
        font-size: 20px;
        color: #e9e9f1;
        margin: 0;
        margin-left: 10px;
    }

    .about-me-side-p h4 {
        font-size: 20px;
        color: #e9e9f1;
        margin: 0;
        filter: hue-rotate(180deg);
    }

    .about-me-side {
        margin-top: 20px;
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

    .link-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: solid 0.5px #46464b;
        border-radius: 20px;
        transition: all 500ms;
    }

    .link-contact:hover {
        transform: scale3d(1.2, 1.2, 1.2);
        transition: all 500ms;
    }

    .link-contact svg {
        width: 40%;
        height: 40%;
        fill: #e9e9f1;
        color: #e9e9f1;
    }

    .contact-me-a {
        display: flex;
        width: 80%;
        transition: all 500ms;
    }

    .contact-me-a:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .contact-form {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        margin-top: 15px;
        width: 100%;
        height: 7vh;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        margin-bottom: -30px;
    }

    .contact-form p {
        margin: 0;
        font-size: 7vw;
        color: #121319;
    }

    .contact-form svg {
        margin-right: 10px;
        width: 7vw;
        height: 7vw;
        stroke: #121319;
        stroke-width: 2px;
    }

    .top h6 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h2 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h5 {
        font-size: 20px;
        margin: 0;
        color: white;
    }

    .abilities h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .new-portfolio h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .new-portfolio-title a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        color: #121319;
        height: 5vh;
        width: 25vw;
        border-radius: 2vw;
        font-size: 4vw;
        margin: 0;
        margin-bottom: 4vh;
        transition: all 500ms;
    }

    .blog h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .blog-title a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        color: #121319;
        height: 5vh;
        width: 25vw;
        border-radius: 2vw;
        font-size: 4vw;
        margin: 0;
        margin-bottom: 4vh;
        transition: all 500ms;
    }

    .link-matlab {
        font-size: 4.5vw;
        border-radius: 2vw;
        height: 8vw;
    }

    .abilities-div-div-d {
        display: none;
    }

    .abilities-div-div-t {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 3vh;
    }

    .abilities-div-div-t div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: solid 0.5px #303033;
        border-radius: 1vw;
        width: 50%;
        transition: all 500ms;
    }

    .abilities-div-div-t div:hover {
        transform: scale3d(1.02, 1.02, 1.02);
        transition: all 500ms;
    }

    .abilities-div-div-t img {
        width: 70%;
        margin: 1.5vw;
        transition: all 500ms;
    }

    .abilities-div-div-t div:hover img {
        transform: scale3d(0.9, 0.9, 0.9);
        transition: all 500ms;
    }

    .abilities-div-div-t h3 {
        font-size: 4vw;
        margin: 0;
        color: #e9e9f1;
        transition: all 500ms;
    }

    .abilities-div-div-t div:hover h3 {
        transform: scale3d(0.9, 0.9, 0.9);
        transition: all 500ms;
    }

    .new-portfolio-div {
        flex-direction: column;
    }

    .new-portfolio-div div {
        width: 100%;
    }

    .new-portfolio-div div h2 {
        font-size: 8vw;
    }


    .fotter {
        margin-bottom: 8vh;
    }

    .slide {
        flex-direction: column;
    }

    .slide img {
        width: 90%;
    }

    .blog-slide div {
        flex-direction: column;
    }
}

@media only screen and (min-width:768px) {
    .m-header-h {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 1000000;
    }

    .m-header {
        position: fixed;
        display: flex;
        bottom: 4vh;
    }

    body {
        flex-direction: column;
    }

    .site {
        display: flex;
        position: sticky;
        width: 100%;
    }

    .svg-back-top {
        position: absolute;
        top: -15vh;
        right: -10vw;
        width: 465px;
        height: 465px;
    }

    .svg-back-bottom {
        position: absolute;
        top: 70vh;
        left: -20vw;
        width: 320px;
        height: 320px;
    }

    .header {
        display: none;
    }

    .nav {
        display: flex;
        align-items: center;
    }

    .nav-a p {
        display: none;
        font-size: 20px;
        color: #8b8a91;
        padding: 10px 8px;
        margin-left: 5px;
        border: solid 0.5px #ffffff00;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .nav-a svg {
        display: flex;
        width: 25px;
        height: 25px;
        color: #8b8a91;
        padding: 10px 8px;
        margin-left: 5px;
        border: solid 0.5px #ffffff00;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .nav-a svg:hover {
        color: #e9e9f1;
        border: solid 0.5px #7d7b84;
        transition: all 500ms;
    }

    .header-js {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-js svg {
        width: 25px;
        height: 25px;
    }

    .m-dark-mode div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #8b8a91;
        padding: 15px;
        margin-left: 5px;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .m-dark-mode div:hover {
        color: #e9e9f1;
        transition: all 500ms;
    }

    .download div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #121319;
        padding: 15px;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        margin-left: 5px;
        border-radius: 20px;
        transition: all 500ms;
    }

    .download div:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .d-side {
        position: static;
        right: 0;
        width: 90%;
        height: auto;
        background-color: #161616;
        border-radius: 3.374vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: solid 0.5px #303033;
        z-index: 0;
    }

    .d-side-asli-h {
        display: flex;
        height: auto;
        width: 100%;
        align-items: auto;
        justify-content: center;
        margin-top: 4vh;
    }

    .d-side-h {
        display: none;
        width: 30%;
        height: 100px;
    }

    .d-content {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .d-side h1 {
        font-size: 6.5vw;
        color: #e9e9f1;
    }

    .d-side img {
        width: 80%;
        border-radius: 3.374vw;
    }

    .about-me-side-p {
        margin-top: 20px;
        width: 80%;
        display: flex;
        align-items: center;
    }

    .about-me-side-p p {
        font-size: 20px;
        color: #e9e9f1;
        margin: 0;
        margin-left: 10px;
    }

    .about-me-side-p h4 {
        font-size: 20px;
        color: #e9e9f1;
        margin: 0;
    }

    .about-me-side {
        margin-top: 20px;
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

    .link-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: solid 0.5px #46464b;
        border-radius: 20px;
        transition: all 500ms;
    }

    .link-contact:hover {
        transform: scale3d(1.2, 1.2, 1.2);
        transition: all 500ms;
    }

    .link-contact svg {
        width: 40%;
        height: 40%;
        fill: #e9e9f1;
        color: #e9e9f1;
    }

    .contact-me-a {
        display: flex;
        width: 80%;
        transition: all 500ms;
    }

    .contact-me-a:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .contact-form {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        border-radius: 25px;
        margin-top: 15px;
        width: 100%;
        height: 14vh;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        margin-bottom: -30px;
    }

    .contact-form p {
        margin: 0;
        font-size: 7vw;
        color: #121319;
    }

    .contact-form svg {
        margin-right: 10px;
        width: 7vw;
        height: 7vw;
        stroke: #121319;
        stroke-width: 2px;
    }

    .top h6 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h2 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h5 {
        font-size: 20px;
        margin: 0;
        color: white;
    }

    .abilities h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .new-portfolio h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .new-portfolio-title a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        color: #121319;
        height: 7.5vh;
        width: 25vw;
        border-radius: 2vw;
        font-size: 4vw;
        margin: 0;
        margin-bottom: 4vh;
        transition: all 500ms;
    }

    .blog h1 {
        font-size: 6vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .blog-title a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        color: #121319;
        height: 7.5vh;
        width: 25vw;
        border-radius: 2vw;
        font-size: 4vw;
        margin: 0;
        margin-bottom: 4vh;
        transition: all 500ms;
    }

    .abilities-div-div-t {
        display: none;
    }

    .abilities-div-div-d {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 3vh;
    }

    .abilities-div-div-d div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: solid 0.5px #303033;
        border-radius: 1vw;
        width: 33%;
        transition: all 500ms;
    }

    .abilities-div-div-d div:hover {
        transform: scale3d(1.02, 1.02, 1.02);
        transition: all 500ms;
    }

    .abilities-div-div-d img {
        width: 70%;
        margin: 1.5vw;
        transition: all 500ms;
    }

    .abilities-div-div-d div:hover img {
        transform: scale3d(0.9, 0.9, 0.9);
        transition: all 500ms;
    }

    .abilities-div-div-d h3 {
        font-size: 2vw;
        margin: 0;
        color: #e9e9f1;
        transition: all 500ms;
    }

    .abilities-div-div-d div:hover h3 {
        transform: scale3d(0.9, 0.9, 0.9);
        transition: all 500ms;
    }

    .new-portfolio-div {
        flex-direction: row;
    }

    .new-portfolio-div div {
        width: 50%;
    }

    .new-portfolio-div div h2 {
        font-size: 4vw;
    }






    .fotter {
        margin-bottom: 8vh;
    }

    .slide {
        flex-direction: column;
    }

    .slide img {
        width: 90%;
    }

    .blog-slide div {
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width:992px) {

    .m-header-h {
        display: none;
    }

    .site {
        display: flex;
        position: absolute;
        width: 90%;
        right: 10%;
        left: 5%;
        top: 4.687vw;
    }

    .svg-back-top {
        position: absolute;
        top: -15vh;
        right: -10vw;
        width: 465px;
        height: 465px;
    }

    .svg-back-bottom {
        position: absolute;
        top: 70vh;
        left: -20vw;
        width: 320px;
        height: 320px;
    }

    .header {
        position: fixed;
        display: flex;
        justify-content: space-between;
        width: 58.5%;
        z-index: 100000;
        bottom: auto;
        right: auto;
    }

    .nav {
        display: flex;
        align-items: center;
    }

    .nav-a svg {
        display: none;
    }

    .nav-a p {
        display: block;
        font-size: 20px;
        color: #8b8a91;
        padding: 10px 15px;
        margin-left: 5px;
        border: solid 0.5px #ffffff00;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .nav-a p:hover {
        color: #e9e9f1;
        border: solid 0.5px #7d7b84;
        transition: all 500ms;
    }

    .header-js {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-js svg {
        width: 25px;
        height: 25px;
    }

    .d-dark-mode div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #8b8a91;
        padding: 15px;
        margin-left: 5px;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .d-dark-mode div:hover {
        color: #e9e9f1;
        transition: all 500ms;
    }

    .download div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #121319;
        padding: 15px;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        margin-left: 5px;
        border-radius: 20px;
        transition: all 500ms;
    }

    .download div:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .d-side {
        position: fixed;
        right: 7%;
        width: 25%;
        height: fit-content;
        background-color: #161616;
        border-radius: 3.374vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: solid 0.5px #303033;
        z-index: 10000;
    }

    .d-side-asli-h {
        display: flex;
        height: 100vh;
        width: 100%;
        align-items: center;
        justify-content: auto;
        margin-top: 0;
    }

    .d-side-h {
        display: block;
        width: 30%;
        height: 100px;
    }

    .d-side h1 {
        font-size: 1.8vw;
        color: #e9e9f1;
    }

    .d-side img {
        width: 80%;
        border-radius: 3.374vw;
    }

    .about-me-side-p {
        margin-top: 20px;
        width: 80%;
        display: flex;
        align-items: center;
    }

    .about-me-side-p p {
        font-size: 20px;
        color: #e9e9f1;
        margin: 0;
        margin-left: 10px;
    }

    .about-me-side-p h4 {
        font-size: 20px;
        color: #e9e9f1;
        margin: 0;
    }

    .about-me-side {
        margin-top: 20px;
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

    .link-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border: solid 0.5px #46464b;
        border-radius: 20px;
        transition: all 500ms;
    }

    .link-contact:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .link-contact svg {
        width: 40%;
        height: 40%;
        fill: #e9e9f1;
        color: #e9e9f1;
    }

    .contact-me-a {
        display: flex;
        width: 80%;
        transition: all 500ms;
    }

    .contact-me-a:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .contact-form {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        border-radius: 25px;
        margin-top: 25px;
        width: 100%;
        height: 8vh;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        margin-bottom: -30px;
    }

    .contact-form p {
        margin: 0;
        font-size: 1.8vw;
        color: #121319;
    }

    .contact-form svg {
        margin-right: 10px;
        width: 1.5vw;
        height: 1.5vw;
        stroke: #121319;
        stroke-width: 2px;
    }

    .d-content {
        width: 65%;
        margin-left: 5%;
        margin-right: auto;
    }

    .top h6 {
        font-size: 4vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h1 {
        font-size: 4vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h2 {
        font-size: 4vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top h5 {
        font-size: 20px;
        margin: 0;
        color: white;
    }

    .abilities h1 {
        font-size: 3vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .new-portfolio h1 {
        font-size: 3vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .new-portfolio-title a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        color: #121319;
        height: 7.5vh;
        width: 10vw;
        border-radius: 1vw;
        font-size: 1.5vw;
        margin: 0;
        margin-bottom: 4vh;
        transition: all 500ms;
    }

    .blog h1 {
        font-size: 3vw;
        margin: 0;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 2vh;
    }

    .blog-title a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        color: #121319;
        height: 7.5vh;
        width: 10vw;
        border-radius: 1vw;
        font-size: 1.5vw;
        margin: 0;
        margin-bottom: 4vh;
        transition: all 500ms;
    }

    .link-matlab {
        font-size: 1.5vw;
    }

    .new-portfolio-div div {
        border-radius: 3rem;
    }

    .new-portfolio-div div img {
        border-radius: 2.5rem;
    }

    .link-matlab {
        margin-bottom: 4vh;
    }

    .new-portfolio-div div h2 {
        font-size: 2.5vw;
    }








    .fotter {
        margin-bottom: 0;
    }

    .slide {
        flex-direction: row-reverse;
    }

    .slide img {
        width: 30%;
    }
}

@media only screen and (min-width:1200px) {
    .svg-back-top {
        position: absolute;
        top: -25vh;
        right: -6vw;
        width: 580px;
        height: 580px;
    }

    .header {
        position: fixed;
        display: flex;
        justify-content: space-between;
        width: 58.5%;
        z-index: 100000;
        bottom: auto;
        right: auto;
    }

    .nav {
        display: flex;
        align-items: center;
    }

    .nav-a svg {
        display: none;
    }

    .nav-a p {
        display: block;
        font-size: 20px;
        color: #8b8a91;
        padding: 10px 15px;
        margin-left: 5px;
        border: solid 0.5px #ffffff00;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .nav-a p:hover {
        color: #e9e9f1;
        border: solid 0.5px #7d7b84;
        transition: all 500ms;
    }

    .header-js {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-js svg {
        width: 25px;
        height: 25px;
    }

    .d-dark-mode div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #8b8a91;
        padding: 15px;
        margin-left: 5px;
        border-radius: 20px;
        backdrop-filter: blur(5px);
        transition: all 500ms;
    }

    .d-dark-mode div:hover {
        color: #e9e9f1;
        transition: all 500ms;
    }

    .download div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #121319;
        padding: 15px;
        background-image: linear-gradient(to right, #ff5e00, #ff5e00);
        margin-left: 5px;
        border-radius: 20px;
        transition: all 500ms;
    }

    .download div:hover {
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 500ms;
    }

    .abilities-div-div-t {
        display: none;
    }

    .link-contact {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (min-width:1440px) {
    .svg-back-top {
        position: absolute;
        top: -25vh;
        right: -8vw;
        width: 680px;
        height: 680px;
    }

    .svg-back-bottom {
        position: absolute;
        top: 60vh;
        left: -8vw;
        width: 425px;
        height: 425px;
    }
}

@media only screen and (min-width:1600px) {
    .svg-back-top {
        position: absolute;
        top: -45vh;
        right: -5vw;
        width: 880px;
        height: 880px;
    }
}

.d-dark-mode {
    cursor: pointer;
}

.svg-back {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    overflow: hidden;
    z-index: -10000;
}

.svg-back-top svg {
    width: 100%;
    height: 100%;
}

.svg-back-bottom svg {
    width: 100%;
    height: 100%;
}

.top {
    display: flex;
    flex-direction: column;
    margin-top: 13.122vw;
}

.new-portfolio {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30vh;
    gap: 2vh;
}

.blog {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30vh;
    gap: 2vh;
}

.new-portfolio-div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 2vh;
}

.new-portfolio-div div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    border-radius: 1.406vw;
    border: solid 0.5px #303033;
    transition: all 500ms;
}

.new-portfolio-div div img {
    margin-top: 1.4vh;
    width: 95%;
    aspect-ratio: 3 / 3;
    border-radius: 1.406vw;
    object-fit: cover;
}

.new-portfolio-div div h2 {
    margin: 2vh auto;
    color: #e9e9f1;
}

.new-portfolio-div-a {
    display: flex;
    flex-direction: column;
}

.new-portfolio-div div a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-portfolio-div div:hover {
    transform: scale3d(1.03, 1.03, 1.03);
    transition: all 500ms;
}

.new-portfolio-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-portfolio-title a:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    transition: all 500ms;
}

.blog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-title a:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    transition: all 500ms;
}

.abilities {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30vh;
}

.abilities-div {
    display: flex;
    flex-direction: column;
    gap: 3vh;
}

.light-mode {
    background-color: #e6ebf4;
}








.slider {
    direction: ltr;
    display: flex;
    overflow: hidden;
    width: 100%;
    border: solid 0.5px #303033;
    border-radius: 1.406vw;
    position: relative;
}

.slides {
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #161616;
    padding: 20px;
}

.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.button svg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    backdrop-filter: blur(5px);
    border: solid 0.5px #303033;
    border-radius: 500px;
    padding: 10px;
    width: 24px;
    height: 24px;
    fill: #e9e9f1;
}

.slide img {
    border-radius: 1.406vw;
}

.blog-slide {
    display: flex;
    flex-direction: column;
    color: #e9e9f1;
}

.blog-slide div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto 3vw;
    margin-top: 2vh;
}

.blog-slide h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vh 2vw;
    margin: 0;
    border: solid 0.5px #303033;
    border-radius: 500px;
}

.blog-slide p {
    direction: rtl;
    margin: 3vw;
    color: #c1c1d7;
}

.blog-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121319;
    height: 5.5vh;
    width: auto;
    margin: auto 3vw;
    border-radius: 1vw;
    background-image: linear-gradient(to right, #ff5e00, #ff5e00);
}

.fotter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fotter p {
    color: white;
}