@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quintessential&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

header .nav {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 200px;
    font-family: Montserrat !important;
}

.hero-initial {
    height: 70dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}

.row-div {
    width: 100%;
    height: 49%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hero-bigitem {
    height: 100%;
    width: 48%;
    background-color: rgba(255, 255, 255, 0.007);
}

.temp3 {
    background-image: url('https://www.theindianwire.com/wp-content/uploads/2018/08/Oracle-696x464.jpg');
    background-size: cover;
    background-position: center;
}

.temp2 {
    background-image: url('https://tse2.mm.bing.net/th/id/OIP.yvqt1m4GHWOH-zeGCbh_2wHaHS?cb=12&rs=1&pid=ImgDetMain&o=7&rm=3');
    background-size: cover;
    background-position: center;
}

.temp {
    background-image: url('https://www.laclave.com.py/wp-content/uploads/2024/07/PAG-7-A-2-4.jpg');
    background-size: cover;
    background-position: center;
}

.hero-smallitem {
    height: 100%;
    width: 24%;
    background-color: rgba(255, 255, 255, 0.007);
}

.hover-orange:hover {
    /* border: solid 1px var(--pink); */
    border: solid 1px var(--cian);
}

.hero-card-info{
    width: 100%;
    height: 3rem;
    color: aliceblue;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    i{
        margin: 1ch;
    }
}


.hero-card-content {
    height: 100%;
    width: 100%;
    background: #22C1C3;
    background: linear-gradient(180deg, rgba(34, 193, 195, 0) 0%, rgba(88, 18, 135, 0.537) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    transition: all ease 1s;
    
    .hero-card-title{
        color: aliceblue;
        font-size: 1.5rem;
        font-family: Montserrat;
    }
    
    .hero-card-description{
        font-family: Roboto;
    }
    
    .hero-card-autor{
        font-family: Montserrat;
        color: rgba(240, 248, 255, 0.595);
        font-size: 0.6rem;
        width: 100%;
        flex-direction: row;
        text-align: end;
    }
}
/* 
.hero-card-content:hover {
    background: linear-gradient(180deg, rgba(34, 193, 195, 0) 0%, rgba(176, 57, 255, 0.51) 100%);
} */

.hero-card-banner{
    height: calc(100%-3rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
}

.users-counter{
    height: 20dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bx-user, .bx-arrow-down-square{
    color: var(--pink);
    font-size: 1.3rem;
}

#idCountDownloads, #idCountUsers{
    color: aliceblue;
}

.cc-title{
    width: 100%;
    color: aliceblue;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.counter-card{
    width: 49%;
    height: 80%;
    background-color: rgba(240, 248, 255, 0.041);
    text-align: center;
    padding: 8px;
    /* border: solid 1px var(--cian); */
}

.userscont, .downloadsscont{
    display: flex;
    flex-direction: column;
    letter-spacing: 4px;
}

/* Teste borda */
.counter-card {
    position: relative;
    width: 49%;
    height: 60%;
    background-color: rgba(240, 248, 255, 0.05);
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 0;
}

/* Bordas animadas arco-íris */
.counter-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* espessura da borda */
    border-radius: 12px;
    background: linear-gradient(270deg,
        #ff0000,
        #00ffee,
        #0033ff,
        #cc00ff,
        #ff0077,
        #ff0000
    );
    background-size: 400% 400%;
    animation: rainbowBorder 8s alternate infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

/* conteúdo interno acima do gradiente */
.counter-card > * {
    position: relative;
    z-index: 2;
}

/* animação */
@keyframes rainbowBorder {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.recomended-technologies{
    /* height: 50dvh; */
    width: 100%;
    padding: 48px;

    h2{
        color: var(--pink);
        font-family: Montserrat;
        font-weight: 300;
    }

    p{
        font-family: Montserrat;
        font-weight: lighter;
        margin-top: 2ch;
        /* color: aliceblue; */
    }

    .btn-cyber{
        margin-top: 24px;
        background-color: transparent;
        color: var(--pink);
        padding: 8px;
        font-family: Montserrat;
        border: solid 1px var(--pink);
        transition: all 0.3s;
        text-transform: uppercase;
    }

    .btn-cyber:hover{
        cursor: var(--hover);
        background-color: var(--pink);
        color: aliceblue;
    }
}