@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

@-webkit-keyframes logo {
    from {
        text-shadow: 0 0 10px rgb(0, 255, 6), 0 0 20px rgb(0, 255, 6), 0 0 40px rgb(0, 255, 6), 0 0 60px rgb(0, 255, 6);
    }

    to {
        text-shadow: 0 0 10px #fff, 0 0 20px #fdfdfd, 0 0 30px #fdfdfd, 0 0 40px #fdfdfd;
    }
}

/* 

{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: black;
} */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:root {
    --bg: #222;
}

/* ----------------body -----------------*/
body {
    background: var(--bg);
    margin: 0;
    align-items: s center;
    justify-content: center;

    padding: 0px;
    height: 100%;
}

.container {
    color: rgb(255, 255, 255);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    bottom: 50%;
    /* animation-name: chat_an1; */
    width: 100%;

}

.container h1 {
    font-size: 50px;

    font-weight: 600;
}

span {

    color: #fff700;
}

canvas {
    opacity: 25%;
    width: 100%;
    left: 5.4%;
}



/* --------------button------------ */
button {
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
}


/* ====================================== */
/* -----------------NAVBAR------------ */
/* ================START================== */
header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 8%;
}

.logo {
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 255, 6);
    font-size: 30px;
    cursor: pointer;
    width: 170px;
    height: 35px;
    margin-right: auto;
    left: 15%;
    position: absolute;

    -webkit-animation: logo 1s ease-in-out infinite alternate;
    -moz-animation: logo 1s ease-in-out infinite alternate;
    animation: logo 1s ease-in-out infinite alternate;
}

/* .nav_links {
    list-style: none;

}

.nav_links li {
    display: inline-block;
    padding: 0px 15px;

}

.nav_links li a {
    transition: all 0.3s ease 0s;
    font-size: 15px;
}

.nav_links li a:hover {
    color: #0088a9;
} */


/* ====================================== */
/* -----------------NAVBAR------------ */
/* ==================END================== */


/* ====================================== */
/* -------------Login-button------------ */
/* ===============START===================== */
.login_btn {
    border-radius: 50px;
    color: rgb(0, 255, 0);
    background-color: black;
    box-shadow: rgb(0, 255, 6) 5px 5px 5px 0px;

    padding: 12px 30px;

    text-decoration: double;

}

.login_btn::after {
    background-color: rgb(59, 221, 75);
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.login_btn:hover::after {
    transform: translate(0, 0);
}

.login_btn:hover {
    border: 2px solid transparent;
    color: rgb(247, 247, 247);
    transform: scale(1.05);
    will-change: transform;
}

/* ====================================== */
/* -------------Login-button------------ */
/* ================END==================== */


/* ====================================== */
/* -------SOCIAL MEDIA SIDE BAR---------- */
/* ================START================== */
.scl_media {
    position: relative;
    padding: 10%;
    padding-top: 100%;
    gap: 50px;
}

.scl_media .l1 {
    position: relative;
    list-style: none;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}

.scl_media .l1:hover {
    z-index: 10000;
    transform: scale(0.75);
}

.scl_media .l1::before {
    content: '';
    position: absolute;
    inset: 30px;
    box-shadow: 0 0 0 10px var(--clr),
        0 0 0 20px black 0 0 0 22px var(--clr);
    transition: 0.5s;
}


.scl_media .l1::before {
    content: '';
    position: absolute;
    inset: 0;
    background: black;
    transform: rotate(45deg);
}


.scl_media .l1:hover::before {
    inset: 0px;
}

.scl_media .l1 .a1 {
    position: relative;
    text-decoration: none;
    color: var(--clr);
    z-index: 10;
    transition: 0.5s;
    font-size: 2em;
}

.scl_media .l1:hover .a1 {
    font-size: 3em;
    filter: drop-shadow(0 0 20px var(--clr)) drop-shadow(0px 0px 40px var(--clr)) drop-shadow(0px 0px 60px var(--clr)) drop-shadow(0px 0px 80px var(--clr)) drop-shadow(0px 0px 100px var(--clr));


}

.container1 {
    position: relative;
}

/*! .container1 canvas, */
#Matrix {
    position: absolute;

}

.overlay {
    position: absolute;
    /* left: 1%;
    top:50%; */
    left: 93%;

}


.overlay1 {
    position: absolute;
    left: 50%;
    /* top:100%; */
    top: 450px;
    height: 100%;

}

.overlay3 {
    position: static
}


canvas {
    border: 1px solid rgb(255, 251, 251);
}

/* ====================================== */
/* -------SOCIAL MEDIA SIDE BAR---------- */
/* ================END================== */
.wrapper {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.link_wrapper {
    position: relative;

}

.btn_link {
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    background: #333;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #333;
    box-shadow: rgb(32, 255, 32) 2px 2px 30px 2px;
    transition: all .35s;
}

.icon {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    z-index: -1;

    transition: all .35s;

}

.icon svg {
    width: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    fill: #2ecc71;
    transition: all .35s;
}

.btn_link:hover {
    width: 200px;
    border: 3px solid #2ecc71;
    background: transparent;
    color: #2ecc71;
    box-shadow: rgb(237, 232, 237) 2px 2px 30px 2px;
}

.btn_link:hover+.icon {
    border: 3px solid #2ecc71;
    right: -25%;
}

@keyframes glowing {
    0% {
        /* background-color: #b9faa5; */
        box-shadow: 0 0 15px #ffffff;
    }

    50% {
        /* background-color: #bbe9ad; */
        box-shadow: 0 0 40px #66e73e;
    }

    100% {
        /* background-color: #a3f69a; */
        box-shadow: 0 0 15px #00ff3c;
    }
}

.btn_link {
    animation: glowing 1500ms infinite;
    border-radius: 5px;
}









#span1 {

    color: #ffffff;
}



.navigation {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 70px;
    background-color: rgb(0, 1, 0);
    box-shadow: 10px 0 0 rgb(0, 255, 0);
    border-left: 10px solid rgb(255, 255, 255);
    overflow-x: hidden;
    transition: width 0.5s;
    --size1: 4%;
}

.navigation:hover {
    width: 300px;

    --size2: 40px;
    --size3: 15%;
}

.navigation .ul1 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    padding-left: 5px;
    padding-top: 40px;

}

.navigation .ul1 li {
    position: relative;
    list-style: none;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;


}

.navigation .ul1 li.active {
    background-color: rgb(0, 255, 0);

}




.navigation .ul1 li a {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: rgb(255, 255, 255);

}

.navigation .ul1 li.active a::before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0px;
    background: rgb(0, 0, 0);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 rgb(0, 255, 0);
}

.navigation .ul1 li.active a::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0px;
    background: rgb(0, 0, 0);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 15px -15px 0 rgb(0, 255, 0);
}


.navigation .ul1 li a .icon1 {
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;


}

.navigation .ul1 li a .icon1 .ion {
    position: relative;
    font-size: 1.5em;
    z-index: 1;

}

.navigation .ul1 li a .title {
    position: relative;
    display: block;
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;

}


.logo_menu {
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 255, 6);
    font-size: var(--size2);
    cursor: pointer;
    width: 170px;
    height: 35px;
    margin-right: auto;
    right: 20%;
    top: 2%;
    position: absolute;

    -webkit-animation: logo 1s ease-in-out infinite alternate;
    -moz-animation: logo 1s ease-in-out infinite alternate;
    animation: logo 1s ease-in-out infinite alternate;
}
