@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext');

html {
	position: relative;
	overflow-x: hidden !important;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Quicksand', sans-serif;
	color: #324e63;
	overflow: hidden;
	height: 100%;
	margin: 0px;
	/* overflow-x: hidden; */
}

a,
a:hover {
	text-decoration: none;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.wrapper {
	width: 100%;
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 50px 20px;
	padding-top: 100px;
	display: flex;
	/* background-image: linear-gradient(-20deg, #ff2846 0%, #324e63 100%); */
	background-color: #000010;
}

@media screen and (max-width: 768px) {
	.wrapper {
		height: auto;
		min-height: 100vh;
		padding-top: 100px;
	}
}

.profile-card {
	width: 100%;
	min-height: 460px;
	margin: auto;
	/* box-shadow: 0px 8px 60px -10px rgba(234, 234, 234, 0.6); */
	box-shadow: 0 0 20px #9679ff,
		0 0 40px #6c44fc,
		0 0 60px rgba(107, 74, 255, 0.5);
	background: #e7e7e7;
	border-radius: 12px;
	max-width: 700px;
	position: relative;
}

.profile-card.active .profile-card__cnt {
	filter: blur(6px);
}

.profile-card.active .profile-card-message,
.profile-card.active .profile-card__overlay {
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0.1s;
}

.profile-card.active .profile-card-form {
	transform: none;
	transition-delay: 0.1s;
}

.profile-card__img {
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 4;
	box-shadow: 0px 5px 50px 0px #6c44fc, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
}

@media screen and (max-width: 576px) {
	.profile-card__img {
		width: 120px;
		height: 120px;
	}
}

.profile-card__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.profile-card__cnt {
	margin-top: -35px;
	text-align: center;
	padding: 0 20px;
	padding-bottom: 40px;
	transition: all 0.3s;
}

.profile-card__name {
	font-weight: 700;
	font-size: 24px;
	color: #6944ff;
	margin-bottom: 15px;
}

.profile-card__txt {
	font-size: 18px;
	font-weight: 500;
	color: #324e63;
	margin-bottom: 15px;
}

.profile-card__txt strong {
	font-weight: 700;
}

.profile-card-loc {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #324e63;
	font-weight: 600;
}

.profile-card-loc__icon {
	display: inline-flex;
	font-size: 27px;
	margin-right: 10px;
}

.profile-card-inf {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 35px;
}

.profile-card-inf__item {
	padding: 10px 35px;
	min-width: 150px;
}

@media screen and (max-width: 768px) {
	.profile-card-inf__item {
		padding: 10px 20px;
		min-width: 120px;
	}
}

.profile-card-inf__title {
	font-weight: 700;
	font-size: 27px;
	color: #324e63;
}

.profile-card-inf__txt {
	font-weight: 500;
	margin-top: 7px;
}

.profile-card-social {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.profile-card-social__item {
	display: inline-flex;
	width: 55px;
	height: 55px;
	margin: 15px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #405de6;
	box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
	position: relative;
	font-size: 21px;
	flex-shrink: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.profile-card-social__item {
		width: 50px;
		height: 50px;
		margin: 10px;
	}
}

@media screen and (min-width: 768px) {
	.profile-card-social__item:hover {
		transform: scale(1.2);
	}
}

.profile-card-social__item.facebook {
	background: linear-gradient(45deg, #3b5998, #0078d7);
	box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
}

.profile-card-social__item.line {
	background: linear-gradient(45deg, #4CC764, #06C755);
	box-shadow: 0px 4px 30px rgba(6, 199, 85, 0.7);
}

.profile-card-social__item.twitter {
	background: linear-gradient(45deg, #1da1f2, #0e71c8);
	box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
}

.profile-card-social__item.instagram {
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
	box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
}

.profile-card-social__item.linkedin {
	background: linear-gradient(45deg, #1769ff, #213fca);
	box-shadow: 0px 4px 30px rgba(10, 102, 194, 0.7);
}

.profile-card-social__item.medium {
	background: linear-gradient(45deg, #000000, #000000);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.7);
}


.profile-card-social__item.behance {
	background: linear-gradient(45deg, #1769ff, #213fca);
	box-shadow: 0px 4px 30px rgba(27, 86, 231, 0.7);
}

.profile-card-social__item.github {
	background: linear-gradient(45deg, #333, #626b73);
	box-shadow: 0px 4px 30px rgba(63, 65, 67, 0.6);
}

.profile-card-social__item.codepen {
	background: linear-gradient(45deg, #324e63, #414447);
	box-shadow: 0px 4px 30px rgba(55, 75, 90, 0.6);
}

.profile-card-social__item.link {
	background: linear-gradient(45deg, #d5135a, #f05924);
	box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
}

.profile-card-social .icon-font {
	display: inline-flex;
}

.profile-card-ctr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

@media screen and (max-width: 576px) {
	.profile-card-ctr {
		flex-wrap: wrap;
	}
}

.profile-card__button {
	background: none;
	border: none;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin: 15px 35px;
	padding: 15px 40px;
	min-width: 201px;
	border-radius: 50px;
	min-height: 55px;
	color: #fff;
	cursor: pointer;
	backface-visibility: hidden;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.profile-card__button {
		min-width: 170px;
		margin: 15px 25px;
	}
}

@media screen and (max-width: 576px) {
	.profile-card__button {
		min-width: inherit;
		margin: 0;
		margin-bottom: 16px;
		width: 100%;
		max-width: 300px;
	}

	.profile-card__button:last-child {
		margin-bottom: 0;
	}
}

.profile-card__button:focus {
	outline: none !important;
}

@media screen and (min-width: 768px) {
	.profile-card__button:hover {
		transform: translateY(-5px);
	}
}

.profile-card__button:first-child {
	margin-left: 0;
}

.profile-card__button:last-child {
	margin-right: 0;
}

.profile-card__button.button--blue {
	background: linear-gradient(45deg, #1da1f2, #0e71c8);
	box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.4);
}

.profile-card__button.button--blue:hover {
	box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
}

.profile-card__button.button--orange {
	background: linear-gradient(45deg, #d5135a, #f05924);
	box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);
}

.profile-card__button.button--orange:hover {
	box-shadow: 0px 7px 30px rgba(223, 45, 70, 0.75);
}

.profile-card__button.button--gray {
	box-shadow: none;
	background: #dcdcdc;
	color: #142029;
}

.profile-card-message {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 130px;
	padding-bottom: 100px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}

.profile-card-form {
	box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 35px;
	transform: scale(0.8);
	position: relative;
	z-index: 3;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.profile-card-form {
		max-width: 90%;
		height: auto;
	}
}

@media screen and (max-width: 576px) {
	.profile-card-form {
		padding: 20px;
	}
}

.profile-card-form__bottom {
	justify-content: space-between;
	display: flex;
}

@media screen and (max-width: 576px) {
	.profile-card-form__bottom {
		flex-wrap: wrap;
	}
}

.profile-card textarea {
	width: 100%;
	resize: none;
	height: 210px;
	margin-bottom: 20px;
	border: 2px solid #dcdcdc;
	border-radius: 10px;
	padding: 15px 20px;
	color: #324e63;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
	outline: none;
	transition: all 0.3s;
}

.profile-card textarea:focus {
	outline: none;
	border-color: #8a979e;
}

.profile-card__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	background: rgba(22, 33, 72, 0.35);
	border-radius: 12px;
	transition: all 0.3s;
}

.slider-container {
	display: flex;
	width: 400%;
	/* 4 slides */
	height: 100vh;
	transition: transform 0.5s ease;
}

.slide {
	min-width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2rem;
	color: white;
}

/* Arrow Navigation */
.arrow {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.5rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 1000;
}

.left-arrow {
	left: 10px;
}

.right-arrow {
	right: 10px;
}

.arrow:hover {
	background-color: rgba(0, 0, 0, 0.7);
}


*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow: hidden;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: rgba(255, 255, 255, 1);
	margin: 0;
	padding: 0;
	background: #4A4A4A;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#calendar {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 420px;
	margin: 0 auto;
	height: 570px;
	overflow: hidden;
}

.header {
	height: 50px;
	width: 420px;
	background: rgba(66, 66, 66, 1);
	text-align: center;
	position: relative;
	z-index: 100;
}

.header h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 50px;
	font-weight: 100;
	letter-spacing: 1px;
}

.left,
.right {
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	top: 50%;
	margin-top: -7.5px;
	cursor: pointer;
}

.left {
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent rgba(160, 159, 160, 1) transparent transparent;
	left: 20px;
}

.right {
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent rgba(160, 159, 160, 1);
	right: 20px;
}

.month {
	/*overflow: hidden;*/
	opacity: 0;
}

.month.new {
	-webkit-animation: fadeIn 1s ease-out;
	opacity: 1;
}

.month.in.next {
	-webkit-animation: moveFromTopFadeMonth .4s ease-out;
	-moz-animation: moveFromTopFadeMonth .4s ease-out;
	animation: moveFromTopFadeMonth .4s ease-out;
	opacity: 1;
}

.month.out.next {
	-webkit-animation: moveToTopFadeMonth .4s ease-in;
	-moz-animation: moveToTopFadeMonth .4s ease-in;
	animation: moveToTopFadeMonth .4s ease-in;
	opacity: 1;
}

.month.in.prev {
	-webkit-animation: moveFromBottomFadeMonth .4s ease-out;
	-moz-animation: moveFromBottomFadeMonth .4s ease-out;
	animation: moveFromBottomFadeMonth .4s ease-out;
	opacity: 1;
}

.month.out.prev {
	-webkit-animation: moveToBottomFadeMonth .4s ease-in;
	-moz-animation: moveToBottomFadeMonth .4s ease-in;
	animation: moveToBottomFadeMonth .4s ease-in;
	opacity: 1;
}

.week {
	background: #4A4A4A;
}

.day {
	display: inline-block;
	width: 60px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	background: #4A4A4A;
	position: relative;
	z-index: 100;
}

.day.other {
	color: rgba(255, 255, 255, .3);
}

.day.today {
	color: rgba(156, 202, 235, 1);
}

.day-name {
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, .5);
	letter-spacing: .7px;
}

.day-number {
	font-size: 24px;
	letter-spacing: 1.5px;
}


.day .day-events {
	list-style: none;
	margin-top: 3px;
	text-align: center;
	height: 12px;
	line-height: 6px;
	overflow: hidden;
}

.day .day-events span {
	vertical-align: top;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 5px;
	height: 5px;
	line-height: 5px;
	margin: 0 1px;
}

.blue {
	background: rgba(156, 202, 235, 1);
}

.orange {
	background: rgba(247, 167, 0, 1);
}

.purple {
	background: rgb(93, 7, 151);
}

.pink {
	background: rgb(220, 100, 212);
}

.green {
	background: rgba(153, 198, 109, 1);
}

.yellow {
	background: rgba(249, 233, 0, 1);
}

.details {
	position: relative;
	width: 420px;
	height: 75px;
	background: rgba(164, 164, 164, 1);
	margin-top: 5px;
	border-radius: 4px;
}

.details.in {
	-webkit-animation: moveFromTopFade .5s ease both;
	-moz-animation: moveFromTopFade .5s ease both;
	animation: moveFromTopFade .5s ease both;
}

.details.out {
	-webkit-animation: moveToTopFade .5s ease both;
	-moz-animation: moveToTopFade .5s ease both;
	animation: moveToTopFade .5s ease both;
}

.calendar-arrow {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -2px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent rgba(164, 164, 164, 1) transparent;
	transition: all 0.7s ease;
}

.events {
	height: 75px;
	padding: 7px 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.events.in {
	-webkit-animation: fadeIn .3s ease both;
	-moz-animation: fadeIn .3s ease both;
	animation: fadeIn .3s ease both;
}

.events.in {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

.details.out .events {
	-webkit-animation: fadeOutShrink .4s ease both;
	-moz-animation: fadeOutShink .4s ease both;
	animation: fadeOutShink .4s ease both;
}

.events.out {
	-webkit-animation: fadeOut .3s ease both;
	-moz-animation: fadeOut .3s ease both;
	animation: fadeOut .3s ease both;
}

.event {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .5px;
	padding: 2px 16px;
	vertical-align: top;
	display: flex;
}

.event.empty {
	color: #eee;
}

.event-category {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 6px 0 0;
	vertical-align: top;
}

.event span {
	display: inline-block;
	padding: 0 0 0 7px;
}

.legend {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: rgba(60, 60, 60, 1);
	line-height: 30px;

}

.entry {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 13px;
	display: inline-block;
	line-height: 30px;
	background: transparent;
}

.entry:after {
	position: absolute;
	content: '';
	height: 5px;
	width: 5px;
	top: 12px;
	left: 14px;
}

.entry.pink:after {
	background: rgb(220, 100, 212);
}

.entry.purple:after {
	background: rgb(93, 7, 151);
}

.entry.blue:after {
	background: rgba(156, 202, 235, 1);
}

.entry.orange:after {
	background: rgba(247, 167, 0, 1);
}

.entry.green:after {
	background: rgba(153, 198, 109, 1);
}

.entry.yellow:after {
	background: rgba(249, 233, 0, 1);
}

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
	from {
		opacity: .3;
		height: 0px;
		margin-top: 0px;
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes moveFromTopFade {
	from {
		height: 0px;
		margin-top: 0px;
		-moz-transform: translateY(-100%);
	}
}

@keyframes moveFromTopFade {
	from {
		height: 0px;
		margin-top: 0px;
		transform: translateY(-100%);
	}
}

@-webkit-keyframes moveToTopFade {
	to {
		opacity: .3;
		height: 0px;
		margin-top: 0px;
		opacity: 0.3;
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes moveToTopFade {
	to {
		height: 0px;
		-moz-transform: translateY(-100%);
	}
}

@keyframes moveToTopFade {
	to {
		height: 0px;
		transform: translateY(-100%);
	}
}

@-webkit-keyframes moveToTopFadeMonth {
	to {
		opacity: 0;
		-webkit-transform: translateY(-30%) scale(.95);
	}
}

@-moz-keyframes moveToTopFadeMonth {
	to {
		opacity: 0;
		-moz-transform: translateY(-30%);
	}
}

@keyframes moveToTopFadeMonth {
	to {
		opacity: 0;
		-moz-transform: translateY(-30%);
	}
}

@-webkit-keyframes moveFromTopFadeMonth {
	from {
		opacity: 0;
		-webkit-transform: translateY(30%) scale(.95);
	}
}

@-moz-keyframes moveFromTopFadeMonth {
	from {
		opacity: 0;
		-moz-transform: translateY(30%);
	}
}

@keyframes moveFromTopFadeMonth {
	from {
		opacity: 0;
		-moz-transform: translateY(30%);
	}
}

@-webkit-keyframes moveToBottomFadeMonth {
	to {
		opacity: 0;
		-webkit-transform: translateY(30%) scale(.95);
	}
}

@-moz-keyframes moveToBottomFadeMonth {
	to {
		opacity: 0;
		-webkit-transform: translateY(30%);
	}
}

@keyframes moveToBottomFadeMonth {
	to {
		opacity: 0;
		-webkit-transform: translateY(30%);
	}
}

@-webkit-keyframes moveFromBottomFadeMonth {
	from {
		opacity: 0;
		-webkit-transform: translateY(-30%) scale(.95);
	}
}

@-moz-keyframes moveFromBottomFadeMonth {
	from {
		opacity: 0;
		-webkit-transform: translateY(-30%);
	}
}

@keyframes moveFromBottomFadeMonth {
	from {
		opacity: 0;
		-webkit-transform: translateY(-30%);
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut {
	to {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutShink {
	to {
		opacity: 0;
		padding: 0px;
		height: 0px;
	}
}

@-moz-keyframes fadeOutShink {
	to {
		opacity: 0;
		padding: 0px;
		height: 0px;
	}
}

@keyframes fadeOutShink {
	to {
		opacity: 0;
		padding: 0px;
		height: 0px;
	}
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%; /* Set a maximum width for ellipsis effect */
	display: inline-block; /* Ensures ellipsis works in span */
	vertical-align: top; /* Optional: aligns with other inline elements */
  }
  