@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

* {
	font-family: 'Didact Gothic', serif;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	background: #272727;
}

a {
	text-decoration: none;
	color: inherit;
}

.container {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 40px;
}

.header {
	width: 100%;
	padding: 5px 0;
	background: #272727;
	border-bottom: 1px solid #363636;
	animation: scroll 1s forwards;
	transition: all 0.3s;
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
}

@keyframes scroll {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.header__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.header__title__image {
	max-width: 90px;
}

.header__title__text {
	display: flex;
	flex-direction: column;
	margin-top: -20px;
}

.header__title__text > span {
	font-size: 40px;
	color: #b09676;
	font-family: 'Oswald';
	text-align: center;
	letter-spacing: 9px;
	font-weight: 400;
	margin-top: -9px;
}

.header__items {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 20px;
}

.header__item,
a {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 4px;
	color: #dedede;
	cursor: pointer;
	transition: color 0.2s;
}

.header__item:hover {
	color: #b09676;
}

.header__menu__btn {
	display: none;
	flex-direction: column;
	gap: 3px;
	width: 25px;
	background: none;
	border: none;
}

.header__menu__btn > span {
	width: 100%;
	height: 2px;
	background: #b19777;
	cursor: pointer;
}

.hero {
	padding: 50px 0;
}

.hero__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hero__socials {
	padding: 20px;
	/* background: #272727; */
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hero__social {
	background: none;
	border: 1px solid #353535;
	padding: 10px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.hero__social > a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero__content {
	display: flex;
	align-items: end;
	justify-content: end;
	text-align: end;
	background-image: url(/images/hero__image.JPG);
	background-repeat: no-repeat;
	padding: 100px 30px;
}

.hero__content__title {
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	line-height: 1.35em;
	color: #fff;
	font-weight: 400;
	letter-spacing: 15px;
}

.hero__content__par {
	font-size: 18px;
	line-height: 1.75em;
	margin-bottom: 20px;
	color: #fff;
}

.hero__content__btn {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	background: transparent;
	color: #fff;
	padding: 12px 24px;
	margin: 0;
	font-size: 16px;
	letter-spacing: 3px;
	border: 1px solid #fff;
	cursor: pointer;
}

.about {
	padding: 50px 10px;
}

.about__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
}

.about__content {
	display: flex;
	flex-direction: column;
	max-width: 570px;
	gap: 20px;
}

.about__title,
.about__title > span {
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 10px;
	word-spacing: 5px;
}

.about__title > span {
	color: #b19777;
}

.about__par {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #999;
}

.about__image__content {
	max-width: 495px;
	position: relative;
	max-height: 371px;
}

.about__image,
.detail__image {
	object-fit: cover;
	width: 100%;
	max-height: 371px;
}

.detail__image {
	width: 400px !important;
}

.about__image__content__btn {
	position: absolute;
	bottom: -8%;
	right: -8%;
	z-index: 3;
	padding: 20px 30px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
	background: #323232;
}

.about__btn {
	display: flex;
	align-items: start;
	justify-content: start;
	background: none;
	border: none;
	position: relative;
	line-height: 1.2em;
}
.about__btn a {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	padding: 12px 24px;
	margin: 0;
	position: relative;
	font-size: 16px;
	letter-spacing: 3px;
	border: 1px solid #fff;
}
.about__btn a:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
}
.about__btn a span {
	position: relative;
	z-index: 2;
}
.about__btn a:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.about__btn a:hover span {
	color: #272727;
}

.catalog {
	padding: 50px 10px;
}

.catalog__title,
.catalog__title > span {
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 10px;
	word-spacing: 5px;
	margin-bottom: 30px;
}

.catalog__title > span {
	color: #b19777;
}

.catalog__items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.catalog__item {
	width: 540px;
	height: 405px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: end;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.catalog__item:hover {
	background-size: 120%;
	transition: all 0.3s;
	box-shadow: inset 0 -8em 3em rgba(0, 0, 0, 0.39);
}

.catalog__item:first-child {
	background-image: url(/images/catalog__image01.jpg);
	padding: 30px;
}

.catalog__item:nth-child(2) {
	background-image: url(/images/catalog__image02.jpg);
	padding: 30px;
}

.catalog__item:nth-child(3) {
	background-image: url(/images/catalog__image03.jpg);
	padding: 30px;
}

.catalog__item:nth-child(4) {
	background-image: url(/images/catalog__image04.jpg);
	padding: 30px;
}

.catalog__item:nth-child(5) {
	background-image: url(/images/catalog__image05.jpg);
	padding: 30px;
}

.catalog__item:last-child {
	background-image: url(/images/catalog__image06.jpg);
	padding: 30px;
}

.catalog__item__title {
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
}

.line {
	text-align: center;
	height: 1px;
	width: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	margin: 20px auto;
}

.catalog__item:hover .line {
	width: 100%;
	transition-property: all;
	transition-duration: 0.8s;
	transition-timing-function: ease-in-out;
}

.catalog__item__par {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 400px;
	text-align: center;
	display: none;
}

.catalog__item:hover .catalog__item__par {
	display: block;
}

.footer {
	position: relative;
	background-image: url(/images/contact__bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer__content {
	display: flex;
	flex-direction: column;
}

.footer__call {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer__phone {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #b19777;
	letter-spacing: 5px;
	text-transform: uppercase;
	white-space: nowrap;
}

.footer__info {
	max-width: 445px;
	background: #323232;
	padding: 50px;
	position: absolute;
	right: 20px;
	bottom: -50px;
}

.footer__info__title {
	font-size: 20px;
	color: #fff;
	letter-spacing: 5px;
	border-bottom: 1px solid #373737;
	/* padding-bottom: 15px; */
	text-transform: uppercase;
	/* font-family: 'Oswald', sans-serif; */
	font-weight: 300;
}

.footer__line {
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 10px 0 15px 0;
}

.footer__info__par,
.footer__info__info {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #999;
	margin-bottom: 20px;
}

.swiper-wrapper {
	display: flex !important;
	padding-bottom: 20px;
}

.swiper-pagination {
	margin-bottom: -10px;
}

.swiper-pagination > span {
	background: transparent !important;
	border: 1px solid #b19777 !important;
}

.other__work {
	margin-bottom: 50px;
}

.swiper-slide {
	cursor: pointer;
}

.swiper-slide > img:hover {
	transform: scale(1.05);
}

.swiper-slide > img {
	max-width: 400px !important;
	height: 405px !important;
	object-fit: cover;
	transition: all 0.3s ease;
}
