/*------------------------------------------------------------------
Project:Team
Author: The_Krishna        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.Default css
2.layout-1 section
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background: #FFF
Content: #3C3DDC  
-------------------------------------------------------------------*/
/************************ 1.Default css ***************************/
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
svg {
    vertical-align: middle;
}
input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}
textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body {
    font-family: "Jost", sans-serif;
}
.row {
    --bs-gutter-x: 30px;
}
/* ------------- 1. layout-1 section ------------- */
.team-section-1 {
    padding: 50px 0;
}
.team-image {
    position: relative;
    border-radius: 20px;
}
.team-image img {
    width: 100%;
    position: relative;
    border-radius: 20px;
    height: auto;
}
.team-mega {
    position: absolute;
    left: 0;
    bottom: -80px;
    margin-right: 20px;
    padding: 30px;
    background-color: #3C3DDC;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}
.team-mega img {
    width: 50px;
    height: 50px;
    color: #ffffffa3;
    border-radius: 0;
    transform: rotate(180deg);
    fill: #ffffffa3;
}
.team-mega p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.titlebar {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}
.team-info {
    font-size: 16px;
    color: #3C3DDC;
    font-weight: 500;
    margin-bottom: 0;
}

.team-info .desc {
    text-indent: 30px;
}

.line {
    width: 20px;
    height: 2px;
    background-color: #3C3DDC;
    margin-right: 8px;
}
h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #000;
}
.social-icon {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    gap: 15px;
}
.social-icon a {
    text-decoration: none;
    background-color: #fff;
    color: #3C3DDC;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}
.social-icon a:hover {
    transform: translateY(-10px);
    transition: all .5s ease-in-out;
    color: #fff;
    background-color: #3C3DDC;
}
.desc {
    font-size: 16px;
    font-weight: normal;
    color: #606060;
    text-align: justify;
}
h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 25px;
    color: #000;
}
.qualification .quali {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 5px;
    flex-direction: column;
}
.quali span {
    font-size: 16px;
    font-weight: normal;
    color: #737373;
}
.list-view {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 8px;
}
.progress_bar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.skills-animation {
    width: 100%;
}
.skills .progress-bar {
    height: 10px;
    transition: 0.9s;
    background-color: #37517e;
}
.item_label, .item_value {
    font-size: 17px;
    font-weight: 500;
}
.accoding {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.item_bar {
    position: relative;
    height: 11px;
    width: 100%;
    background:
        color-mix(in srgb, #37517e, transparent 90%);
    border-radius: 4px;
}
.item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 10px;
    margin: 0;
    background: #3C3DDC;
    border-radius: 4px;
    transition: width 100ms ease;
}
.skill-disc {
    padding: 40px 0;
    width: 100%;
}
.detail-ex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}