h1, h2, h3, h4, h5, h6, b, p, span, a, ul, li, * { font-family:'Open Sans' }
*::selection { background: #E5D1C3 }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-thumb { background-color: #E5D1C3; border-radius: 1px; }
::-webkit-scrollbar-track { background-color: #fff; }

body, html { margin: 0; width: 100vw; overflow-x: hidden; font-family:'Open Sans'; color: #373739 }
a { transition: 0.54s; text-decoration: none; color: #373739 }
a:hover { text-decoration: none; }
header {
	background: #373739;
	padding: 10px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.hcontainer a {
	display: flex;
	align-items: center;
	color: #E5D1C3;
	font-weight: 600;
	font-size: 20px;
}
.hcontainer a img {
	margin-right: 7px;
	transition: 0s;
}
.hcontainer a:hover {
	color: #fff;
}
.hcontainer a:hover img {
	filter: grayscale(1)brightness(0)invert(1);
}
.hcontainer {
	width: 96%;
	margin: 0 auto;
	max-width: 1300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section {
	max-width: 794px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.w100 {
	width: 100%;
}
#main {
	margin-top: 60px;
	height: 600px;
	position: relative;
}
h1 {
	font-weight: 800;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1.34;
	margin-bottom: 0;
	margin-top: 80px;
}
.sttl {
	margin-top: 30px;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4;
}
#main a * {
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
    font-size: 20px;
}
#main a span {
	font-size: 14px;
}
#main a img {
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
	transition: 0.54s;
}
#main a:hover {
	color: #E5D1C3;
}
#main a:hover img {
	margin-right: 12px;
}
#mnoor {
	width: 320px;
	max-width: 40%;
	position: absolute;
/*	top: 200px;*/
	bottom: -20px;
	right: -20px;
}
#stvc {
	background-image: url('img/studio.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	width: 100%;
	height: 438px;
	display: block;
	position: relative;
}
#stvc h2 {
	line-height: 1.4;
	font-size: 40px;
	font-weight: 800;
	margin: 20px 50px;
	max-width: 500px;
}
.sttel {
	position: absolute;
	right: 40px;
	bottom: 30px;
	background: #373739;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	color: #E5D1C3;
	font-size: 14px;
	font-weight: 600;
}
.sttel img {
	width: 20px;
	margin-right: 5px;
}
.sttel:hover {
	transform: scale(1.02);
}
nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
	margin: 40px auto;
}
nav a {
	position: relative;
	margin: 0;
}
nav a span {
	transition: 0.54s;
}
nav a:hover {
	transform: scale(1.05);
}
nav a span {
	font-weight: 300;
	font-size: 32px;
	position: relative;
	z-index: 1;
}
nav a:nth-child(1) img {
	position: absolute;
	bottom: 10px;
	left: 0;
}
nav a:nth-child(2) img {
	position: absolute;
	top: 10px;
	left: 0;
}
nav a:nth-child(3) img {
	position: absolute;
	top: 10px;
	left: calc(50% - 23px);
}
nav a:nth-child(4) img {
	position: absolute;
	bottom: 10px;
	right: 0;
}
.w66 {
	width: 66%;
}
.w33 {
	width: 28%;
}
#map {
	width: 100%;
	background-image: url('img/map.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
	width: 100%;
	height: 389px;
	display: block;
	position: relative;
}
#map a {
	position: absolute;
	bottom: 20px;
	width: 374px;
	max-width: 100%;
	left: calc(50% - 187px);
}
#map a svg {
	width: 100%;
}
.w33 img {
	width: 100%;
}
.w33 a {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.w33 span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
}
.w33 img {
	transition: transform 0.54s ease;
}
@media(min-width: 1025px){
	.w33 a:hover img {
		transform: rotate(2deg);
	}
	/*.w33 a:not(:hover) img {
		transform: rotate(0deg);
	}*/
}
.copy {
	font-size: 14px;
	margin: 60px auto 20px;
	text-align: center;
}
#map a svg circle, #map a svg .arrow1 {
	transition: 0.54s;
}
#map a:hover svg circle {
	fill: #373739;
}
#map a:hover svg .arrow1 {
	fill: #E5D1C3;
}

@media(max-width: 794px) {
	#main div {
		padding: 0 20px;
	}
	h1 {
		font-size: 50px;
		text-wrap: nowrap;
	}
	#mnoor {
		right: 20px;
	}
	.sttl {
		font-size: 30px;
	}
	.sttel {
		right: calc(50% - 89px);
	}
	nav {
		width: 90%;
	}
	#map {
		height: 66vw;
	}
	h2 {
		font-size: 40px;
		width: 100%;
	}
	.w66, .w33 {
		width: 90%;
		margin: 0 5%;
	}
	.w33 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.w33 div {
		max-width: 39%;
		width: 222px;
		margin: 0 20px;
	}
	#stvc {
		height: 75vw;
	}
}
@media(max-width: 670px){
	#mnoor {
		right: 0;
		max-width: 50%;
		width: 200px;
	}
	#main a img {
		width: 24px;
		margin: 4px 10px 10px 0;
	}
	h1 {
		font-size: 28px;
		letter-spacing: -1px;
	}
	.sttl {
		font-size: 18px;
	}
	#main {
		height: 380px;
	}
	#main a * {
		font-size: 14px;
		line-height: 1;
	}
	#main a span {
		font-size: 12px;
	}
	#stvc h2 {
		font-size: 19px;
		margin-left: 20px;
		max-width: calc(100% - 40px);
	}
	.sttel {
		right: 20px;
	}
	nav a span {
		font-size: 19px;
	}
	nav a img {
		width: 28px;
	}
	nav a:nth-child(1) img {
		position: absolute;
		bottom: 5px;
		left: 0;
	}
	nav a:nth-child(2) img {
		position: absolute;
		top: 6px;
		left: 0;
	}
	nav a:nth-child(3) img {
		position: absolute;
		top: 6px;
		left: calc(50% - 14px);
	}
	nav a:nth-child(4) img {
		position: absolute;
		bottom: 5px;
		right: 0;
	}
	#map {
		height: 75vw;
	}
	.w66, .w33 {
		width: 100%;
		margin: 0;
	}
	h2 {
		font-size: 24px;
		margin-left: 5%;
	}
}
@media(max-width: 415px){
	#mnoor {
		right: -20px;
	}
}
@media(max-width: 375px){
	.hcontainer a img {
		width: 16px;
	}
	.hcontainer a {
		font-size: 13px;
	}
	h1 {
		font-size: 25px;
	}
	.sttl {
		font-size: 16px;
	}
	#main a * {
		letter-spacing: -0.5px;
	}
	#stvc h2 {
		margin-left: 20px;
	}
	#map a {
		left: 0;
		bottom: -10px;
	}
	.w33 div {
        text-align: center;
        margin: 0 10px;
    }
    .w33 span {
    	margin-bottom: 10px;
    }
}