@media (min-width: 412px) {
    .mobile {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
        background: #eff4fd;
    }

    ml {
        margin-left: 10px;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100h;
        background: #eff4fd;
    }

    nav {
        display: flex;
        width: 84%;
        margin: auto;
        padding: 20px 0;
        align-items: center;
        justify-content: space-between;
    }

    nav ul li {
        display: inline-block;
        list-style: none;
        margin: 10px 20px;
    }

    nav ul li a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

    nav ul li a:hover {
        color: red;
    }

    .detel {
        margin-left: 8%;
        margin-top: 13%;
    }

    .detel h1 {
        font-size: 50px;
        color: #212121;
        margin-bottom: 20px;
    }

    span {
        color: orange;
    }

    .detel p {
        /* color: #555; */
        line-height: 22px;

    }

    .detel a {
        background-color: #000000;
        padding: 10px 18px;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        margin: 30px 0;
        border-radius: 5px;
    }

    .ele li:hover {
        color: red;
    }

    .images {
        width: 45%;
        height: 80%;
        position: absolute;
        bottom: 0;
        right: 100px;
        border-radius: 50%;
    }

    .images img {
        height: 100%;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: bottom 1s, left 1s;
        background: transparent;
    }

    .images:hover .shape {
        bottom: 40px;
    }

    .images:hover .boy {
        left: 45%;
        background: transparent;
    }

    .download-cv:hover {
        background-color: #212121;
    }

    .foot {
        margin-top: 20px;
        margin-left: 110px;
    }
}

@media (max-width: 412px) {
    .hero {
        display: none;
    }

    .mobile {
        margin-top: 10px;
    }

    * {
        margin: 0%;
        padding: 0%;
        font-family: sans-serif;
        background-color: #eff4fd;
    }

    span {
        color: orange;
    }

    .pic {
        width: 50vw;
        margin-left: 20px;
    }

    .navbari {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        color: black;
        margin: 20px 20px 0px 20px;
    }

    .tit {

        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .para {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
    }

    a {
        text-decoration: none;
    }

    .outer-div {
        display: flex;
        justify-content: space-between;
    }

    .socials {
        display: flex;
        justify-content: space-between;
        margin: 20px;
    }

    .social {
        height: 40px;
        width: 40px;
    }

    .cv {
        background-color: #000000;
        padding: 10px 18px;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        margin: 30px 0 0 20px;
        border-radius: 5px;
    }

    .cv:active {
        color: #212121;
    }

    .bari {
        color: black;
    }

    .bari:active {
        color: orange;
    }

    .foot {
        margin: 20px;
    }
}