@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
.full_container {
    background: linear-gradient(98deg, #d7d7d7 0%, #fff 100%);
    top: -15rem;
    position: relative;
    z-index: -1;
    padding: 12rem 0 5rem;
    margin-bottom: -18rem;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 77%, 50% 100%, 0 75%, 0 0);
}
.about_me {
    width: 80%;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 4em;
    margin: auto;
    padding: 3rem 10rem;
}

.about_me .hero-info {
    margin-top: 3rem;
}

.about_me .hero-info h3 {
    color: #5a5a5a;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.about_me .hero-info h1 {
    font-family: 'Azuki';
    font-size: 5rem;
    color: #009688;
    text-shadow: 4px 2px 2px #dbdbdbad;
}

.about_me .text-animate {
    width: 30rem;
    position: relative;
}

.about_me .text-animate h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: transparent;
    -webkit-text-stroke: 0.05rem #009688;
    background: linear-gradient(180deg, #009688 0%, #ffffff 51%, rgb(255 255 255) 100%);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-position: 0 0;
    transition: .6s;
    letter-spacing: 2px;
    animation: moveText 3slinear infinite;
    animation-delay: 2s;
}

.about_me .text-animate h2::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -3px;
    width: 0;
    height: 70%;
    border-right: 2px solid #03A9F4;
    animation: moveCursorText 3s linear infinite;
    animation-delay: 2s;
}


.about_me .hero-info p {
    font-size: 1.2rem;
    color: #606060;
    line-height: 1.5rem;
    font-family: none;
    font-weight: normal;
}

.about_me .btn-box {
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.about_me .btn-box .btn {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.about_me .btn-box .d-CV {
    background: linear-gradient(98deg, #e5eef7 0%, #fff 100%);
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3)0px 1px 2px 0,
        rgba(60, 64, 67, 0.15)0px 2px 6px 2px;
    transition: all .3s ease;
}

.about_me .social-media {
    /* display: flex; */
    justify-content: space-between;
    width: fit-content;
    height: 45px;
}

.about_me .social-media a {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
    color: #e6006d;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    border-radius: 50%;
    z-index: 1;
}


.about_me .social-media a:hover {
    background: linear-gradient(180deg, rgba(247, 1, 120, 1)0%,
            rgba(160, 8, 156, 1)51%,
            rgba(99, 13, 178, 1)100%);
    ;
    color: #fff;
}

.about_me .bg-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_me .bg-icon span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #2196F3 0%, #03A9F4 51%, rgb(255 255 255) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: animate 1s linear infinite;
}

.about_me .img-hero {
    position: relative;
    animation: floatImage 4s ease-in-out infinite;
    animation-delay: 3s;
}

.about_me .img-hero img {
    position: relative;
    width: 312px;
    height: auto;
    z-index: 10;
}

.about_me .rotate-text {
    position: absolute;
    top: 4%;
    left: -53px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2rem;
}

.about_me .rotate-text span {
    position: relative;
    width: 342px;
    height: 342px;
    background: #6ed0ea;
    border: 6px solid #17766a;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
}

.about_me .rotate-text span::before {
    content: "";
    position: absolute;
    inset: 20px;
    background: #ececec;
    border-radius: 50%;
    z-index: 1;
}

.about_me .rotate-text span i {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(110 187 143) 0%, rgb(109 188 146) 51%, rgb(105 204 232) 100%);
    filter: blur(5px);
    animation: animate 2s linear infinite;
}


.about_me .rotate-text .text {
    position: absolute;
    width: 390px;
    height: 390px;
    background: #17766a;
    border-radius: 50%;
    box-shadow: 0 1px 6px 5.94px rgba(0, 0, 0, 0.2);
    animation: rotateText 30s linear infinite;
}

.about_me .rotate-text p {
    font-size: 1.2rem !important;
    line-height: 1.9;
    font-weight: 800;
    color: #fff;
    font-family: MotleyForces !important;
}


.about_me .text b {
    position: absolute;
    transform-origin: 0 195px;
    display: block;
    top: 0;
    left: 50%;
    font-size: 1.2rem;
}



/*==== @keyframes ====*/

@keyframes moveText {

    0%,
    10%,
    100% {
        background-position: -24rem 0;
    }

    65%,
    85% {
        background-position: 0rem 0;
    }
}

@keyframes moveCursorText {

    0%,
    10%,
    100% {
        width: 0;
    }

    65%,
    78%,
    85% {
        width: 100%;
        opacity: 1;
    }

    75%,
    85% {
        opacity: 0;
    }
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes progress {
    to {
        stroke-dashoffset: var(--target);
    }
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-22px);
    }

    100% {
        transform: translateY(0);
    }
}




/*==== BrakPoints ==== */

@media(max-width:1200px) {
    html {
        font-size: 95%;
    }
}

@media(max-width:991px) {

    header,
    section,
    footer {
        padding-left: 3%;
        padding-right: 3%;
    }

    .home,
    .portfolio-box {
        flex-direction: column-reverse;
    }
    .about_me {
        width: 100%;
        padding: 3rem;
    }
}

@media(max-width:768px) {

    .menu-icon .bar,
    .menu-icon::after,
    .menu-icon::before {
        display: block;
    }

    ul.navlist {
        position: absolute;
        top: -1000px;
        transition: all .3s ease;
        width: 100%;
        text-align: center;
        display: block;
        background: linear-gradient(0deg, #fff 0%, #edf4fa 51%, #e5eef7 100%);
        left: 0;
        border-top: 2px solid rgba(248, 202, 202, .7);
    }

    ul.navlist a {
        font-size: 1.5rem;
        margin: 1rem 0;
    }

    .navlist.active {
        top: 100%;
    }

    .overlay {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        z-index: 8;
        opacity: 0;
        transform: .3s;
        pointer-events: none;
    }

    body.open .overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .btn {
        padding: 10px;
    }

    .home {
        grid-gap: 0;
    }

    .fillter-buttons button {
        padding: 10px;
        font-size: .8rem;
    }

    .hero-info {
        text-align: center;
    }

    .text-animate,
    .btn-box,
    .social-media {
        margin: 25px auto;
    }
}

@media(max-width:530px) {
    html {
        font-size: 80%;
    }

    .full_container {
        padding: 12rem 0 10rem;
    }
}