@media all and (min-width: 1280px) and (max-width: 11111px) {
    * {
        box-sizing: border-box;
        scroll-behavior: smooth;
    }

    body {
        position: relative;
        margin: 0px;
        padding: 0px;
        background-color: rgb(255, 255, 255);
        cursor: none;

    }

    .loding {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 110vh;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        transition: all 2s , background-color 0s ;
    }

    body.dark .loding{
        background-color: #000;
    }

    .loding2 {
        height: 60px;
    }

    #dot {
        position: fixed;
        width: 20px;
        height: 20px;
        background-color: rgb(0, 0, 0);
        filter: invert(100%);
        mix-blend-mode: difference;
        border-radius: 50%;
        pointer-events: none;
        transition: transform 0.09s linear;
        z-index: 999;
    }



    body.dark {
        background-color: #000000;
    }


    .home {
        width: 100%;
        display: flex;
        justify-content: end;
        position: relative;
    }

    .home1 {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .home .div1 {
        top: 0px;
        left: 0px;
        background-size: cover;
        background-position: end;
        background-repeat: no-repeat;
        width: 50%;
        border-radius: 25px;
        height: 100vh;
        position: fixed;
        display: flex;
        border: 10px solid rgb(255, 255, 255);
        border-right: 5px solid rgb(255, 255, 255);
        animation: background 6s infinite alternate-reverse linear;
        z-index: 99;
    }

    @keyframes background {
        0% {
            background-image: url('https://framerusercontent.com/images/JXcXgX9XFX6giqsSzYIPYdR4oE.webp?scale-down-to=2048');
        }

        50% {
            background-image: url('https://framerusercontent.com/images/05fXxTKUqHmPap8H4QN6tLgD6qM.webp?scale-down-to=2048');
        }

        100% {
            background-image: url('https://framerusercontent.com/images/D3RYtM9hLEI6yXLGgcmQwxuDBQ.webp?scale-down-to=2048');
        }
    }

   .div1 header {
        position: fixed;
        display: flex;
        background-color: rgb(255, 255, 255);
        width: 500px;
        height: 50px;
        justify-content: center;
        align-items: center;
        padding-bottom: 10PX;
        border-radius: 0px 0px 25px 0px;
        z-index: 9991;
        
    }


     .div1 header .logo .h1 {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgb(0, 0, 0);
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 30px;
        position: absolute;
        bottom: -7px;
        left: 30px;
        transition: all 2s , color 0s;
        z-index: 9991;
    }

    .zoom {
        position: absolute;
        overflow: hidden;
        color: #000;
        text-decoration: none;
        font-weight: 300;
        font-size: 23vw;
        bottom: -98vh;
        left: 30px;
        transition: all 2s;

    }
    .div1 header .logo .ll {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0);
        border: 3px solid rgb(0, 0, 0);
        border-radius: 50%;
        margin: 5px;
    }

    body.dark .div1 header .logo  .ll {
        background-color: rgba(0, 0, 0, 0);
        border: 3px solid rgb(255, 255, 255);
    }


    header nav::after {
        content: "";
        position: absolute;
        top: 31.9px;
        left: -9.5px;
        width: 30PX;
        height: 30px;
        background-color: transparent;
        border-top: 9px solid #ffffff;
        border-left: 9px solid #ffffff;
        border-top-left-radius: 30px;
    }

    header nav::before {
        content: "";
        position: absolute;
        top: -18px;
        right: -30px;
        width: 30PX;
        height: 30px;
        background-color: transparent;
        border-top: 9px solid #ffffff;
        border-left: 9px solid #ffffff;
        border-top-left-radius: 30px;
    }

    header nav {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0px 20px;
    }

    nav .ww {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        margin-left: -20px;
        border-radius: 0px 0px 20px;
        padding: 0px 10px;
        opacity: 0;
    }

    header nav ul {
        display: flex;
        list-style: none;
        margin-top: -4px;
        gap: 20px;
    }

    header nav ul li a {
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        color: #000000;
        font-size: 18px;
        font-weight: 400;
    }




    header button {
        width: 30px;
        height: 20px;
        border: none;
        display: flex;
        background-color: rgb(0, 0, 0);
        font-family: 'Poppins', sans-serif;
        padding: 5px 3px;
        margin-left: 20px;
        margin-right: 5px;
        justify-content: flex-start;
        align-items: center;
        border-radius: 25px;
    }


    header button .toggle {
        width: 13px;
        height: 13px;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
    }



    .responsive {
        display: none;
        transition: all;
    }

    .responsive i {
        color: #c20000;
        font-size: 20px;
        cursor: pointer;
    }

    #menu {
        transition: all 1s;
    }

    .div1 .home1 .ss {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .div1 .home1 .ss p {
        font-size: 20px;
        font-weight: 400;
        background-color: #ffffff;
        border-top-left-radius: 30px;
        right: 0px;
        position: relative;
        padding: 10px 20px;
    }

    .div1 .ss p::after {
        content: "";
        position: absolute;
        top: -30px;
        right: -9px;
        width: 30PX;
        height: 30px;
        background-color: transparent;
        border-bottom: 9px solid #ffffff;
        border-right: 9px solid #ffffff;
        border-bottom-right-radius: 30px;
    }

    .div1 .ss p::before {
        content: "";
        position: absolute;
        top: 23px;
        right: 162px;
        width: 20PX;
        height: 20px;
        background-color: transparent;
        border-bottom: 8px solid #ffffff;
        border-right: 8px solid #ffffff;
        border-bottom-right-radius: 30px;
    }


    .home .div3 {
        top: 0px;
        right: 0px;
        width: 50%;
        border: 10px solid rgb(255, 255, 255);
        border-left: 5px solid rgb(255, 255, 255);
    }

    .home .div3 .card1 {
        width: 100%;
        height: 300px;
        background-color: rgba(255, 255, 255, 0);
        display: flex;
        gap: 5px;
        justify-content: space-between;
    }

    .home .div3 .card1 .eme1 {
        width: 65%;
        height: 300px;
        background-color: rgb(241, 241, 241);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 20px;
        padding: 30px;
    }

    .eme1 .name1 {
        display: flex;
        align-items: center;
    }

    .eme1 .name2 {
        background-color: rgba(75, 72, 68, 0);
        color: #000000;
        justify-self: flex-end;
    }

    .eme1 .name2 p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 25px;
    }

    .name1 .eme {
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        border-radius: 50%;
    }

    body.dark .name1 .eme {
        background-color: #000000;
    }

    .name1 .eme .lo {
        width: 30px;
        height: 30px;
        background-color: rgb(255, 255, 255);
        border: 5px solid #000000;
        border-radius: 50%;
    }

    body.dark .name1 .eme .lo {
        background-color: rgb(0, 0, 0);
        border: 5px solid #ffffff;
    }

    .card1 .eme2 {
        width: 35%;
        height: 300px;
        background-color: rgba(241, 241, 241, 0);
    }

    .eme2 a {
        text-decoration: none;
        color: #000000;
        background: rgb(241, 241, 241);

    }

    .eme2 .test {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgba(241, 241, 241);
        padding-left: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'Poppins', sans-serif;
        transition: 0.3s ease;
        cursor: pointer;
    }



    .eme2 .me {
        background-color: rgb(0, 0, 0);
        color: rgb(241, 241, 241);
    }



    .eme2 .test:hover {
        background-color: rgb(221, 221, 221);
        color: #000000;
    }

    .eme2 .me:hover {
        background-color: rgb(11, 11, 11);
        color: rgb(241, 241, 241);
    }

    .eme2 .social .fa-brands {
        color: #e6e4e4;
    }


    .div3 .card2 {
        width: 100%;
        height: 70px;
        background-color: rgb(241, 241, 241);
        border-radius: 20px;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .div3 .card2 a {
        color: #000000;
        text-decoration: none;
    }



    .div3 .Projects {
        width: 100%;
    }

    .types {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .types a {
        text-decoration: none;
        color: #000000;
    }

    .types .box {
        width: 50%;
        height: 75vh;
        z-index: 10;
    }

    .types .box h3 {
        text-align: center;
        margin-top: 0;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        position: absolute;
        z-index: 99;
        background-color: #ffffff;
        padding: 10px 20px;
        border-radius: 0px 0px 20px 0px;
    }

    .types .box h3::after {
        content: '';
        width: 30px;
        height: 30px;
        background-color: transparent;
        position: absolute;
        border-top: 9px solid #ffffff;
        border-left: 9px solid #ffffff;
        top: 32px;
        left: -9px;
        border-top-left-radius: 30px;
    }

    .types .box h3::before {
        content: '';
        width: 30px;
        height: 30px;
        background-color: transparent;
        position: absolute;
        border-top: 9px solid #ffffff;
        border-left: 9px solid #ffffff;
        top: -9px;
        right: -29px;
        border-top-left-radius: 30px;
    }

    .types .box p {
        width: 100%;
        height: 100%;
        margin-top: 0%;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 10px;
        transition: 0.3s ease;
        cursor: pointer;
        overflow: hidden;
    }

    .types .box p:hover {
        backdrop-filter: blur(10px);
    }

    .div3 .card4 {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .div3 .card4 .a1 {
        width: 100%;
        height: 45px;
        text-decoration: none;
        background-color: rgb(241, 241, 241);
        border-radius: 10px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #000000;
    }

    .div3 .card4 .a1:hover {
        background-color: rgba(221, 221, 221);
    }

    .aall {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .aall a {
        text-decoration: none;
        color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        width: 49%;
        background-color: rgb(241, 241, 241);
        border-radius: 10px;
    }

    .aall .a:hover {
        background-color: rgba(221, 221, 221);
    }


    .aall .a2 {
        width: 100%;
        height: 55px;
        text-decoration: none;
        background-color: rgb(0, 0, 0);
        border-radius: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: rgb(231, 231, 231);
    }


    .types .box {
        width: 49%;
        height: 75vh;
        border-radius: 10px;
    }

    footer {
        width: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 15px;
        color: rgb(255, 255, 255);
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .footer {
        width: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 15px;
        color: rgb(255, 255, 255);
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        display: flex;
        padding: 0px 10px;
    }

    .footer .name1 {
        display: flex;
        align-items: center;
        margin-top: 40px;
        margin-left: 40px;
        justify-self: flex-start;
    }

    .footer .ime {
        width: 60px;
        height: 60px;
        background: url('https://framerusercontent.com/images/CMh23QYytITSqtvV5MouFhzCsQ.webp');
        background-size: cover;
        background-position: center;
        margin-right: 15px;
        background-repeat: no-repeat;
        border-radius: 50%;
    }


    .footer-links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        margin: auto;
        padding: 20px 20px 50px;
        margin-top: 40px;
    }

    .footer-column {
        flex: 1 1 150px;
        display: flex;
        flex-direction: column;
        margin-bottom: auto;
        width: 300px;
        padding: 0px 10px;
        border-radius: 10px;

    }

    .footer-column h4 {
        font-size: 22px;
        color: #fff;
    }



    .footer-column a {
        display: block;
        text-decoration: none;
        color: #aaa;
        font-size: 16px;
        font-style: 400;
        margin-bottom: 22px;
        transition: color 0.3s;
    }

    body.dark .footer-column a {
        color: rgb(50, 50, 50);
    }

    .footer-column a:hover {
        color: #fff;
    }


}

@media (min-width: 481px) and (max-width: 1279px) {

    * {
        box-sizing: border-box;

    }

    body {
        margin: 10px;
        padding: 0px;
        background-color: rgb(255, 255, 255);
        scroll-behavior: smooth;
    }




    .home {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .home1 {

        width: 100%;
    }

    .div1 {
        background-size: cover;
        background-position-x: center;
        background-position-y: END;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        border-radius: 25px;
        height: 1400px;
        animation: background 6s infinite alternate-reverse linear;
    }

    @keyframes background {
        0% {
            background-image: url('https://framerusercontent.com/images/JXcXgX9XFX6giqsSzYIPYdR4oE.webp?scale-down-to=2048');
        }

        50% {
            background-image: url('https://framerusercontent.com/images/05fXxTKUqHmPap8H4QN6tLgD6qM.webp?scale-down-to=2048');
        }

        100% {
            background-image: url('https://framerusercontent.com/images/D3RYtM9hLEI6yXLGgcmQwxuDBQ.webp?scale-down-to=2048');
        }
    }


    .fixed {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #d10e0e;
        border: 10px solid rgb(255, 255, 255);
        border-radius: 0px 0px 20px 20px;
        z-index: 99;
    }



    header {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        position: fixed;
        align-items: center;
        border-radius: 0px 0px 25px 0px;

    }



    header .logo a {
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        z-index: 100;
    }

    header .ww::after {
        content: "";
        position: absolute;
        bottom: -40px;
        left: -15px;
        width: 40PX;
        height: 40px;
        background-color: transparent;
        border-top: 15px solid #ffffff;
        border-left: 15px solid #ffffff;
        border-top-left-radius: 50px;
    }

    header .ww::before {
        content: "";
        position: absolute;
        top: -6px;
        right: -40Px;
        width: 40PX;
        height: 40px;
        background-color: transparent;
        border-top: 15px solid #ffffff;
        border-left: 14px solid #ffffff;
        border-top-left-radius: 50px;
    }


    header nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        position: relative;
    }

    nav .ww {
        display: flex;
        width: 50vw;
        height: 90px;
        justify-content: flex-end;
        align-items: center;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -1px;
        border-radius: 0px 0px 40px;
        padding: 0px 10px;
        z-index: 99;
    }

    nav ul {
        position: absolute;
        top: 73px;
        right: 1px;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgb(255, 255, 255);
        padding: 0px;
        border-radius: 0px 0px 40px 5px;
        margin: 0px auto;
        gap: 0px;
        overflow: hidden;
        transition: all 1s;
    }


    nav ul li {
        padding: 30px;
        list-style: none;
    }

    nav ul li a {
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        color: #000000;
        font-size: 40px;

    }

    .responsive {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 1s;
        z-index: 99;
    }

    .div1 .home1 nav .responsive h5 {
        font-size: 60px;
        cursor: pointer;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        background-color: #ffffff;
        border-bottom-left-radius: 40px;
        top: 0px;
        right: 0px;
        margin-top: 0px;
        padding: 10px 20px 10px 20px;
        z-index: 99;
        position: absolute;
    }

    .div1 .home1 nav .responsive h5::after {
        content: "";
        position: absolute;
        top: -6px;
        left: -40px;
        width: 40PX;
        height: 40px;
        background-color: transparent;
        border-top: 15px solid #ffffff;
        border-right: 15px solid #ffffff;
        border-top-right-radius: 50px;
    }

    .div1 .home1 nav .responsive h5::before {
        content: "";
        position: absolute;
        bottom: -40px;
        right: 6px;
        width: 40PX;
        height: 40px;
        background-color: transparent;
        border-top: 15px solid #ffffff;
        border-right: 15px solid #ffffff;
        border-top-right-radius: 50px;
    }




    header button {
        width: 30px;
        height: 20px;
        border: none;
        display: flex;
        background-color: rgb(0, 0, 0);
        font-family: 'Poppins', sans-serif;
        padding: 5px 3px;
        margin-left: 20px;
        margin-right: 5px;
        justify-content: flex-start;
        align-items: center;
        border-radius: 25px;
    }



    header button .toggle {
        width: 10px;
        height: 10px;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
    }

    .div1 .home1 .ss {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .div1 .home1 .ss p {
        font-size: 40px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        background-color: #ffffff;
        border-top-left-radius: 50px;
        bottom: 0px;
        right: 0px;
        position: relative;
        padding: 10px 20px;
    }

    .div1 .ss p::after {
        content: "";
        position: absolute;
        top: -30px;
        right: -11px;
        width: 30PX;
        height: 30px;
        background-color: transparent;
        border-bottom: 11px solid #ffffff;
        border-right: 11px solid #ffffff;
        border-bottom-right-radius: 40px;
    }

    .div1 .ss p::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 160px;
        width: 20PX;
        height: 20px;
        background-color: transparent;
        border-bottom: 11px solid #000000;
        border-right: 11px solid #bb0f0f;
        border-bottom-right-radius: 40px;
    }


    .div3 {
        top: 0px;
        margin-top: 20px;
        right: 0px;
        width: 100%;
    }


    .card1 .eme1 {
        width: 65%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 40px;
        padding: 30px;
        background-color: rgba(241, 241, 241);
    }

    .eme1 .name1 {
        display: flex;
        align-items: center;
    }

    .name1 .eme {
        width: 100px;
        height: 100px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        border-radius: 50%;
    }


    .name1 .eme .lo {
        width: 50px;
        height: 50px;
        background-color: rgb(255, 255, 255);
        border: 5px solid #000000;
        border-radius: 50%;
    }



    .card1 .eme2 {
        width: 35%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 10px;
        background-color: rgba(241, 241, 241, 0);
    }

    .eme2 a {
        text-decoration: none;
        color: #000000;
        background: rgb(241, 241, 241);

    }

    .eme2 .test {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgb(241, 241, 241);
        padding: 0px 10px;
        border-radius: 20px;
        font-family: 'Poppins', sans-serif;
        transition: 0.3s ease;
        cursor: pointer;
    }



    .eme2 .me {
        background-color: rgb(0, 0, 0);
        color: rgb(241, 241, 241);
    }



    .eme2 .test:hover {
        background-color: rgb(221, 221, 221);
        color: #000000;
    }

    .eme2 .me:hover {
        background-color: rgb(11, 11, 11);
        color: rgb(241, 241, 241);
    }

    .eme2 .social .fa-brands {
        color: #e6e4e4;
    }



    .div3 .card2 {
        width: 100%;
        height: 70px;
        background-color: rgb(241, 241, 241);
        border-radius: 20px;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .div3 .card2 a {
        color: #000000;
        text-decoration: none;
    }



    .div3 .Projects {
        width: 100%;
    }

    .types {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .types a {
        text-decoration: none;
        color: #000000;
    }

    .types .box {
        width: 49%;
        height: 75vh;
        z-index: 1;
    }

    .types .box h3 {
        text-align: center;
        margin-top: 0;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        position: absolute;
        z-index: 99;
        background-color: #ffffff;
        padding: 10px 20px;
        border-radius: 0px 0px 40px 0px;
    }

    .types .box h3::after {
        content: '';
        width: 30px;
        height: 30px;
        background-color: transparent;
        position: absolute;
        border-top: 11px solid #ffffff;
        border-left: 9px solid #ffffff;
        top: 233px;
        left: -9px;
        border-top-left-radius: 40px;
    }

    .types .box h3::before {
        content: '';
        width: 30px;
        height: 30px;
        background-color: transparent;
        position: absolute;
        border-top: 9px solid #ffffff;
        border-left: 9px solid #ffffff;
        top: -9px;
        right: -29px;
        border-top-left-radius: 40px;
    }

    /* .types .box p {
        width: 100%;
        height: 100%;
        margin-top: 0%;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 10px;
        transition: 0.3s ease;
        cursor: pointer;
        overflow: hidden;
    } */

    .types .box p:hover {
        backdrop-filter: blur(10px);
    }

    .div3 .card4 {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 10px;
        position: sticky;
        top: 0;
        z-index: -1;
    }

    .div3 .card4 .a1 {
        width: 100%;
        height: 45px;
        text-decoration: none;
        background-color: rgb(241, 241, 241);
        border-radius: 10px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #000000;
    }

    .div3 .card4 .a1:hover {
        background-color: rgba(221, 221, 221);
    }

    .aall {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .aall a {
        text-decoration: none;
        color: #000000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        width: 100%;
        background-color: rgb(241, 241, 241);
        border-radius: 10px;
    }

    .aall .a:hover {
        background-color: rgba(221, 221, 221);
    }



    .aall .a2 {
        width: 100%;
        height: 55px;
        text-decoration: none;
        background-color: rgb(0, 0, 0);
        border-radius: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: rgb(231, 231, 231);
    }



    footer {
        width: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 15px;
        color: rgb(255, 255, 255);
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .footer {
        width: 100%;
        background-color: rgb(0, 0, 0);
        border-radius: 15px;
        color: rgb(255, 255, 255);
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
    }

    .footer .name1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 40px;
        margin-left: 40px;
    }

    .footer .name1 .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer .ime {
        width: 80px;
        height: 80px;
        background: url('https://framerusercontent.com/images/CMh23QYytITSqtvV5MouFhzCsQ.webp');
        background-size: cover;
        background-position: center;
        margin-right: 15px;
        background-repeat: no-repeat;
        border-radius: 50%;
    }


    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: auto;
        padding: 20px 20px 50px;
        margin-top: 40px;
    }

    .footer-column {
        flex: 1 1 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: auto;
        width: 300px;
        padding: 0px 10px;
        border-radius: 10px;

    }

    .footer-column h4 {
        font-size: 22px;
        color: #fff;
    }



    .footer-column a {
        display: block;
        text-decoration: none;
        color: #aaa;
        font-size: 16px;
        font-style: 400;
        margin-bottom: 22px;
        transition: color 0.3s;
    }



    .footer-column a:hover {
        color: #fff;
    }



    .div2 {
        display: none;
    }


    header .logo a {
        font-size: 80px;
    }

    header nav ul li a {
        font-size: 30px;
    }

    header button {
        width: 90px;
        height: 50px;
    }

    header button .toggle {
        width: 40px;
        height: 40px;
    }

    header::after {
        top: 47px;
        left: -19px;
        width: 40PX;
        height: 40px;
        border-top: 19px solid #eb0000;
        border-left: 19px solid #ffffff;
        border-top-left-radius: 40px;
    }

    header::before {
        top: -19px;
        left: 740px;
        width: 40PX;
        height: 40px;
        border-top: 19px solid #ffffff;
        border-left: 19px solid #ffffff;
        border-top-left-radius: 40px;
    }

    .div1 .home1 .ss p {
        font-size: 60px;
        padding: 15px 30px;
        background-color: rgb(255, 255, 255);
        transform: translate(0px, 65px);
    }

    .div1 .ss p::before {
        top: 54px;
        left: -40px;
        width: 40PX;
        height: 40px;
        border-right: 12px solid #ffffff;
        border-bottom: 12px solid #ffffff;
    }


    .title .p1 {
        margin-bottom: -10px;
        font-size: 70px;
    }

    .title .p2 {
        font-size: 30px;
    }

    .eme1 .name2 p {
        font-family: 'Poppins', sans-serif;
        padding: 0px 20px;
        font-weight: 300;
        font-size: 40px;
    }

    .card1 .eme1 {
        width: 100%;
        height: 700px;
    }

    .card1 .eme2 {
        display: none;
    }

    .div3 .card2 {
        height: 150px;
    }

    .div3 .card2 a,
    .div3 .card2 p {
        font-size: 40px;
    }

    .types a {
        font-size: 60px;
        cursor: pointer;
    }

    .types {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .types .box {
        width: 99%;
        height: 70vh;
    }

    .types .box h3::after {

        top: 90px;
        left: -9px;
    }

    .div3 .card4 .a1,
    .aall .a2 {
        height: 110px;
        font-size: 55px;
    }

    .aall a {
        height: 110px;
        font-size: 55px;
    }

    .footer-column h4 {
        font-size: 70px;
    }

    .footer-column a {
        font-size: 45px;
    }

    .footer .name1 .title .p1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 80px;
        margin-bottom: -30px;
    }

    .footer .name1 .title .p2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
    }

    .footer .name1 .eme {
        width: 120px;
        height: 120px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -70px;
        border-radius: 50%;
    }

    .footer .name1 .eme .lo {
        width: 70px;
        height: 70px;
        background-color: rgb(255, 255, 255);
        border: 5px solid #000000;
        border-radius: 50%;
    }


    * {
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
    }
}

* {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}