/*-----------------------------card1-----------------------------------*/

#card {
	width: 250px;
	height: 340px;
	position: relative;
	margin: 10% auto;
	border-radius: 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

#blur {
	background-size: cover;
	width: 250px;
	height: 150px;
	position: relative;
	top: -15px;
	left: -15px;
	border-radius: 8px;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	filter: blur(8px);
}

#color {
	background: rgba(255, 255, 255, .60);
	width: 430px;
	height: 330px;
}

#profile {
	width: 250px;
	height: 180px;
	position: relative;
	top: -185px;
	border-radius: 8px;
}

#profile img {
	width: 135px;
	height: 135px;
	border-radius: 100px;
	position: relative;
	top: 85px;
	display: block;
	margin: 0 auto;
	-webkit-filter: sepia(.25);
	-moz-filter: sepia(.25);
	filter: sepia(.25);
}

#profile h1 {
	color: rgba(38, 50, 56, 1);
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	position: relative;
	top: 90px;
}

.presentpics p {
	color: rgba(38, 50, 56, .87);
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: relative;
	top: 90px
}

.para {
	margin-top: 15px;
	margin-bottom: 5px;
}
.para2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*----------------------------------------------------------------------------------------------------------*/

.info a {
	color: rgba(255, 255, 255, 1);
	transition: color 0.4s;
	text-decoration: none;
}
.info a:hover {
	color: rgba(255, 255, 255, .70);
	transition: color 0.4s; 
}

.info {
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 100px;
	background: rgba(38, 50, 56, 1);
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background-position: center center;
	background-size: cover;
	transition: all 0.2s ease;
	z-index: 0;
}

.info.active {
	width: 100%;
	height: 250%;
	position: relative;
	top: -110%;
	background: rgba(38, 50, 56, 1);
	transition: width .1s ease, height .2s ease, top .2s ease, z-index .2s ease;
	z-index: 999;
}

.info i.block {
	color: rgba(255, 255, 255, .6);
	display: block;
}

.info .fa-info {
	padding: 8px;
	cursor: pointer;
	visibility: visible;
    opacity: 1;
	transition: visibility 0s, opacity 0.4s ease;
}

.info.active .fa-info {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s ease;
}

.info .fa-angle-down {
	cursor: pointer;
	visibility: hidden;
}

.info.active .fa-angle-down {
	position: relative;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	padding: 4px;
	visibility: visible;
	position: relative;
	top: 10px;
	animation-name: visible;
	animation-duration: 0.3s;
}

@keyframes visible {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.info p {
	color: rgba(255, 255, 255, 1);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: 500 !important;
	text-align: center;
	padding: 10px 6px 6px 6px;
	position: relative;
	top: 30px;
	visibility: hidden;
}

.info.active p {
	visibility: visible;
	animation-name: entrance-first;
	animation-duration: 0.4s;
}

.info .link {
	visibility: hidden;
	margin: 10px 10px 0px 10px;
	padding: 16px 4px 4px 4px;
	cursor: pointer;
	position: relative;
	top: 55px;
}

.info.active .link {
	visibility: visible;
	animation-name: entrance-second;
	animation-duration: 0.5s;
}

@keyframes entrance-first {
	0% {
		top: 150px;
	}
	100% {
		top: 30px;
	}
}

@keyframes entrance-second {
	0% {
		top: 150px;
	}
	100% {
		top: 55px;
	}
}


/*******************           CARD 2            ***************************/

.iinfo a {
	color: rgba(255, 255, 255, 1);
	transition: color 0.4s;
	text-decoration: none;
}
.iinfo a:hover {
	color: rgba(255, 255, 255, .70);
	transition: color 0.4s; 
}

.iinfo {
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 100px;
	background: rgba(38, 50, 56, 1);
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background-position: center center;
	background-size: cover;
	transition: all 0.2s ease;
	z-index: 0;
}

.iinfo.active {
	width: 100%;
	height: 250%;
	position: relative;
	top: -110%;
	background: rgba(38, 50, 56, 1);
	transition: width .1s ease, height .2s ease, top .2s ease, z-index .2s ease;
	z-index: 999;
}

.iinfo i.bblock {
	color: rgba(255, 255, 255, .6);
	display: block;
}

.iinfo .fa-info {
	padding: 8px;
	cursor: pointer;
	visibility: visible;
    opacity: 1;
	transition: visibility 0s, opacity 0.4s ease;
}

.iinfo.active .fa-info {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s ease;
}

.iinfo .fa-angle-down {
	cursor: pointer;
	visibility: hidden;
}

.iinfo.active .fa-angle-down {
	position: relative;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	padding: 4px;
	visibility: visible;
	position: relative;
	top: 10px;
	animation-name: visible;
	animation-duration: 0.3s;
}

.iinfo p {
	color: rgba(255, 255, 255, 1);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	text-align: center;
	padding: 10px 6px 6px 6px;
	position: relative;
	top: 30px;
	visibility: hidden;
}

.iinfo.active p {
	font-size: 16px;
	visibility: visible;
	animation-name: entrance-first;
	animation-duration: 0.4s;
}

.iinfo .link {
	visibility: hidden;
	margin: 10px 10px 0px 10px;
	padding: 16px 4px 4px 4px;
	cursor: pointer;
	position: relative;
	top: 55px;
}

.iinfo.active .link {
	visibility: visible;
	animation-name: entrance-second;
	animation-duration: 0.5s;
}

/*******************           CARD 3            ***************************/

.iiinfo a {
	color: rgba(255, 255, 255, 1);
	transition: color 0.4s;
	text-decoration: none;
}
.iiinfo a:hover {
	color: rgba(255, 255, 255, .70);
	transition: color 0.4s; 
}

.iiinfo {
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 100px;
	background: rgba(38, 50, 56, 1);
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background-position: center center;
	background-size: cover;
	transition: all 0.2s ease;
	z-index: 0;
}

.iiinfo.active {
	width: 100%;
	height: 250%;
	position: relative;
	top: -110%;
	background: rgba(38, 50, 56, 1);
	transition: width .1s ease, height .2s ease, top .2s ease, z-index .2s ease;
	z-index: 999;
}

.iiinfo i.bbblock {
	color: rgba(255, 255, 255, .6);
	display: block;
}

.iiinfo .fa-info {
	padding: 8px;
	cursor: pointer;
	visibility: visible;
    opacity: 1;
	transition: visibility 0s, opacity 0.4s ease;
}

.iiinfo.active .fa-info {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s ease;
}

.iiinfo .fa-angle-down {
	cursor: pointer;
	visibility: hidden;
}

.iiinfo.active .fa-angle-down {
	position: relative;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	padding: 4px;
	visibility: visible;
	position: relative;
	top: 10px;
	animation-name: visible;
	animation-duration: 0.3s;
}

.iiinfo p {
	color: rgba(255, 255, 255, 1);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	text-align: center;
	padding: 10px 6px 6px 6px;
	position: relative;
	top: 30px;
	visibility: hidden;
}

.iiinfo.active p {
	font-size: 14px;
	visibility: visible;
	animation-name: entrance-first;
	animation-duration: 0.4s;
}

.iiinfo .link {
	visibility: hidden;
	margin: 10px 10px 0px 10px;
	padding: 16px 4px 4px 4px;
	cursor: pointer;
	position: relative;
	top: 55px;
}

.iiinfo.active .link {
	visibility: visible;
	animation-name: entrance-second;
	animation-duration: 0.5s;
}

/*******************           CARD 4            ***************************/

.iiiinfo a {
	color: rgba(255, 255, 255, 1);
	transition: color 0.4s;
	text-decoration: none;
}
.iiiinfo a:hover {
	color: rgba(255, 255, 255, .70);
	transition: color 0.4s; 
}

.iiiinfo {
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 100px;
	background: rgba(38, 50, 56, 1);
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background-position: center center;
	background-size: cover;
	transition: all 0.2s ease;
	z-index: 0;
}

.iiiinfo.active {
	width: 100%;
	height: 250%;
	position: relative;
	top: -110%;
	background: rgba(38, 50, 56, 1);
	transition: width .1s ease, height .2s ease, top .2s ease, z-index .2s ease;
	z-index: 999;
}

.iiiinfo i.bbbblock {
	color: rgba(255, 255, 255, .6);
	display: block;
}

.iiiinfo .fa-info {
	padding: 8px;
	cursor: pointer;
	visibility: visible;
    opacity: 1;
	transition: visibility 0s, opacity 0.4s ease;
}

.iiiinfo.active .fa-info {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s ease;
}

.iiiinfo .fa-angle-down {
	cursor: pointer;
	visibility: hidden;
}

.iiiinfo.active .fa-angle-down {
	position: relative;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	padding: 4px;
	visibility: visible;
	position: relative;
	top: 10px;
	animation-name: visible;
	animation-duration: 0.3s;
}

.iiiinfo p {
	color: rgba(255, 255, 255, 1);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	text-align: center;
	padding: 10px 6px 6px 6px;
	position: relative;
	top: 30px;
	visibility: hidden;
}

.iiiinfo.active p {
	font-size: 16px;
	visibility: visible;
	animation-name: entrance-first;
	animation-duration: 0.4s;
}

.iiiinfo .link {
	visibility: hidden;
	margin: 10px 10px 0px 10px;
	padding: 16px 4px 4px 4px;
	cursor: pointer;
	position: relative;
	top: 55px;
}

.iiiinfo.active .link {
	visibility: visible;
	animation-name: entrance-second;
	animation-duration: 0.5s;
}