@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');

* {
    cursor: none;
}

.circle {
    --circle-size: 40px;
    position: fixed;
    height: var(--circle-size);
    width: var(--circle-size);
    border: 2px solid #25D366;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: calc(var(--circle-size)/-2);
    left: calc(var(--circle-size)/-2);
    pointer-events: none;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.circle-dot {
    width: 6px;
    height: 6px;
    background-color: #25D366;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s, box-shadow 0.3s;
}

body {
    background-color: #0a0a0a;
}

.background {
    background-color: #25D366;
    height: 130px;
    width: 100%;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 6px 0px #25D366;
}

.arrow-back {
    height: 50px;
    float: right;
    transition: 0.3s;
    color: white;
    animation: arrow-back 0.3s linear;
    z-index: 1;
}

@keyframes arrow-back {
    0% {
        transform: scale(0.25, 0.25);
    }

    100% {
        transform: scale(1, 1);
    }
}

.arrow-back:hover {
    transform: scale(0.85, 0.85);
}

.arrow-back:active {
    transform: scale(0.7, 0.7);
}

.logo-div {
    height: 125px;
    width: 125px;
    border-radius: 100%;
    margin-top: -65px;
    position: relative;
    left: 0;
    animation: logo-move 2s ease forwards;
}

@keyframes logo-move {

    0%,
    14% {
        left: calc(50% - 62.5px);
    }

    100% {
        left: 20px;
    }
}

@media screen and (max-width: 149px) {
    .logo-div {
        display: none;
    }
}

@keyframes logo-div {
    0% {
        transform: scale(0.75, 0.75);
    }

    100% {
        transform: scale(1, 1);
    }
}

.logo-div:active {
    transform: scale(0.93, 0.93);

}

.logo {
    width: 100%;
    box-shadow: 0px 0px 10px 0px #3E3E3E;
    border-radius: 100%;
    outline: 3px solid rgba(255, 255, 255, 0.75);
    transition: 0.5s;
    text-align: center;
    position: relative;
    color: #f5f5f5;
    z-index: 1;
}

a {
    text-decoration: none;
}

.logo:hover {
    box-shadow: 0px 0px 10px 3px #3E3E3E;
    outline-color: white;
    transform: scale(1.02, 1.02);
}

.background2 {
    background-color: #f2f3f515;
    width: 100%;
    margin-top: -71px;
    border-radius: 10px;
    border-top-right-radius: 0;
    box-shadow: 0px 0px 5px 0px #f2f3f515;
    transition: 0.5s;
    z-index: 2;
}

.background2:hover {
    box-shadow: 0px 0px 7px 0px #f2f3f535;
}

h1 {
    margin-left: 25px;
    margin-right: 25px;
    line-height: 30px;
    padding-top: 84px;
    font-size: 30px;
    font-weight: 1;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Lalezar';
    animation: h1 1s linear;
    z-index: 1;
}

@keyframes h1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

h2 {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 15px;
    padding-top: 8px;
    font-size: 23px;
    font-weight: 1;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Lalezar';
    animation: h2 1s linear;
    z-index: 1;
}

@keyframes h2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 270px) {
    .background {
        border-bottom-right-radius: 10px;
    }

    .background2 {
        border-top-right-radius: 10px;
    }

    .logo-div {
        margin: auto;
        margin-top: -65px;
    }

    h1 {
        text-align: center;
        text-align: center;
    }

    h2 {
        text-align: center;
    }
}

.footer {
    width: fit-content;
    margin: auto;
    opacity: 0.8;
    transition: 0.5s;
    animation: footer 1s linear;
    z-index: 1;
}

@keyframes footer {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.footer:hover {
    opacity: 1;
    text-shadow: 0px 0px 10px #3E3E3E;
}

.footer1 {
    text-align: center;
    font-size: 20px;
    color: #a4a4a4;
    font-family: 'Lalezar';
    font-weight: 1;
    line-height: 15px;
}

.footer2 {
    text-align: center;
    margin-top: -17px;
    font-size: 13px;
    color: #eeeeee;
    font-weight: 1;
    font-family: 'Lalezar';
    line-height: 15px;
}



.social-media {
    width: 30px;
    border-radius: 30%;
    position: absolute;
    transition: 1s;
    opacity: 0.8;
}

h2 div {
    width: fit-content;
}

h2 div:hover .social-media {
    transform: rotate(360deg);
    opacity: 1;
}

h2 p {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.4s;
    padding-left: 40px;
}

h2 div:hover p {
    transform: scale(1.09, 1.09);
    color: white;
}

.emoji {
    color: rgba(255, 255, 255, 0.8);
}