@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

#matrixCanvas {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

/*
body {
    background-color: black;
    color: rgb(255, 255, 255);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10%;
    background: transparent;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.548), green, rgba(0, 0, 0, 0.548));
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {
    font-size: 25px;
    color: green;
    text-shadow: 5px 5px 10px black;
    text-decoration: none;
    font-weight: 600;
    pointer-events: none;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    
}
*/

/*.navbar a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: calc(.2s * var(--i));
}
.navbar a::after {
    content: '';
    width: 0;
    height: 2px;
    background: black;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.6s;
}

.navbar a:hover::after {
    width: 100%;
}

.navbar a:hover {
    background: linear-gradient(45deg, rgb(0, 0, 0), rgb(0, 0, 0));
    -webkit-text-fill-color: transparent;
    background-clip: border-box;
    -webkit-background-clip: text;
}
*/

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: normal;
    /*line-height: 20px;*/
    color: #fff;
    text-rendering: optimizelegibility;
}

.container-fluid {
    padding: 0 !important;
    padding: 0 !important;
}

.home {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 2% 0;
    margin: 0;
    color: #999;
}

.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.d-flex {
    width: 100%;
    display: flex;
    /*
    justify-content: space-between;
    */
    justify-content: center;
}

.card-container {
    width: 200px;
    height: 120px;
    padding: 6px;
}

@media screen and (max-width: 1500px) {
    .home {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }

    .home .logo-table {
        margin-right: auto;
    }

    .flex-container {
        align-items: center;
    }

    .card-container {
        width: 25%;
    }
}

.home-content {
    max-width: 900px;
    padding: 24px;
    /* margin-left: -30px; */
}

.home-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: .7s;
}

.home-content h3 {
    font-size: 32px;
    font-weight: 700;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}

.mu {
    margin-top: 50px !important;
}

.home-content h1, h3 {
    text-shadow: 5px 4px 10px green;
}

.home-content h3 span {
    color: rgb(0, 255, 0);
}

.home-content p {
    font-size: 16px;
    margin: 20px 0 0;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1.3s;
}

.home-sci a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: black;
    border: 2px solid green;
    border-radius: 50%;
    font-size: 20px;
    color: green;
    text-decoration: none;
    margin: 30px 15px 30px 0;
    opacity: 0;
    animation: zoomIn 1s ease forwards;
    animation-delay: 0.4s;
}

.home-sci a:hover {
    background: green;
    color: black;
    box-shadow: 0 0 20px green;
}

.btn-box {
    display: inline-block;
    padding: 12px 12px;
    background: green;
    border-radius: 40px;
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: zoomIn 1s ease forwards;
    animation-delay: 0.4s;
    margin-right: 15px;
}

.btn-box:hover {
    box-shadow: 0 0 5px green,
    0 0 25px green, 0 0 50px green,
    0 0 100px green, 0 0 200px green;
    text-decoration: none;
}

.home-img {
    display: flex;
    justify-content: space-between;
    width: 320px;
    height: 320px;
    opacity: 0;
    animation: zoomIn 1s ease forwards, floatImage 4s ease-in-out infinite;
    animation-delay: 2.1s, 3.1s;
}

.home-img .glowing-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-img .glowing-circle::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: black;
    border-radius: 50%;
}

.zoom-in {
    opacity: 0;
    animation: zoomIn 1s ease forwards;
    animation-delay: 0.4s;
}

.glowing-circle span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(black, rgba(218, 5, 35, 0.41));
    border-radius: 50%;
    animation: circleRotate 5s linear infinite;
}

.glowing-circle span:nth-child(1) {
    filter: blur(10px);
}

.image img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 280px;
    object-fit: cover;
}

.glowing-circle .image {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    z-index: 1;
    margin: auto;
}

.navbar-1 a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 50px;
    text-align-last: center;
}

.navbar-1 a.active,
.navbar-1 a:hover {
    background: linear-gradient(45deg, rgb(0, 0, 0), rgb(0, 0, 0));
    -webkit-text-fill-color: transparent;
    background-clip: border-box;
    -webkit-background-clip: text;
}

canvas {
    position: fixed;
    top: auto;
    left: auto;
    background-color: black;
    z-index: -1;
    /*background-size: cover;*/
    background-blend-mode: multiply;
    background-size: auto;
    scroll-behavior: smooth;
}


/* ---------------------------About----------------------- */

.about {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 10% 0;
    margin-top: 10%;
}

.about-img img {
    padding: auto;
}

.about-content h3 {
    font-size: 32px;
    font-weight: 700;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}

.about-content p {
    font-size: 16px;
    margin: 20px 0 0;
    text-align: left;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1.3s;
}

/* Animation */
@keyframes slideTop {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-24px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes circleRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* logos list */

.logo-cardBox {
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.w-25 {
    width: 25%;
}

@media screen and (max-width: 1000px) {
    .home {
        align-items: stretch;
    }

    .card-container {
        width: 50%;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .home-content {
        padding: 0;
        text-align: center;
    }

    .flex-container {
        /*animation-name: none;*/
        margin-top: 70px;
    }

    .navbar .btn {
        margin-right: 2em;
    }
}

@media screen and (max-width: 500px) {
    .card-container {
        width: 100%;
    }

    .image {
        width: 230px !important;
        height: 230px !important;
    }

    .image img {
        max-width: 230px;
    }

    .glowing-circle {
        width: 230px !important;
        height: 230px !important;
    }

    .glowing-circle:after {
        width: 230px !important;
        height: 230px !important;
    }

    .home-img {
        width: 250px !important;
        height: 250px !important;
        text-align: center;
    }

    .home-content h1 {
        font-size: 3em !important;
    }
}

.logo-card {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    position: absolute;
    width: 98%;
    height: 98%;
    background: #0a0a0a;
    border-radius: 20px;
    z-index: 5;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

.logo-card:hover {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    position: absolute;
    width: 98%;
    height: 98%;
    background: #155a1b;
    border-radius: 20px;
    z-index: 5;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

.logo-out {
    width: 100%;
    height: 90%;
    object-fit: contain;
    align-content: center;
}

.logo-in {
    width: 100%;
    height: 90%;
    object-fit: contain;
    align-content: center;
}

.logo-card .content .logo-in {
    font-size: 3rem;
    margin-top: 0px;
}

.logo-card .content {
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.logo-card:hover .content {
    transform: translateY(-90%);
    opacity: 1;
}

.logo-card:hover .logo-out {
    opacity: 0;
}

.logo-cardBox:hover {
    box-shadow: 0 0 5px green,
    0 0 25px green, 0 0 50px green,
    0 0 100px green, 0 0 200px green;
}

.logo-cardBox::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 80%;
    background: -webkit-linear-gradient(to bottom, #000000, #70c986, #03e734);
    background: linear-gradient(to bottom, #000000, #70c986, #03e734);
    transform-origin: center;
    animation: glowing 3s linear infinite;
}

@keyframes glowing {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.logo-table {
    /*animation: zoomIn 1s ease forwards, floatImage 6s ease-in-out infinite;
    animation: zoomIn 1s ease forwards;
    animation-delay: 2.1s, 3.1s;
    animation: slideTop 3s ease forwards;*/
    margin-top: 50px;
    margin-right: -100px;
}


table, td, th {
    border: 0px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 80%;
    float: right;
}

th, td {
    padding: 15px;
}

.brand {
    padding-left: 50px !important;
}
