/*!
Theme Name: dara
Author: Webstr
*/

@font-face {
	font-family: "FormaDJR";
	src: url(./assets/fonts/FormaDJRBanner-Medium-Testing.woff);
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	letter-spacing: 1.5px;
}

@font-face {
	font-family: "FormaDJR";
	src: url(./assets/fonts/FormaDJRBanner-Regular-Testing.woff);
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	letter-spacing: 1.5px;
}

@font-face {
	font-family: "FormaDJR";
	src: url(./assets/fonts/FormaDJRDeck-Bold-Testing.woff);
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	letter-spacing: 1.5px;
}

@font-face {
	font-family: "Moisette";
	src: url(./assets/fonts/Moisette-Medium.otf);
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Moisette";
	src: url(./assets/fonts/Moisette-SemiBold.otf);
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Moisette";
	src: url(./assets/fonts/Moisette-Light.otf);
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "Mont";
	src: url(./assets/fonts/Mont-Regular.otf);
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	letter-spacing: 0.4px;
}

@font-face {
	font-family: "Mont";
	src: url(./assets/fonts/Mont-Light.otf);
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	letter-spacing: 0.4px;
}

@font-face {
	font-family: "Mont";
	src: url(./assets/fonts/Mont-Bold.ttf);
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	letter-spacing: 0.4px;
}

@font-face {
	font-family: "NotoSansArmenian";
	src: url(./assets/fonts/NotoSansArmenian-Medium.ttf);
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "NotoSansArmenian";
	src: url(./assets/fonts/NotoSansArmenian-SemiBold.ttf);
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "NotoSerifArmenian";
	src: url(./assets/fonts/NotoSerifArmenian-Bold.ttf);
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	letter-spacing: 0 !important;
}

@font-face {
	font-family: "NotoSerifArmenian";
	src: url(./assets/fonts/NotoSerifArmenian-Medium.ttf);
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	letter-spacing: 0 !important;
}

@font-face {
	font-family: "NotoSerifArmenian";
	src: url(./assets/fonts/NotoSerifArmenian-Regular.ttf);
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	letter-spacing: 0 !important;
}

@font-face {
	font-family: "GHEAMariam";
	src: url(./assets/fonts/GHEAMariamReg.otf);
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	letter-spacing: 0 !important;
}

@font-face {
	font-family: "GHEAMariam";
	src: url(./assets/fonts/GHEAMariamBld.otf);
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	letter-spacing: 0 !important;
}

:root {
	--font-formaDJR: "FormaDJR";
	--font-mont: "Mont";
	--font-moisette: "Moisette";

	--ls-formaDJR: 1.5px;
	--ls-mont: 0.2px;
}


[lang="hy"] {
	--font-formaDJR: "NotoSerifArmenian";
	--font-mont: "GHEAMariam";
	--font-moisette: "NotoSansArmenian";

	--ls-formaDJR: 0px;
	--ls-mont: 0px;
}

* {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0;
}

body {
	margin: 0;
}

a {
	transition: all 0.3s ease-in-out;
}

/* MARK: Global Styles */

.container {
	max-width: 1364px !important;
	width: 100%;
	margin: 0 auto !important;
}

@media screen and (max-width:769px) {
	.container {
		padding-inline: 15px;
	}

}

.fontMoisette {
	font-family: var(--font-moisette) !important;
	font-style: italic;
	padding-right: 3px;
	letter-spacing: 0;
}

.linkWithIcon {
	font-family: var(--font-formaDJR);

	letter-spacing: var(--ls-formaDJR);
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #142927 !important;

	display: flex;
	align-items: center;
	gap: 10px;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}

.linkWithIcon .icon {
	color: #B8E460 !important;
	transition: all 0.2s ease-in-out;
}

.linkWithIcon:hover .icon {
	color: #2F6450 !important;
}

.primaryBtn {
	font-family: var(--font-formaDJR);

	letter-spacing: var(--ls-formaDJR);
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #142927 !important;
	border: 1px solid #142927;
	padding: 10px 25px;
	border-radius: 40px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.primaryBtn:hover {
	color: #F4EFE7 !important;
	background-color: #142927;
}

.borderdBtn,
.borderdIconBtn {
	font-family: var(--font-formaDJR);

	letter-spacing: var(--ls-formaDJR);
	font-weight: 400;
	letter-spacing: 1px;
	font-style: "Regular";
	font-size: 16px;
	line-height: 18px;
	color: #142927 !important;

	display: flex;
	align-items: center;
	gap: 10px;
	padding: 7.5px 15px;
	border: 1px solid #142927;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}

.borderdBtn {
	width: 100%;
	padding: 14px 0px;
	justify-content: center;
	border: 1px solid #14292759;
}

.borderdBtn:hover {
	background-color: #B8E460;
	border-color: #B8E460;
}

.borderdIconBtn .icon {
	color: #B8E460 !important;
	transition: all 0.2s ease-in-out;
}

.borderdIconBtn:hover .icon {
	color: #2F6450 !important;
}

#hotspot-cursor,
.cursorWithArrows {
	font-family: var(--font-mont);

	letter-spacing: var(--ls-mont);
	font-weight: 300;
	font-style: Light;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #B8E4604D;
	color: #FCFAF6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.5);
	z-index: 9999;
	box-shadow: 2px 2px 6px 0px #2121211A;
	backdrop-filter: blur(5px)
}

.btn-animate-y {
	position: relative;
	display: block;
	overflow: hidden;
}

.btn-animate-y-1 {
	display: block;
	transition: all 0.37s var(--ease-out-short), opacity 0.37s linear;
}

.btn-animate-y-2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translate(0, 100%);
	transition: all 0.37s var(--ease-out-short), opacity 0.37s linear;
}

.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
	opacity: 0;
	transform: translate(0, -100%);
}

.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
	opacity: 1;
	transform: translate(0, 0);
}

#hotspot-cursor {
	justify-content: center;
}

.hotspots-container,
.layout-left .hotspots-interaction,
.hotspots-image-container {
	height: 100% !important;
}

.leaflet-tooltip-pane,
.leaflet-tooltip {
	display: none !important;
}

.hotspot-default {
	cursor: none !important;
}

#loader-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	position: relative;
}

#loader-wrapper:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background: darkgray;
	border-radius: 50%;
	opacity: 0.6;
	animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

/* .mapSection iframe {
	filter: invert(100%) grayscale(1) hue-rotate(180deg);
} */

body.single-building .footer,
body.single-floor .footer,
body.single-apartment .footer {
	display: none;
}