a {
    color: var(--blue-color);
    text-decoration: underline;
}

.text-blue{
	color:var(--blue-color);
}

.link-color{
	color:var(--link-color);
}

.avatar {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
}

.avatar .status {
	width: 12px;
	height: 12px;
	background: var(--green);
	outline: 2px solid white;
	position: absolute;
	right: 2px;
	bottom: 2px;
	border-radius: 100%;
}

.badge-green {
	position: relative;
	background:var(--green-bg);
	border:1px var(--green-border) solid;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0.04em;	
	padding-left:30px;
}

.badge-green:before{
	content:'';
	position: absolute;
	top:12px;
	left:12px;
	width:8px;
	height:8px;
	border-radius: 50%;
	background:var(--green);
}

.home-featured-projects {
	padding-top: 24px;
}

.slider-for {
	background: transparent;
	padding:0px;
	border-radius: 15px;
}

.img-container{
	text-align: center;
}

.img-container img{
	width: 100% !important;	
	height: 428px;
	margin: 0px auto;	
	border-radius: 16px;
	outline: none;
	object-fit: cover;
}

.img-nav-container {
	width: 94px !important;
	height: 56px !important;
	margin: 4px;
	border-radius: 8px;
	overflow: hidden;
	outline: none;
}

.img-nav-container img {
	width:100%;
	height:100%;
	margin: 0px auto;
	outline: none;
	object-fit: cover;
}

.img-nav-container.slick-current {
	outline: 2px solid var(--dark-900);
}

.img-nav-container:not(.slick-current) {
	cursor: pointer;
	opacity: 0.6;
	transition: all .3s ease-in-out;
}

.img-nav-container:not(.slick-current):hover {
	opacity: 0.9;
	transform: scale(1.02);
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slider-nav {
	margin-top:-35px;
}

.project-card .slider-nav .slick-list {
	display: flex;
	padding: 0 !important;
}

.slider-nav .slick-track{	
	padding: 8px;
	border-radius: 16px;
	background: #FFFFFF;
    width: auto !important;	
	margin: 0px auto;
    transform: none !important;
}

.project-card .info {
	width: 502px;
	margin: 24px auto 0;
}

.project-card .info > * {
	margin-bottom: 12px;
}

.project_title {
	text-decoration: none;
	color: var(--text-color);
}

.project_title h2 {
	margin-bottom: 0;
}

.text-black{
	color: var(--text-color);
}

.info-card {
	position: sticky;
	top: 24px;
	margin-bottom:100px;
}

.cursor-pointer:hover{
	cursor: pointer;
	opacity: .8;	
}

.underline {
	border-bottom: 1px solid #E2E8F0
}

/* Single Project ------------------------------- */
.header-single-projects {
	padding-top: 24px;
}

.single-project-title {
	font-size: ;
}

.project-image-container {
	overflow: hidden;
	border-radius: 16px;
}

.project-image-container img {
    max-width: 100%;
    height: auto;
}

.ul-project {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ul-project li {
	font-weight: 600;
}
.ul-project li + li {
	margin-top: 8px;
}

#project-statement > .col {
	border-radius: 16px;
	border: 1px solid var(--dark-200);
	background: var(--dark-100);
	padding: 24px;
}

.mobile-mockup {
	overflow: hidden;
	outline: 4px solid var(--dark-400);
	border-radius: 32px;
}

/* image full screen ------------------------- */
#fullpage {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: contain;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-color: #00000087;
	overflow: scroll;
}

#modalImage {
	cursor: zoom-out;
}

.full-screen-script img {
	cursor: zoom-in;
}

/* Responsive -------------------------------- */
@media only screen and (min-width: 576px) and (max-width: 1399px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 24px;
		padding-right: 24px;
	}
} 

@media all and (max-width: 991px) {
	.info-card {
	    padding-top: 24px;
	}
}
@media all and (max-width: 575px) {
	.info-card {
	    padding-top: 12px;
	}
	.img-container img {
		height: 33.33vh;
		border-radius: 8px;	
	}

	.slider-nav .slick-track {
		padding: 4px;
		border-radius: 8px;
	}

	.img-nav-container {
		width: 66px !important;
		height: 44px !important;
		margin: 2px;
		border-radius: 4px;
	}

	.project-card .info{
		width:100%;
	}

	#container-collapse .collapsible-mobile{			
		height: 0px;
		opacity: 0;
		transition: all .5s ease;
		overflow: hidden;
	}

	#container-collapse.open .collapsible-mobile{		
		height: auto;  		
  		opacity: 1;		
  		transition: all .5s ease-out;
	}

	.info-card{
		margin-bottom:50px;
	}

	.img-feactured-container img{
		max-height: 100vw;
	}
}

@media all and (max-width: 480px) {
	.info-card{
		margin-bottom:25px;
	}
}

@media all and (max-width: 381px){
	.info-card{
		margin-bottom:25px;
	}
	.img-nav-container {
		width: 60px !important;
		height: 40px !important;
	}
}