/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* :root {
	--cnvs-themecolor: #2C3E50;
	--cnvs-themecolor-rgb: 44, 62, 80;
	--cnvs-secondary-color: #F0AD4E;
	--cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-primary-font: 'Roboto', sans-serif;
	--cnvs-secondary-font: 'Roboto', serif;
} */

#header, #footer {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size:	1rem;
	--cnvs-primary-menu-submenu-font-weight: 600;
	--cnvs-primary-menu-submenu-hover-font-weight: 600;
}

#footer p {
	margin: 0 0 5px 0;
  }

  #footer p a{
	color: #FFF;
  }

  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4,
  #footer h5,
  #footer h6{
	margin-bottom: 10px;
  }

  #copyrights{
	padding: 0 10px;
  }


  .flip-card-front, .flip-card-back {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
  }

@media (min-width: 992px) {

	#header, #footer {
		--cnvs-primary-menu-tt: uppercase;
		--cnvs-primary-menu-ls: 1px;
		--cnvs-primary-menu-submenu-tt: uppercase;
		--cnvs-primary-menu-color: var(--cnvs-contrast-800);
		--cnvs-primary-menu-hover-color: var(--cnvs-contrast-900);
	}

	#header.header-size-md + .include-header.include-topbar {
		margin-top: calc( -80px - 2px - 46px );
	}

	#top-bar.transparent-topbar {
		background: transparent;
		z-index: 399;
	}

	.top-links-container > .top-links-item { border: 0; }

	.top-links-container > .top-links-item > a {
		padding-left: 17px;
		padding-right: 17px;
		color: #EEE;
		font-weight: normal;
		text-transform: capitalize;
		font-size: 0.875rem;
	}

	.top-links-container > .top-links-item:hover { background-color: transparent; }

	.top-links-container > .top-links-item.top-bar-highlight > a {
		margin-top: 7px;
		margin-bottom: 7px;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 1px solid #EEE;
		border-radius: 16px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.top-links-container > .top-links-item.top-bar-highlight:hover > a {
		background-color: #FFF;
		color: #222;
	}

	.top-links-item a { font-family: var(--cnvs-primary-font); }

	.sub-menu-container:not(.mega-menu-column) {
		width: 210px;
		padding: 0 !important;
		border-radius: 3px;
		border: 0;
		background-color: var(--cnvs-themecolor);
	}

	.sub-menu-container .menu-item:not(:first-child) { border-top: 1px dotted rgba(255,255,255,0.1) !important; }

	.sub-menu-container .menu-item > .menu-link {
		font-size: 12px;
		letter-spacing: 1px;
		font-weight: 400;
		padding: 12px 17px;
		color: #FFF;
		font-family: var(--cnvs-primary-font) !important;
	}

	.sub-menu-container .menu-item:hover > .menu-link { padding-left: 20px; }

	.dark .primary-menu:not(.not-dark) .sub-menu-container,
	.dark .primary-menu:not(.not-dark) .mega-menu-content,
	.primary-menu.dark .sub-menu-container,
	.primary-menu.dark .mega-menu-content { background-color: var(--cnvs-themecolor); }

	.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link,
	.primary-menu.dark .sub-menu-container .menu-item > .menu-link { color: #CCC !important; }

	.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link,
	.primary-menu.dark .sub-menu-container .menu-item:hover > .menu-link {
		background-color: rgba(255,255,255,0.025);
		color: var(--cnvs-secondary-color) !important;
		border-radius: 3px;
	}

}


.dark #header:not(.transparent-header),
#header.dark:not(.transparent-header),
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark),
#footer.dark { background-color: var(--cnvs-themecolor); }

.dark #header:not(.transparent-header),
#header.dark:not(.transparent-header) { border-bottom: 1px solid rgba(255,255,255,0.1); }



.menu-link {
	padding-left: 17px;
	padding-right: 17px;
	font-weight: 600;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/* ----------------------------------------------------------------
	Advanced Property Search
-----------------------------------------------------------------*/


.advanced-real-estate-tabs.tabs,
.advanced-real-estate-tabs .canvas-tabs {
	--bs-nav-tabs-border-width: 0;
	--bs-nav-link-padding-x: 20px;
	--cnvs-tabs-bg-color: var(--cnvs-themecolor);
	--bs-nav-link-color: #FFF;
	--bs-nav-link-font-size : 15px;
	--bs-nav-link-font-weight: 600;
	--cnvs-tabs-active-bg-color: var(--cnvs-secondary-color);
	--cnvs-tabs-active-color: #FFF;
}

.advanced-real-estate-tabs .nav-tabs .nav-item .nav-link {
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	font-family: var(--cnvs-primary-font);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.advanced-real-estate-tabs .nav-tabs .nav-item .nav-link:hover,
.advanced-real-estate-tabs .nav-tabs .nav-item .nav-link:focus {
	color: #FFF;
}

.advanced-real-estate-tabs .nav-tabs .nav-item.ui-tabs-active .nav-link {
	top: 0;
	background-color: var(--bs-nav-pills-link-active-bg);
}

.advanced-real-estate-tabs .nav-tabs .nav-item.ui-tabs-active .nav-link .badge.bg-warning {
	background-color: var(--cnvs-themecolor);
}

.advanced-real-estate-tabs .nav-tabs .nav-item .badge { margin-left: 5px; }

.advanced-real-estate-tabs .tab-content {
	padding: 30px;
	background-color: rgba(255,255,255,0.95);
	border-top: 3px solid var(--cnvs-secondary-color);
}

.advanced-real-estate-tabs.tabs label {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .875rem;
	letter-spacing: 1px;
}

#slider + .advanced-real-estate-tabs {
	top: -42px;
	margin-bottom: -42px;
	z-index: 3;
}

#slider + .advanced-real-estate-tabs .tab-content {
	background-color: var(--cnvs-contrast-200);
	padding: 50px;
}

.promo.bg-color .button:not(:hover) {
	color: #FFF;
	background-color: var(--cnvs-secondary-color);
	border-color: var(--cnvs-secondary-color);
}

.promo.bg-color .button:hover {
	background-color: #FFF;
	color: var(--cnvs-themecolor);
	text-shadow: none;
}


/* ----------------------------------------------------------------
	Real Estate Items
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	border-color: transparent;
	color: #FFF;
	background-color: var(--cnvs-themecolor);
}

.owl-carousel.real-estate .owl-nav [class*=owl-]:hover { background-color: var(--cnvs-secondary-color) !important; }


.real-estate-item { position: relative; }

.real-estate-item-image {
	position: relative;
	width: 100%;
}

.real-estate-item-image::before {
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 1;
	opacity: 0.90;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.real-estate-item-image > a,
.real-estate-item-image > img {
	display: block;
	width: 100%;
	height: auto;
}


.real-estate-item-image .badge {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	font-size: 11px;
	padding: 5px 8px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}


.real-estate-item-price {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.real-estate-item-price span {
	display: block;
	margin-top: 3px;
	font-weight: 300;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	text-align: right;
}

.real-estate-item-info {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}

.real-estate-item-info a {
	display: block;
	float: left;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 8px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.real-estate-item-info a:hover { background-color: rgba(0,0,0,0.75); }

.real-estate-item-info a i {
	width: 12px;
	height: 12px;
}

.real-estate-item-info a:not(:first-child) { margin-left: 5px; }


.real-estate-item-desc {
	position: relative;
	margin-top: 20px;
	padding: 0 20px;
}


.real-estate-item-desc h3 { font-size: 21px; }

.real-estate-item-desc h3 + span {
	display: block;
	margin-top: -27px;
	color: #999;
}

.real-estate-item-desc h3 a { color: #333; }

.real-estate-item-desc h3 a:hover { color: #555; }


.real-estate-item-features { margin-top: 15px; }

.real-estate-item-features [class^=col-] { margin-top: 5px; }

.real-estate-item-features i {
	position: relative;
	top: 1px;
	margin-left: 3px;
}


.real-estate-item-link {
	position: absolute;
	top: 2px;
	right: 20px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #555;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.real-estate-item-link:hover {
	border-color: transparent;
	background-color: var(--cnvs-themecolor);
	color: #FFF;
}



/* ----------------------------------------------------------------
	Real Estate City Properties
-----------------------------------------------------------------*/

.real-estate-properties [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.real-estate-properties [class^=col-] > a {
	display: block;
	position: relative;
	height: 250px;
	background-color: #EEE;
}

.real-estate-properties [class^=col-] img { display: block; }

.real-estate-properties [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.real-estate-properties [class^=col-] > a:hover::before { opacity: 1; }


/* ----------------------------------------------------------------
	Real Estate Popular Links
-----------------------------------------------------------------*/

.widget_real_estate_popular { margin-left: 0; }

.widget_real_estate_popular li::before {
	opacity: 0.5;
}


#side-panel { background-color: #FFF; }

body.side-panel-open #side-panel {
	-webkit-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
}

@media (min-width: 992px) {

	#side-panel {
		right: -400px;
		width: 400px;
	}

	#side-panel .side-panel-wrap { width: 430px; }

	#side-panel .widget { width: 320px; }

	body.side-push-panel.side-panel-open.stretched #wrapper,
	body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 400px; }

	body.side-push-panel.side-panel-open.stretched .slider-inner { left: -400px; }

}


/* ----------------------------------------------------------------
	Real Estate Hero Slider Overlay
-----------------------------------------------------------------*/

.real-estate-video-overlay {
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


#gotoTop {
	background-color: var(--cnvs-themecolor);
	border-radius: 50%;
}

#gotoTop:hover { background-color: var(--cnvs-secondary-color) !important; }


.color-2 { color: var(--cnvs-secondary-color) !important; }
.bg-color2 { background-color: var(--cnvs-secondary-color) !important; }



/* Links */
.link {
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	color: #333;
	*font-size: 1.125rem;
	*font-family: 'Roboto', sans-serif;
}

.link::before,
.link::after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
}

.link::before {
	content: '';
	/* show by default */
}

/* Links 1 */
.link-1::before {
	height: 2px;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}

.link-1:hover::before {
	height: 2px;
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

/* Link 2 */
.link-2::before {
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.link-2:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
	transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.link-2::after {
	content: '';
	top: calc(100% + 4px);
	transform-origin: 0% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.link-2:hover::after {
	transform-origin: 100% 50%;
	transform: scale3d(1, 1, 1);
	transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

/* Link 3 */
.link-3::before {
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.link-3:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 2, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.link-3::after {
	content: '';
	top: calc(100% + 4px);
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
}

.link-3:hover::after {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

/* Link 4 */
.link-4 {
	overflow: hidden;
	line-height: 2;
	font-weight: 700;
}

.link-4::before {
	height: 2px;
	top: calc(100% - 5px);
	transform-origin: 0% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-4:hover::before {
	transform: scale3d(1, 1, 1);
}

.link-4::after {
	content: attr(data-text);
	height: 100%;
	top: 0;
	background: none;
	transform-origin: 100% 50%;
	transform: translate3d(150%, 0, 0);
	transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-4:hover::after {
	transform: translate3d(0, 0, 0);
}

.link-4 span {
	display: inline-block;
	transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-4:hover span {
	transform: translate3d(-150%, 0, 0);
}

/* Link 5 */
.link-5 {
	padding: 0 10px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.link-5::before {
	top: 50%;
	height: 2px;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.link-5:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.link-5 span {
	display: inline-block;
	transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.link-5:hover span {
	transform: scale3d(1.1, 1.1, 1.1);
	opacity: .6;
}

/* Link 6 */
.link-6 {
	font-size: 1.3rem;
}

.link-6::before {
	transform-origin: 50% 100%;
	transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
	clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}

.link-6:hover::before {
	transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
	clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.link-6 span {
	display: inline-block;
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.link-6:hover span {
	transform: translate3d(0, -2px, 0);
}

/* Link 7 */
.link-7 {
	font-weight: 300;
}

.link-7::before,
.link-7::after {
	opacity: 0;
	transform-origin: 50% 0%;
	transform: translate3d(0, 3px, 0);
	transition-property: transform, opacity;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
}

.link-7:hover::before,
.link-7:hover::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}

.link-7::after {
	content: '';
	top: calc(100% + 4px);
	width: 70%;
	left: 15%;
}

.link-7::before,
.link-7:hover::after {
	transition-delay: 0.1s;
}

.link-7:hover::before {
	transition-delay: 0s;
}

/* Link 8 */
.link-8 {
	font-weight: 600;
	font-size: 1.25rem;
}

.link-8::before {
	height: 10px;
	top: 100%;
	opacity: 0;
}

.link-8:hover::before {
	opacity: 1;
	animation: lineUp 0.3s ease forwards;
}

@keyframes lineUp {
	0% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 0.045, 1);
	}

	50% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 1, 1);
	}

	51% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 1, 1);
	}

	100% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 0.045, 1);
	}
}

.link-8::after {
	content: '';
	transition: opacity 0.3s;
	opacity: 0;
	transition-delay: 0s;
}

.link-8:hover::after {
	opacity: 1;
	transition-delay: 0.3s;
}

/* Link 9 */
.link-9 {
	font-weight: 700;
}

.link-9::before {
	transform-origin: 0% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}

.link-9:hover::before {
	transform: scale3d(1, 1, 1);
}

.link-9::after {
	content: '';
	top: calc(100% + 4px);
	transition: transform 0.3s;
	transform-origin: 100% 50%;
}

.link-9:hover::after {
	transform: scale3d(0, 1, 1);
}

/* Link 10 */
.link-10 {
	font-size: 1.25rem;
	font-weight: bold;
}

.link-10:hover span {
	animation: glitchText 0.4s linear;
}

@keyframes glitchText {
	0% {
		opacity: 1;
		transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}

	10% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}

	20% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}

	35% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}

	50% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}

	60% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}

	70% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}

	80% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}

	90% {
		transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

.link-10::before {
	height: 2px;
	opacity: 0;
}

.link-10:hover::before {
	opacity: 1;
	animation: glitchLine 0.4s steps(2, start) forwards;
}

@keyframes glitchLine {
	0% {
		transform: scale3d(1, 1, 1);
	}

	10% {
		transform: translate3d(10px, 0, 0);
	}

	20% {
		transform: translate3d(0, 4px, 0);
	}

	30% {
		transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
		transform-origin: 100% 0%;
	}

	40% {
		transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
	}

	50% {
		transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
	}

	60% {
		transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
	}

	70% {
		transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
	}

	80% {
		transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
		transform-origin: 100% 0%;
	}

	90% {
		transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
		;
		transform-origin: 0% 50%;
	}

	100% {
		opacity: 1;
	}
}

/* Link 11 */
.link-11 {
	font-size: 0.925rem;
	letter-spacing: 1px;
}

.link-11::before {
	height: 100%;
	top: 0;
	opacity: 0;
}

.link-11:hover::before {
	opacity: 1;
	animation: coverUp 0.3s ease forwards;
}

@keyframes coverUp {
	0% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 0.045, 1);
	}

	50% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 1, 1);
	}

	51% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 1, 1);
	}

	100% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 0.045, 1);
	}
}

.link-11::after {
	content: '';
	transition: opacity 0.3s;
}

.link-11:hover::after {
	opacity: 0;
}

/* Link 12 */
.link-12 {
	overflow: hidden;
	padding: 7px 0;
}

.link__graphic {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 1px;
}

.link__graphic--slide {
	top: -3px;
	stroke-width: 2px;
	transition: transform 0.7s;
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.link:hover .link__graphic--slide {
	transform: translate3d(-66.6%, 0, 0);
}

/* Link 13 */
.link-13 {
	font-size: 1.25rem;
}

.link-13::before {
	display: none;
}

.link__graphic--stroke path {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
}

.link:hover .link__graphic--stroke path {
	stroke-dashoffset: 0;
}

/* Trick from https://css-tricks.com/a-trick-that-makes-drawing-svg-lines-way-easier/ */

.link__graphic--arc {
	top: 73%;
	left: -23%;
}

.link__graphic--arc path {
	transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.link:hover .link__graphic--arc path {
	transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
	transition-duration: 0.3s;
}

.link-14 {
	font-size: 1.35rem;
}

.link-14::before {
	display: none;
}

.link__graphic--scribble {
	top: 100%;
}

.link__graphic--scribble path {
	transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.link:hover .link__graphic--scribble path {
	transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
	transition-duration: 0.3s;
}

/* Link 15 */
.link-15 {
	font-weight: bold;
}

.link-15::before {
	height: 7px;
	border-radius: 20px;
	transform: scale3d(1, 1, 1);
	transition: transform 0.2s, opacity 0.2s;
	transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
}

.link-15:hover::before {
	transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
	transition-duration: 0.4s;
	opacity: 1;
	transform: scale3d(1.2, 0.1, 1);
}

.link-15 span {
	transform: translate3d(0, -4px, 0);
	display: inline-block;
	transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
}

.link-15:hover span {
	transform: translate3d(0, 0, 0);
	transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
	transition-duration: 0.4s;
	transition-delay: 0s;
}


@media (min-width: 320px) and (max-width: 480px) {
  
	#logo{
		width: 100%;
	}
	
  }