.team-card .image-cover{aspect-ratio:1;max-height:338px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.team-card .image-cover img{width:100%;display:block;object-fit:cover;transition:all .5s ease-in-out}.team-card:hover .image-cover img{transform:scale(1.1)}.team-card .image-cover .social-icons{position:absolute;z-index:2;bottom:0;opacity:0;visibility:hidden;transition:all .5s ease-in-out}.team-card:hover .image-cover .social-icons{bottom:26px;visibility:visible;opacity:1}.team-card .image-cover:after{content:"";z-index:1;display:block;position:absolute;bottom:0;left:0;width:100%;height:0;transition:all .5s ease-in-out;background:linear-gradient(180deg,#00000000,#000000)}.team-card:hover .image-cover:after{height:100%}.team-card .image-cover .social-icons a{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.team-card .text-content{margin-top:19px;text-align:center}.team-card .text-content .name{font-size:var(--fs-20);line-height:var(--lh-30);color:var(--text-primary);transition:all .3s ease-in-out}.team-card .text-content .name:hover{color:var(--primary)}.team-card .text-content .position{font-size:var(--fs-16);line-height:var(--lh-28);color:var(--text-secondary)}@media (max-width:767px){.team-card .image-cover .social-icons a{width:36px;height:36px}.team-card .image-cover .social-icons a span svg{width:14px;height:14px}}@media (max-width:575px){.team-card .text-content{margin-top:16px}.team-card .text-content .name{font-size:var(--fs-18);line-height:var(--lh-28)}.team-card .text-content .position{font-size:var(--fs-14);line-height:var(--lh-22)}.team-card .image-cover .social-icons a{width:30px;height:30px}.team-card .image-cover .social-icons a span svg{width:14px;height:14px}}.portfolio-section{.content-cover{--bs-gutter-x:30px;--bs-gutter-y:30px;.image-cover{&:first-child{max-width:30%}&:nth-child(2){max-width:40%}&:nth-child(3){max-width:30%}&:nth-child(4){max-width:60%}&:nth-child(5){max-width:40%}.image{width:100%;height:100%;max-height:450px;overflow:hidden;display:flex;align-items:center;justify-content:center;img{display:block;height:100%;width:100%;object-fit:cover;object-position:center}}}}}