/* ---section-discover---- */
.discover{
    background-image: url(../assets/plain-background-img.jpg);
}
.discover h5{
    color: #d217cb;
}
.discover p{
    line-height: 35px;
}
.discover img{
    height: 400px;
    object-fit: cover;
}
/* read-button---- */
.read-button {
    border: 1px solid #2e2e4f;
    background-image: linear-gradient(90deg, #6443f8 0%, #d217cb 100%);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 12px 23px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
  }
  
  .read-button:hover {
    background-image: linear-gradient(90deg, #d217cb 0%, #6443f8 100%);
    color: white;
    transform: translateY(-5px);
  }

.banner-proffesion {
    background-image: url(../assets/plain-background-img.jpg);
}

.p-team-detail {
    padding: 20px;
    background-color: #20203e;
}
video{
    width: 100%;
    height: auto;
}

.p-team-detail p {
    color: #9797b9;
}

.p-team-detail img {
    width: 196px;
    height: 196px;
    object-fit: cover;
    border-radius: 50%;
}
/* ---video-background-img-section---- */
.cover-video{
    background-image: url(../assets/plain-background-img.jpg);
}

