body {
    background-position: center;
    background-size: cover;
    position: relative;
}

.menu-btn,
li,
ul,
ul li a {
    text-align: center
}

.btn-52,
.wrapper {
    backdrop-filter: blur(10px)
}

#active:checked~.menu-btn,
.btn-52,
.cv,
.menu-btn,
.ml15,
.ml6 {
    color: #fff
}

* {
    margin: 0;
    padding: 0
}

body {
    background-image: linear-gradient(to bottom right, #000, 60%, transparent, #000), url('../img/background.jpg');
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.background {
    position: absolute;
    top: 50%;
    width: 45%;
    left: 55px;
    height:200px;
    margin-top: -100px;
}

.btn-52,
ul li a,
ul li::after {
    text-transform: uppercase
}

.link1 {
    padding-bottom: 75px
}

.cv {
    width: 220px;
    height: 46px;
    background-color: #f00;
    border-radius: 999px;
    font-weight: 700;
    border: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.cv:hover {
    background: 0 0;
    border: none;
    box-shadow: 0 0 20px #f00
}

.background,
.wrapper {
    background-repeat: no-repeat
}

.menu-btn,
.wrapper {
    position: fixed;
    transition: .1s ease-in-out
}

.btn-52,
.ml6 {
    position: relative
}

.background,
.wrapper,
section {
    height: 100vh
}

li,
section {
    display: flex;
    flex-direction: column
}

ul li a,
ul li::after {
    transition: .5s
}

.ml6,
ul li::after {
    font-weight: 900
}

.ml15,
ul li a {
    font-weight: 800
}

.menu-btn,
.ml15 {
    line-height: 50px
}

*,
.btn-52 {
    box-sizing: border-box
}

.wrapper {
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    clip-path: circle(25px at calc(100% - 45px) 45px)
}

#active:checked~.wrapper {
    clip-path: circle(75%);
    z-index: 100
}

.menu-btn {
    top: 20px;
    right: 20px;
    z-index: 200;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 20px;
    border: none;
    background-color: #f00
}

.fa-bars {
    margin-top: 15px
}

#active:checked~.menu-btn i:before {
    content: "\f00d";
    z-index: 100
}

section {
    justify-content: center;
    align-items: center
}

li {
    list-style: none;
    margin: 9px auto
}

ul li a {
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 4px;
    border-radius: 20px;
    display: inline-block;
    transition: .5s;
    position: absolute;
    font-size: 45px;
    left: 50%;
    transform: translate(-50%);
    color: #f00
}

ul li a:hover {
    transform: scale(1.5);
    opacity: 1;
    color: #f00
}

ul:hover li a {
    opacity: 0;
    color: #f00
}

ul li::after {
    content: attr(data-text);
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    opacity: 0;
    pointer-events: none;
    letter-spacing: 50px
}

ul li:hover:after {
    opacity: .5;
    letter-spacing: 5px
}

.btn-52 [hidden],
input[type=checkbox] {
    display: none
}

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px
}

.ml6 .letter {
    display: inline-block;
    font-size: 45px
}

.ml15 .word {
    display: inline-block;
    font-size: 27px
}

.fa-briefcase,
.fa-user {
    padding: 5px;
    color: #f00;
    border-radius: 50%;
    font-size: 10px;
    background-color: #fff;
}

.btn-52,
.btn-52 *,
.btn-52 :after,
.btn-52 :before,
.btn-52:after,
.btn-52:before {
    border: 0 solid;
    box-sizing: border-box
}

.btn-52 {
    -webkit-tap-highlight-color: #000;
    appearance: button;
    background-color: #f00;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    line-height: 1.3;
    margin-right: 8px;
    margin-top: 16px;
    mask-image: -webkit-radial-gradient(#000, #fff);
    border-radius: 999px;
    font-weight: 900;
    overflow: hidden;
    padding: .3rem .8rem
}

.btn-52:disabled {
    cursor: default
}

.btn-52:-moz-focusring {
    outline: auto
}

.btn-52 svg {
    display: block
}

.btn-52 .original {
    background: 0 0;
    color: #fff;
    display: grid;
    inset: 0;
    place-content: center;
    position: absolute;
    left: 8px;
    transition: transform .2s;
    padding-left: 12px
}

.btn-52:hover .original {
    transform: translateY(100%)
}

.btn-52 .lettersd {
    display: inline-flex
}

.btn-52 span {
    opacity: 0;
    transform: translateY(-5px);
    transition: transform .2s, opacity .2s
}

.btn-52:hover span {
    opacity: 1;
    transform: translateY(0)
}

.btn-52:hover span:nth-child(2) {
    transition-delay: 0.1s
}

.btn-52:hover span:nth-child(3) {
    transition-delay: 0.2s
}

.btn-52:hover span:nth-child(4) {
    transition-delay: 0.3s
}

.btn-52:hover span:nth-child(5) {
    transition-delay: 0.4s
}

.btn-52:hover span:nth-child(6) {
    transition-delay: 0.5s
}

.btn-52:hover span:nth-child(7) {
    transition-delay: 0.6s
}

.btn-52:hover span:nth-child(8) {
    transition-delay: 0.7s
}

.btn-52:hover span:nth-child(9) {
    transition-delay: 0.8s
}

.btn-52:hover span:nth-child(10) {
    transition-delay: 0.9s
}

.btn-52:hover span:nth-child(11) {
    transition-delay: 1s
}

.btn-52:hover span:nth-child(12) {
    transition-delay: 1.1s
}

.fa-download {
    padding: 5px;
    color: rgb(255 23 23);
    background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

@media (max-width: 576px) {
    body {
        background-image: linear-gradient(to bottom, #000, 50%, transparent, #000), url(../img/background.jpg)
    }
    
    .background {
        position: absolute;
        height:200px;
        margin-top: -100px;
        left: 50%;
        width: 95%;
        transform: translate(-50%);
        text-align: center
    }



}

@media screen and (max-width:750px) {
    body {
        background-image: linear-gradient(to bottom, #000, 50%, transparent, #000), url(../img/background.jpg)
    }

    .background {
        position: absolute;
        height:200px;
        margin-top: -100px;
        left: 50%;
        width: 95%;
        transform: translate(-50%);
        text-align: center
    }

    .ml15 .word {
        font-size: 20px;
        line-height: 40px
    }

    .menu-btn,
    .ml15 {
        line-height: 0px
    }

    .btn-52 {
        margin: 10px 2px;
        font-size: 13px
    }

    .ml6 .letter {
        font-size: 43px;
    }

    .fa-briefcase,
    .fa-user {
        padding: 4px;
        font-size: 10px
    }

    .btn-52 .original {
        position: absolute;
        left: 7px;
        padding-top: 2px
    }

    ul {
        position: absolute;
        top: 180px;
    }

    .cv {
        position: absolute;
        top: 450px;
        margin-left: 5px
    }

    .wrapper {
        padding-left: 10px;
    }
}
