
.card-box {
    position: relative;
    color: #fff;
    padding: 20px 10px 40px;
    margin: 20px 0px;
    height: 150px;
    border-radius:10px;
    margin-top:5cm;
   
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25), -5px -5px 10px 0px rgba(0,0,0,0.22);
cursor: pointer;
transition: 0.4s;
}
.card-box:hover {
    text-decoration: none;
    color: #f1f1f1;
    border-radius:10px;
    transform: scale(0.9, 0.9);
box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
-5px -5px 30px 15px rgba(0,0,0,0.22);
}
.card-box:hover .icon i {
    font-size: 100px;
    transition: 1s;
    -webkit-transition: 1s;
}
.card-box .inner {
    padding: 5px 10px 0 10px;
}
.card-box h3 {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
}
.card-box p {
    font-size: 15px;
}
.card-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 72px;
    color: rgba(0, 0, 0, 0.15);
}
.card-box .card-box-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-decoration: none;
    border-radius:10px
}
.card-box:hover .card-box-footer {
    background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
    background-color: #88e3fa !important;
}
.bg-green {
    background-color: #69f9b8 !important;
}
.bg-orange {
    background-color: #ffc973 !important;
}
.bg-red {
    background-color: #ff8682 !important;
}
.bg-blue2 {
    background-color: #fd69fd !important;
}
.bg-green2 {
    background-color: #73a6ff !important;
}
.bg-orange2 {
    background-color: #80b9ff !important;
}
.bg-red2 {
    background-color: #7864b5 !important;
}
.cards-list {
z-index: 0;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.card {
margin: 30px auto;
width: 300px;
height: 300px;
border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
cursor: pointer;
transition: 0.4s;
}

.card .card_image {
width: inherit;
height: inherit;
border-radius: 40px;
}

.card .card_image img {
width: inherit;
height: inherit;
border-radius: 40px;
object-fit: cover;
}

.card .card_title {
text-align: center;
border-radius: 0px 0px 40px 40px;
font-family: sans-serif;
font-weight: bold;
font-size: 30px;
margin-top: -80px;
height: 40px;
}

.card:hover {
transform: scale(0.9, 0.9);
box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
-5px -5px 30px 15px rgba(0,0,0,0.22);
}

.title-white {
color: white;
}

.title-black {
color: black;
}

/* New Style */

.myteam{
    border-radius: 10px !important;
align-items: center;
}

.myteam .details{
margin-top: 0;
    background-color: red;
}
.contactimg img{
   height: 50%;
   width: 50%;
}
.myteam .pimage #vivek{
    height:10% !important;
    border-radius: 80%; 
    margin: auto;
    margin-top: 10px;
    
}

.myteam .pimage #vinita {
    height:70% !important; 
    width:210px;
    border-radius: 80%; 
    margin: auto;
    margin-top: 10px;
}
#insta:hover i{
    color:red !important;
} 