@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}



body {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    background-color: red;
}


.wrapper {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(18, 21, 29, 1) 0%, rgba(134, 143, 151, 1) 50%, rgba(171, 186, 206, 1) 120%);

}



.name {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 22px;
    top: 2vh;
    left: 5vw;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin: 0;
    opacity: 0.50;
    text-shadow: 0 2px 5px black;
}

.name h1 {
    text-align: end;
    margin: 2rem 0%;
    font-size: clamp(16px, 4vw, 22px);
    
}


.box div {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 6px solid rgba(171, 186, 206, 1);
    border-block: double white;
    z-index: 1;
 
}

.box div:nth-child(1) {
    top: 12%;
    left: 48%;
    animation: animate 24s linear infinite;
}

.box div:nth-child(2) {
    top: 70%;
    left: 52%;
    animation: animate 16s linear infinite;
}

.box div:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 18s linear infinite;
}

.box div:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 20s linear infinite;
}

.box div:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 12s linear infinite;
}

.box div:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 24s linear infinite;
}

.box div:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 30s linear infinite;
}

.box div:nth-child(8) {
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
    top: 90%;
    left: 25%;
    animation: animate 18s linear infinite;
}

.box div:nth-child(10) {
    top: 20%;
    left: 80%;
    animation: animate 10s linear infinite;
}
@keyframes animate{
    
    0%{
        transform: scale(0) translateY(0) rotate(0deg);
        opacity: 1;
        
    }
    70%{
        opacity: 1;
    }
    100%{
        transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity: 0;
    }
}


.box2 div{
    position: absolute;
    width: 220px;
    height: 220px;
    background-color: transparent;
    border: 12px solid rgba(18, 21, 29, 1);
    border-block: 12px double rgba(18, 21, 29, 1);
    z-index: 1;
    

}

.box2 div:nth-child(1) {
    top: 10%;
    left: 55%;
    animation: animationBlack  47s linear infinite;
}

.box2 div:nth-child(2) {
    top: 80%;
    left: 60%;
    animation: animationBlack  29s linear infinite;
}

.box2 div:nth-child(3) {
    top: 15%;
    left: 10%;
    animation: animationBlack  34s linear infinite;
}

.box2 div:nth-child(4) {
    top: 25%;
    left: 80%;
    animation: animationBlack 39s linear infinite;
}

.box2 div:nth-child(5) {
    top: 50%;
    left: 25%;
    animation: animationBlack  24s linear infinite;
}

.box2 div:nth-child(6) {
    top: 60%;
    left: 42%;
    animation: animationBlack  48s linear infinite;
}

.box2 div:nth-child(7) {
    top: 45%;
    left: 60%;
    animation: animationBlack  54s linear infinite;
}

.box2 div:nth-child(8) {
    top: 67%;
    left: 5%;
    animation: animationBlack  37s linear infinite;
}

.box2 div:nth-child(9) {
    top: 68%;
    left: 79%;
    animation: animationBlack  36s linear infinite;
}   

.box2 div:nth-child(10) {
    top: 9%;
    left: 30%;
    animation: animationBlack  35s linear infinite;
}

@keyframes animationBlack {
    0%{
        transform: scale(0) translateY(0) rotate(0deg);
        opacity: 0.1;
        
    }
    70%{
        opacity: 0.1;
    }
    100%{
        transform: scale(1) translateY(-30px) rotate(180deg);
        opacity: 0;
    }
}

.box,
.box2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.circleLayout {
    background-color: rgba(171, 186, 206, 1);
    border-radius: 50%;
    height: clamp(100px, 20vw, 30rem);
    width: clamp(100px, 20vw, 30rem);
    position: absolute;
    top: 2vh;
    left: 50%;
    transform: translateX(-50%);
    border-block:  double white;
    border-top-width: thick;
    border-bottom-width: thick;
    opacity: 80%;
    z-index: 10;
    
    
}

#imgProfile {
    position: absolute;
    top: 0;
    left: 0;
    height: clamp(100px, 20vw, 30rem);
    width: clamp(100px, 20vw, 30rem);
    z-index: 11;
  
}


.accordion {
    width: 40vw;
    left: 50%;
    transform: translateX(-50%);
    top: 40vh;
    color: white;
    background-color: white;
    position: relative;
    border-radius: 0.5rem;
    
}

.accordion-item {
    background-color: rgba(171, 186, 206, 1);
    color: black;
    margin: 1rem 0;
    border-radius: 0.5rem;  
    box-shadow: 0 2px 5px white;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 2px solid;
    border-image: linear-gradient(to right, rgba(171, 186, 206, 1), white) 1;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fa-github {
    color: black;
}

.fa-linkedin {
    color:blue;
}

.fa-envelope {
    color: white;
}
