/* Team Section  */
div#team-info-box {
    padding: 48px;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    text-align: center;
    background: #0a0a0a;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 24px;
    margin-bottom: 80px;
    gap: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teamMemberPaginaion {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
    gap: 16px;
}
.paginationTabMembers img {
    width: 80px !important;
    height: 80px !important;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    /* filter: grayscale(100%); */
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    object-fit: cover;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 9999px;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    background: #050505;
}
.CreatorMembers  img {
    width: 64px !important;
    height: 64px !important;
}
.paginationTabHeading {
    color: #9ca3af;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
    text-align: center;
    padding: 4px 14px;
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    line-height: 16px;
}
.tabMemberGroup {
    margin-left: 0;
    margin-right: -12px;
		transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tabMemberGroup:hover img {
    transform: scale(1.2);
		border: 1px solid rgb(139 24 255 / 1);
filter: grayscale(0);
}
p#team-info-desc {
    font-size: 18px;
    line-height: 28px;
    color: #9CA3AF;
	padding-bottom: 0;
}

.tabMemberGroup:hover {
    margin-right: 0;
    margin-left: 0;
    z-index: 20;
}
#team-info-role {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    color: #8b18ff;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 16px;
    background: rgb(139 24 255 / 0.1);
    border: 1px solid rgb(139 24 255 / 0.2);
    display: inline-block;
    border-radius: 9999px;
}
#team-info-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
	margin-bottom: 0;
}
div#team-info-box::before {
    height: 600px;
    width: 600px;
    top: 50%;
    left: 50%;
    background: rgba(38,34,98,0.2);
z-index: -1;
}

.tapText {
    text-align: center;
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 32px;
}
#team .overflow-x-auto::-webkit-scrollbar { display: none; }

@media (min-width: 768px) {
    .md-hidden {
        display: none;
    }
}
/* team Section end */

/* Media for team Section */


@media only screen and (max-width:1024px){
	.paginationTabMembers img {
		width: 64px !important;
		height: 64px !important;
	}
	
}

@media only screen and (max-width:999px){
	
	
	.paginationTabColumns .CreatorMembers  img {
		width: 48px !important;
		height: 48px !important;
	}
	div#team-info-box {
		margin-bottom: 60px;
		gap: 48px;
	}
	
}


@media only screen and (max-width:768px){
	
	p#team-info-desc {
		font-size: 16px;
	}
	
}

@media only screen and (max-width:575px){
	.tapText {
		margin-bottom: 24px;
	}
	
	div#team-info-box {
		margin-bottom: 24px;
		gap: 16px;
		padding: 24px;
	}
	p#team-info-desc {
		font-size: 14px;
		line-height: 24px;
	}
	
	.paginationTabHeading {
		font-size: 8px;
		padding: 4px 14px;
		margin-bottom: 1rem;
	}
	
	.paginationTabMembers img {
		width: 48px !important;
		height: 48px !important;
	}
	
	.paginationTabColumns .CreatorMembers  img {
		width: 42px !important;
		height: 42px !important;
	}
	
	.teamMemberPaginaion{
		flex-wrap: wrap;
	}
	#team-info-title {
		font-size: 24px;
		line-height: 30px;
	}

}


@media only screen and (max-width:460px){
	
	
	.paginationTabMembers img, .paginationTabColumns .CreatorMembers  img  {
		width: 40px !important;
		height: 40px !important;
	}
	.paginationTabHeading {
		font-size: 6px;
		padding: 4px 8px;
		margin-bottom: 1rem;
		line-height: 14px;
	}
	
}


@media only screen and (max-width:360px){

.paginationTabMembers img, .paginationTabColumns .CreatorMembers  img {
    width: 34px !important;
    height: 35px !important;
}

}