

.video-box{
    position: relative;

}

/* .ref{
   
   position:absolute;
    top:50%;
   left:50%;
    transform:translate(-50%,-50%);
} */

/* span{
        
} */
i{
    font-size: 4rem;
    color: rgba(44, 179, 44, 0.819);
    padding-left: 1rem;
  
    
}

@keyframes pulse-border{
    0%{
    transform:scale(1);
    opacity: 1;
    }
    100%{
    transform:scale(1.5);
    opacity: 0;
    }
}

.border-animation{
    position: absolute;
    top:0;
    left:0;
    width: 6rem;
    height: 6rem;
    border:0.55rem solid white;
    border-radius: 50%;
    animation:pulse-border 1s linear infinite;
    
}

.--border-1{
    animation-delay:1s;
}

.--border-2{
    animation-delay:1.5s;
}

.card{
    width: 400px;
  height: 350px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid whitesmoke;
  box-shadow: inset 1px 1px 1px 1px;
  color: white;
  background-color: black;
  border-radius: 10%;;
}

.card-title{
    color:aqua;
    text-align: center;
    font-weight: 700;
    display: inline-block;
}

.card-subtitle{
 color: white;
 text-transform: capitalize;
 font-size: 1.5rem;
 display: block;
}

.card-text{
    font-size: 1.2rem;
    color:white;
    display: block;
    
}

.phn{
    font-size: 1rem;
}

.git{
    font-size: 1rem;
    color: black;
    font-weight: 400;
}






