HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/.trash/assets/scss/_team.scss
.team_section {
	padding: 118px 0px 110px;
	.section_title_area {
		padding-bottom: 65px;
	}
}
.team_link {
	left: 0;
	right: 0;
	width: 60px;
	color: #fff;
	height: 60px;
	bottom: -30px;
	margin: 0 auto;
	line-height: 60px;
	border-radius: 100%;
	position: absolute;
	background-color: $base-color;
	.social_link {
		a {
			@extend%middle_position;
			left: 0;
			right: 0;
			opacity: 0;
			width: 30px;
			height: 30px;
			margin: 0 auto;
			font-size: 12px;
			line-height: 30px;
			text-align: center;
			visibility: hidden;
			position: absolute;
			border-radius: 100%;
			background-color: $base-color;
			transition: .5s  all ease-in-out;
		}
	}
}
.team_img_text {
	.team_img {
		width: 200px;
		height: 200px;
		overflow: hidden;
		border-radius: 100%;
		margin: 0 auto;
		position: relative;
		&:after {
			top: 0;
			left: 0;
			opacity: 0;
			content: '';
			height: 100%;
			width: 100%;
			position: absolute;
			transform: scale(.5);
			border-radius: 100%;
			transition: .5s all ease-in-out;
			background-color: rgba(51, 51, 51, 0.8);
		}
	}
	.team_text_details {
		padding-top: 60px;
		h3 {
			@extend%heading_style;
			padding-bottom: 8px;
		}
		span {
			@extend%themetag;
		}
		p {
			margin: 0 auto;
			font-size: 14px;
			max-width: 230px;
			padding-top: 8px;
			line-height: 1.857;
		}
	}
	&:hover {
		.social_link {
			a {
				opacity: 1;
				visibility: visible;
				transition-delay: .3s;
			}
		}
		.mem_fb {
			left: -100px;
			top: -15px;
		}
		.mem_tw {
			left: -33px;
			top: -30px;
		}
		.mem_ld {
			left: 33px;
			top: -28px
		}
		.mem_yo {
			left: 65px;
			top: -10px;
		}
		.team_img {
			&:after {
				opacity: 1;
				transform: scale(1);
			}
		}
		.team_link {
			.fa-plus:before {
				content: "\f068";
			}
		}
	}
}
/*Team Page*/
/*----------------------------------------------------*/
.team_page_section {
	padding: 145px 0px 60px;
}
.team_page_member {
	margin-bottom: 60px;
	.team_member_img {
		float: left;
		width: 150px;
		height: 180px;
		margin-right: 40px;
		background: #fff;
		background-size: cover;
		overflow: hidden;
		background: no-repeat center center; 
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		&:before,
		&:after {
			width: 75%;
			top: 10px;
			content: '';
			right: -30px;
			height: 35px;
			position: absolute;
			background-color: #fff;
			transform: rotate(20deg) skewX(15deg);
		}
		&:after {
			top: auto;
			right: auto;
			left: -30px;
			bottom: 10px;
		}
	}
	.team_name_designation {
		display: table;
		.team_degi {
			@extend%themetag;
		}
		.team_name {
			line-height: 1;
			font-size: 30px;
			font-weight: 700;
			margin-bottom: 0;
			padding: 12px 0px 28px;
		}
		.tean_social {
			margin-left: -12px;
			li {
				color: #bababa;
				height: 35px;
				width: 35px;
				position: relative;
				z-index: 1;
				text-align: center;
				&:before {
					left: 0;
					top: -6px;
					content: '';
					width: 100%;
					z-index: -1;
					height: 100%;
					border-radius: 100%;
					position: absolute;
					background-color:  #f5eee2;
					transform: scale(0);
					transition: .3s all ease-in-out;
				}
				&:hover {
					color: $base-color;
					&:before  {
						transform: scale(1);
					}
				}
			}
		}
	}
}
.team_feature_section {
	padding: 120px 0px;
	.team_feature_content {
		float: right;
		max-width: 580px;
		background-color: #fff;
		padding: 70px 60px 70px 100px;
		border-bottom: 10px solid $base-color;
		.team_feature_text {
			margin: 20px 0 55px;
			line-height: 1.667;
		}
		.team_feature_btn {
			@extend%button_defult;
			a {
				color: #fff;
				display: inline-block;
				padding: 20px 38px 20px 40px;
				background-color: $base-color;
				@extend%btn_hover;
			}
		}
	}
}
.team_skill_section {
	background-color: #f7f7f7;
	padding: 118px 0px 120px;
	z-index: 1;
	&:before {
		left: 0;
		bottom: 0;
		content: '';
		position: absolute;
		height: 40%;
		z-index: -1;
		width: 30%;
		background-image: url(../img/about/abg.jpg);
	}
	&:after {
		left: 0;
		bottom: 0;
		content: '';
		position: absolute;
		height: 50%;
		width: 30%;
		z-index: -1;
		background-image: url(../img/team/sbg.png);
	}
}
.team_skill_progress {
	margin-right: 40px;
	.skill_progress {
		@extend%skill_progress;
		.progress_text {
			margin-bottom: 5px;
		}
		.single_experties {
			margin-bottom: 45px;
		}
		.skill-title {
			color: #343434;
		}
		.progress {
			height: 60px;
			background-color: #ffffff;
			.progress-bar {
				top: 0;
				height: 60px;
			}
		}
		.skill-percent {
			color: #343434;
		}
	}
}
.team_skill_img {
	.team_skill_pic {
		margin-bottom: 48px;
		.team_brand {
			top: -35px;
			right: -140px;
			position: absolute;
		}
	}
	.section_title_area {
		padding-left: 40px;
	}
}
/*Team Details Page*/
/*----------------------------------------------------*/
.team_details_section {
	padding: 145px 0px 120px;
	.about_right_content {
		padding-left: 0;
		margin-top: 50px;
		padding-bottom: 50px;
		border-bottom: 2px solid #e4e4e4;
		.about_progress {
			position: static;
			box-shadow: none;
			padding: 20px 20px 10px;
			border: 2px solid #e4e4e4;
		}
		.progress_text h3 {
			padding-bottom: 0;
		}
	}
	.team_profile {
		z-index: 1;
		max-width: 470px;
		padding: 35px 30px;
		background-color: #fff;
		box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
		.shape_pattern {
			position: absolute;
			top: -30px;
			left: -15px;
			z-index: -2;
		}
		.bg_img {
			position: absolute;
			top: 0;
			z-index: -1;
			left: 0;
		}
		.team_name_designation {
			padding: 35px 0px 20px;
			span {
				display: block;
			}
			.team_degi {
				@extend%themetag;
				font-size: 14px;
			}
			.team_name {
				font-size: 40px;
				font-weight: 700;
				line-height: 0.75;
				padding-top: 20px;
			}
		}
		.team_social {
			li {
				width: 50px;
				height: 50px;
				color: #bababa;
				line-height: 50px;
				text-align: center;
				border-radius: 100%;
				transition: .3s all ease-in-out;
				a {
					transition: none;
				}
				&:hover {
					box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
					color: $base-color;
				}
			}
		}
		.shape_pattern_2 {
			right: -30px;
			z-index: -2;
			bottom: -20px;
			position: absolute;
		}
	}
}
.team_details_text {
	.section_title_area {
		@extend%inner_title;
	}
}
.personal_info {
	padding-bottom: 30px;
	border-bottom: 2px solid #e4e4e4;
	li {
		font-size: 18px;
		margin-bottom: 12px;
		.personal_icon {
			width: 25px;
			height: 25px;
			margin-right: 22px;
			i {
				color: $base-color;
			}
		}
		span {
			font-weight: 700;
		}
	}
}
.team_service_area {
	margin-top: 50px;
	padding-bottom: 50px;
	background-color: transparent;
	.service_icon_text {
		border: 2px solid #e4e4e4;
		padding: 60px 10px 50px;
	}
}
.team_achivement_list {
	.personal_info {
		li {
			font-size: 16px;
		}
		.personal_icon {
			margin-right: 10px;
		}
	}
}
.team_growth {
	margin-top: 50px;
	.team_growth_text {
		p {
			margin-bottom: 30px;
		}
	}
	.growth_btn {
		@extend%btn_pair;
		margin: 0px -10px;
		li {
			a {
				display: block;
				padding: 15px 30px;
			}
		}
	}
}