@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
	--white: white;
	--black: #000000;
	--coral: #ff6543;
	--greycliff: "greycliff-hebrew-cf", sans-serif;
	--Montserrat: 'Montserrat', sans-serif;
	--opensans: 'Open Sans', sans-serif;
}

:is(h1, h2, h3, h4, h5, h6, p) {
	margin: 0px;
	height: fit-content;
	text-align: right;
	letter-spacing: 0em;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

:is(img, video) {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #000;
	display: block;
}

ul,
ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

textarea,
input,
button {
	border-radius: 0px !important;
	background-color: transparent;
	outline: none;
	border: none;
	padding: 0;
	box-shadow: none !important;
}

.inspiration-slider,
.residence-slider,
.more-projects-slider,
.architects-slider,
.interior-slider,
.popular-slider,
.architecture-slider {
	opacity: 0;
	visibility: hidden !important;
}

.slick-initialized {
	opacity: 1 !important;
	visibility: visible !important;
	margin: 0 !important;
}

.custom-container {
	max-width: 1680px;
	margin: 0px auto;
	padding: 0px 20px;
	width: 100%;
}

body {
	min-height: 100vh;
	text-align: right;
	scroll-behavior: smooth;
	display: flex;
	flex-direction: column;
	direction: rtl;
}

.header {
	width: 100%;
	z-index: 999999;
	padding: 29px 83px 15px 88px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transition: 0.2s ease-in-out;
}

.header.header-sticky {
	position: sticky;
	top: 0;
}

.header.animated {
	animation: header 1s forwards 1;
}

.header-fixed {
	position: fixed;
}

.header.white {

	background-color: transparent;
	box-shadow: none;
}

.header.white.header_sticky {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

@keyframes header {
	from {
		top: -50%;
	}

	to {
		top: 0%;
	}
}

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

.head-wraper .logo {
	width: 170.3px;
	height: 39.2px;
}

.header.white .head-wraper .logo img {
	content: url("../images/header-logo-white.svg");
}

.header.white.header_sticky .head-wraper .logo img {
	content: url("../images/header-logo.svg");
}

.head-wraper nav ul {
	display: flex;
	align-items: center;
	gap: 68px;
}

.head-wraper nav ul li {
	position: relative;
	padding: 8px 0px;
}

.header.white .head-wraper nav ul li a,
.header.white .head-search-btn.active::before,
.header.white .head-search-btn.active:after,
.header.white .head-search-btn,
.header.white .head-wraper .content-right .submit-btn,
.header.white .head-wraper nav ul li.sub ul a,
.header.white .head-wraper nav ul li.sub:after {
	border-color: white !important;
	color: #fff !important;
}

.header.white.header_sticky .head-wraper nav ul li a,
.header.white.header_sticky .head-search-btn.active::before,
.header.white.header_sticky .head-search-btn.active:after,
.header.white.header_sticky .head-search-btn,
.header.white.header_sticky .head-wraper .content-right .submit-btn,
.header.white.header_sticky .head-wraper nav ul li.sub ul a,
.header.white.header_sticky .head-wraper nav ul li.sub:after {
	border-color: var(--black) !important;
	color: var(--black) !important;
}

.head-wraper nav ul li.sub:after {
	position: absolute;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 7px;
	width: 7px;
	top: -6px;
	left: -20px;
	margin: auto;
	bottom: 0px;
	transform: rotate(315deg);
	content: '';
	transition: 0.5s ease-in-out;
}

.head-wraper nav ul li.sub::before {
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: -16px;
	left: 0px;
	content: '';
}

.head-wraper nav ul li.sub:hover:after {
	transform: rotate(495deg);
	top: 3px;
}

.head-wraper nav ul li.sub ul {
	flex-direction: column;
	align-items: revert;
	gap: 0px;
	padding: 14px;
	z-index: 9;
}

.head-wraper nav ul li.sub ul li {
	padding: 0px 0px;
}

.head-wraper nav ul li.sub ul a {
	border-bottom: solid 0.5px #707070 !important;
	color: var(--black);
	padding: 16px 0px;
	position: relative;
}

.header.white .head-wraper nav ul li.sub ul a {
	color: var(--black) !important;
	border-color: #bfbfbf !important;
}

.head-wraper nav ul li.sub ul a:after {
	bottom: -1px;
	background-color: var(--black);
	width: 0px;
	transition: 0.5s ease-in-out;
	height: 2px;
	content: '';
	position: absolute;
	right: 0px;
}

.head-wraper nav ul li.sub ul a:hover:after {
	width: 100%;
}

.head-wraper nav ul li a {
	font-size: 22px;
	font-family: var(--greycliff);
	font-weight: 300;
	font-style: normal;
	line-height: 44px;
	letter-spacing: 0.66px;
	display: block;
	color: var(--black);
	height: fit-content;
	transition: 0.5s ease-in-out;
}

.current-menu-item a,
.head-wraper nav ul li:hover>a,
.head-wraper nav ul li.current_page_item>a {
	color: #4d6b9d !important;
}

.head-wraper nav ul li:hover.sub:after {
	border-color: #4d6b9d;
}

.head-wraper .content-right {
	display: flex;
	align-items: center;
	gap: 60px;
}

.head-wraper .content-right .submit-btn {
	font-size: 22px;
	background-color: var(--coral);
	line-height: 21px;
	color: var(--black);
	padding: 20.4px 25px 17.6px 25px;
	margin-right: -20px;
	border: solid 1.5px #313131;
	transition: 0.3s ease-in-out;
	font-family: var(--greycliff);
	font-weight: normal;
	letter-spacing: 0.44px;
	height: 60px;
	align-items: center;
	display: flex;
	/*width: 182px;*/
	justify-content: center;
}

.head-wraper .content-right .submit-btn:hover {
	background-color: #313131;
	color: #fff;
}

.head-search-btn {
	width: 60px;
	height: 60px;
	padding: 15.4px 15.9px 16.5px 15.9px;
	border: solid 1.5px #000;
	background-image: url("../images/head-search.svg");
	background-repeat: no-repeat;
	background-size: 28.1px 28.1px;
	background-position: center;
	position: relative;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.header.white .head-search-btn {
	background-image: url("../images/head-search-white.svg") !important;
}

.header.white.header_sticky .head-search-btn {
	background-image: url("../images/head-search.svg") !important;
}


.head-search-btn:hover {
	background-color: #ffe8e3;
}

.header.white .head-search-btn.active,
.header.white.header_sticky .head-search-btn.active,
.head-search-btn.active {
	background-image: unset !important;
}

.head-search-btn.active:after {
	position: absolute;
	width: 38px;
	height: 1.5px;
	background-color: #000;
	bottom: 0px;
	transform: rotate(45deg);
	right: 0px;
	left: 0px;
	margin: auto;
	top: 0px;
	content: '';
	cursor: pointer;
	opacity: 0;
}

.head-search-btn.active::before {
	position: absolute;
	width: 38px;
	height: 1.5px;
	background-color: #000;
	bottom: 0px;
	transform: rotate(135deg);
	right: 0px;
	left: 0px;
	margin: auto;
	top: 0px;
	content: '';
	cursor: pointer;
	opacity: 0;
}

.head-search-btn.active::before,
.head-search-btn.active:after {
	opacity: 1;
}

.head-wraper .content-right .submenu {
	width: 507px;
	/*height: 257px;*/
	height: auto;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	position: absolute;
	bottom: -15px;
	right: 0px;
	transform: translatey(100%);
	pointer-events: none;
	opacity: 0;
	transition: 0.5s ease-in-out;
}

.head-wraper .content-right li:hover .submenu {
	pointer-events: all;
	opacity: 1;
}

.slid.slick-slide.slick-cloned:last-of-type {
	display: none;
}

.header .head-search {
	position: fixed;
	top: 104px;
	left: 0px;
	width: 100%;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s ease-in-out;
	overflow: hidden;
	box-shadow: 0 -2px 6px 0 rgb(20 20 20 / 8%);
	z-index: -1;
}

.header .head-search.show {
	opacity: 1;
	pointer-events: all;
}

.header .head-search-wraper {
	background-color: #fff;
	padding-bottom: 90px;
	background-image: url("../images/head-search-effect.svg");
	background-repeat: no-repeat;
	padding-top: 60px;
	background-position: -60px 171px;
	transform: translateY(-40%);
	transition: 0.5s ease-in-out;
	opacity: 0;
}

.header .head-search.show .head-search-wraper {
	transform: translateY(0%);
	opacity: 1;
}

.header .head-search-wraper .search-bar .search-btn {
	width: 35.1px;
	height: 28.1px;
	background-image: url("../images/head-search-bar-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.header .head-search-wraper .search-bar {
	width: 590px;
	margin: auto auto 59px;
	gap: 20px;
	display: flex;
	align-items: end;
}

.header .head-search-wraper .search-bar .input {
	border-bottom: 2px solid var(--coral);
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;
	text-align: right;
	padding-bottom: 2px;
	color: #a7a7a7;
	font-family: var(--greycliff);
}

.header .head-search-wraper .search-bar .input::placeholder {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;
	text-align: right;
	color: #a7a7a7;
	font-family: var(--greycliff);
}

.header .head-search-wraper .box .img-wraper {
	height: 166px;
	position: relative;
	margin-bottom: 24px;
	z-index: 1;
}

.header .head-search-wraper .box .img-wraper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	opacity: 0.7;
	background-image: linear-gradient(126deg, #000 13%, rgba(154, 154, 154, 0) 55%);
	transform: rotate(180deg);
}

.header .head-search-wraper .box .img-wraper img {
	object-fit: cover;
}

.header .head-search-wraper .box .img-wraper h4 {
	color: var(--white);
	position: absolute;
	bottom: 28px;
	right: 24px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.96px;
	font-family: var(--greycliff);
	z-index: 1;
}

.header .head-search-wraper .box ul {
	display: flex;
	align-items: center;
	column-gap: 10px;
	row-gap: 12px;
	flex-wrap: wrap;
}

.header .head-search:after {
	opacity: 0.6;
	background-image: linear-gradient(181deg, #000 90%, rgba(0, 0, 0, 0.5) 18%);
	position: absolute;
	left: 0px;
	height: 100%;
	content: '';
	z-index: -1;
	bottom: 0px;
	width: 100%;
}

.header .head-search-wraper .box ul li {
	font-size: 15px;
	padding: 0px 19px;
	color: var(--coral);
	background-color: #ffe8e3;
	line-height: 27px;
}


/*mobile start menu*/

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	background: #000;
	width: 26px;
}

.white .hc-nav-trigger span,
.white .hc-nav-trigger span::before,
.white .hc-nav-trigger span::after {
	background: #fff;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	height: 2px;
}

.hc-offcanvas-nav .nav-close {
	display: none;
}

.hc-nav-trigger.hc-nav-1 {
	right: 22px;
	top: 36px;
	width: 20px;
	left: auto;
	height: 20px;
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	font-family: var(--greycliff);
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content,
.nav-content {
	background: #313131;
}

.hc-offcanvas-nav ul:last-of-type {
	padding: 0px !important;
}

.hc-offcanvas-nav ul {
	padding-top: 20px !important;
}

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
	border-color: #fff;
}

.hc-offcanvas-nav a:hover,
.hc-offcanvas-nav a:active {
	background: var(--white);
	color: #fff;
}

.nav-levels-overlap .hc-nav.hc-nav-1 {
	display: block;
}

/**/

.architecture-slider .slid {
	position: relative;
	height: 1080px;
}

.architecture-slider .slid img {
	object-fit: cover;
	max-height: 1080px;
	width: 100%;
}

.architecture-slider .slid:after {
	opacity: 0.6;
	background-image: linear-gradient(181deg, #000000c7 52%, rgb(0 0 0 / 88%) 59%);
	position: absolute;
	left: 0px;
	height: 100%;
	content: '';
	bottom: 0px;
	width: 100%;
}

.architecture-slider-section {
	min-height: 1080px;
	position: relative;
	z-index: 1;
}

.architecture-slider-section .dor-wrap {
	position: absolute;
	top: auto;
	left: 87px;
	height: 100%;
	gap: 26px;
	display: flex;
	flex-direction: row-reverse;
	bottom: 311px;
	max-height: 512px;
	z-index: 1;
}

.architecture-slider-section .slick-dots {
	width: fit-content;
	height: 100%;
	display: flex;
	flex-direction: column;
	bottom: 0px;
	position: relative;
}

.architecture-slider-section .slick-dots:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 1px;
	background-color: #fff;
	content: '';
	margin: auto;
}

.architecture-slider-section .slick-dots li {
	margin: 0px;
	height: 100%;
	flex: 1;
	width: 5px;
	transition: 0.3s;
}

.architecture-slider-section .slick-dots li:hover {
	background-color: #e8ecf2;
}

.architecture-slider-section .slick-dots li button {
	display: none;
}

.architecture-slider-section .slick-dots li.slick-active {
	background-color: #fff;
}

.architecture-slider-section .dor-wrap p {
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.32px;
	color: var(--white);
	position: absolute;
	left: 30px;
	top: -4px;
}

.architecture-slider-section .slick-arrow:before {
	display: none;
}

.architecture-slider-section .slick-arrow {
	left: 88px !important;
	right: auto !important;
	height: 62px;
	width: 62px;
	z-index: 1;
	top: auto;
	background-image: url("../images/architecture-arrow.svg");
	background-repeat: no-repeat;
}

.architecture-slider-section .slick-next {
	bottom: 189px !important;
}

.architecture-slider .slid img {
	animation: architectureslid 18s forwards infinite;
}

@keyframes architectureslid {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

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

.architecture-slider-section.loaded .text-content {
	/*animation: architecturetext 1s 1s forwards 1;*/
	padding-bottom: 38px;
}

/*@keyframes architecturetext {*/
/*0% {*/
/*transform: translateY(50%);*/
/*}*/

/*100% {*/
/*transform: translateY(0%);*/
/*opacity: 1;*/
/*}*/
/*}*/

.architecture-slider-section .slick-prev {
	bottom: 139px !important;
	transform: rotate(180deg);
}

.architecture-slider-section h1 {
	font-size: 120px;
	font-weight: 300;
	line-height: 130px;
	letter-spacing: normal;
	max-width: 1102px;
	color: var(--white);
	margin-bottom: -13px;
	font-family: var(--greycliff);
	text-transform: uppercase;
}

.architecture-slider-section h3 {
	font-size: 35px;
	font-weight: normal;
	line-height: 89.95px;
	letter-spacing: 1.05px;
	margin-bottom: 16px;
	color: var(--white);
	font-family: var(--greycliff);
}

.architecture-slider-section .text-content {
	position: absolute;
	height: 100%;
	/* align-items: center; */
	top: 0px;
	display: flex;
	width: 100%;
	flex-direction: column;
	right: 0px;
	/*opacity: 0;*/
	left: 0px;
	justify-content: center;
}

.architecture-slider-section .text-content .search-field {
	max-width: 960px;
	height: 55px;
	background-color: #fff;
	display: flex;
	gap: 38px;
	padding: 15px 29.9px 11.9px 356px;
}

.architecture-slider-section .text-content .search-field .search-btn {
	width: 28.1px;
	height: 28.1px;
	background-image: url("../images/architecture-search-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.architecture-slider-section .text-content .search-field .input {
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: normal;
	padding-bottom: 5px;
	color: #a7a7a7;
	font-family: var(--greycliff);
}

.architecture-slider-section .text-content .search-field .input::placeholder {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;
	color: #a7a7a7;
	font-family: var(--greycliff);
}

.architecture-slider-section .text-content ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	max-width: 939px;
	margin-top: 42px;
}

.architecture-slider-section .text-content ul a {
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.32px;
	color: var(--white);
	position: relative;
}

.architecture-slider-section .text-content ul a:after {
	width: 100%;
	height: 1px;
	background-color: var(--white);
	position: absolute;
	bottom: 0px;
	right: 0px;
	content: '';
	opacity: 0;
	transition: 0.3s;
}

.architecture-slider-section .text-content ul a.active:after,
.architecture-slider-section .text-content ul a:hover:after {
	opacity: 1;
}

.collaboration-icons {
	display: flex;
	align-items: center;
	gap: 53px;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 97px;
	width: 100%;
}

.collaboration-icons img {
	max-width: 233px;
	max-height: 103px;
	object-fit: scale-down;
}

.collaboration-icons-wraper {
	display: flex;
	align-items: center;
	gap: 73px;
	margin-bottom: 110px;
	margin-top: 57px;
}

.collaboration-icons-wraper p {
	font-family: var(--greycliff);
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.4px;
	color: #4d6b9d;
}

.new-popular-section .text-content h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: bold;
	writing-mode: tb;
	margin-left: -16px;
	color: var(--black);
}

.new-popular-section .text-content {
	padding-right: 77px;
	min-width: 277px;
	display: flex;
}

.new-popular-section .text-content p {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	writing-mode: tb;
	color: var(--black);
}

.new-popular-section .slid.slick-current {
	width: 811px !important;
	max-width: 811px !important;
}

.new-popular-section .slid.slick-current+.slick-active {
	width: 398px !important;
}

.new-popular-section .slid.slick-current+.slick-active+.slick-active {
	width: 198px !important;
}


.new-popular-section .slid {
	width: 398px;
	height: 700px;
	display: flex;
	position: relative;
	align-items: end;
	padding: 0px 70px 54px 53px;
	transition: 0.3s;
	margin-left: 17px;
	z-index: 1;
	transition: width 0.5s;
}

.new-popular-section .slick-initialized {
	max-width: calc(100% - 278px);
	width: 100%;
	max-width: 1325px;
	width: 100%;
}

.menu-icon {
	display: none;
}

.mob-menu {
	display: none;
}

/*.new-popular-section .slick-initialized .slick-list .slick-track{*/
/*display: flex;*/
/*}*/

/* .new-popular-section .slick-current:after {
	opacity: 0.6;
	background-image: linear-gradient(153deg, #000000a6 100%, rgba(0, 0, 0, 0.5) 0%) !important;
}

.new-popular-section .slid:after {
	background-image: linear-gradient(177deg, rgba(0, 0, 0, 0.5) 3%, rgba(0, 0, 0, 0) 53%);
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -1;
	transform: rotate(180deg);
	height: 100%;
} */
.new-popular-section .slid::before {
	background-image: url("../images/plus-effect.svg");
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.5s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.new-popular-section .slid:hover::before {
	transform: translateY(-0%);
}

.new-popular-section .slid .title {
	width: 100%;
	display: none;
	transition: 0.3s;
}

.new-popular-section .slid.slick-current .title {
	width: 100%;
	display: block;
}

.new-popular-section .slid img {
	position: absolute;
	object-fit: cover;
	z-index: -1;
	top: 0px;
	left: 0px;
}

.new-popular-section {
	display: flex;
	margin-bottom: 135px;
}

.new-popular-section .slid h3 {
	font-family: var(--greycliff);
	font-size: 30px;
	font-weight: 500;
	line-height: 39.9px;
	max-width: 409px;
	color: #fff;
	margin-bottom: 8px;
}

.new-popular-section .slid .date {
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: normal;
	color: #fff;
}

.new-popular-section .slid p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: normal;
	margin-bottom: 19px;
	color: #fff;
}

.new-popular-section .slid .tags {
	display: flex;
	gap: 16px;
}

.new-popular-section .slid .views {
	display: flex;
	gap: 16px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.new-popular-section .slid .views span {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.new-popular-section .slick-dots li button {
	display: none;
}

.new-popular-section .slick-dots:after {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 1px;
	background-color: #000;
	content: '';
	margin: auto;
}

.new-popular-section .slid .views li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: var(--white);
	font-weight: 500;
	flex-direction: row-reverse;
	align-items: center;
	font-family: var(--greycliff);
}

.new-popular-section .slid .views .eye {
	background-image: url("../images/eye.png");
	width: 22.2px;
	height: 15.1px;
}

.new-popular-section .slid .views .heart {
	background-image: url("../images/heart.png");
	width: 16.5px;
	height: 15.1px;
}

.new-popular-section .slid .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new-popular-section .slid .bottom .tags li {
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	text-align: center;
	color: var(--coral);
	background-color: rgb(255 221 213);
	padding: 4px 9px 4px 8px;
	display: flex;
	align-items: center;
	height: 22px;
}

.new-popular-section .slid .bottom .tags li:hover {
	background-color: rgb(255 221 213) !important;
}

.new-popular-section .slick-arrow {
	right: -217px !important;
	left: auto !important;
	top: auto !important;
	bottom: 0px;
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: 1.5px solid #000;
	z-index: 1;
}

.new-popular-section .slick-arrow.slick-next {
	bottom: 79px !important;
}

.new-popular-section .dor-wrap .slick-active {
	background-color: #000;
}

.new-popular-section .dor-wrap li:hover {
	background-color: #000;
}

.new-popular-section .dor-wrap {
	position: absolute;
	bottom: 166px;
	right: -191px;
	max-height: 534px;
	display: flex;
	transform: translateX(100%);
	align-items: end;
	height: 100%;
	gap: 10px;
}

.new-popular-section .dor-wrap p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: right;
	min-width: 60px;
	color: #000;
}

.new-popular-section .slick-dots {
	width: fit-content;
	height: 100%;
	display: flex;
	flex-direction: column;
	bottom: 0px;
	position: relative;
}

.new-popular-section .slick-dots li {
	margin: 0px;
	height: 100%;
	width: 5px;
	flex: 1;
	transition: 0.3s;
}

.new-popular-section .slick-arrow.slick-next:after {
	transform: rotate(180deg);
}

.new-popular-section .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.new-popular-section .slick-arrow:before {
	display: none;
}

.architects-slider .slid {
	display: flex;
	gap: 16px;
}

.architects-slider .box.sm {
	height: 287px;
}

.architects-slider .box.md {
	height: 546px;
}

.architects-slider .box {
	position: relative;
	padding: 23px 24px;
	overflow: hidden;
}

.architects-slider .box:after {
	background-image: linear-gradient(165deg, rgba(0, 0, 0, 0.5) 19%, rgba(0, 0, 0, 0) 74%);
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
	pointer-events: none;
	z-index: -1;
}

.architects-slider .box::before {
	background-image: url("../images/plus-effect.svg");
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.5s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.user-profile-list .project-detail-item {
	display: none;
}

.user-profile-list .project-detail-item.active {
	display: block;
}

.architects-incubators .text-content .img-wraper img,
.architects-incubators .text-content .img-wraper :is(.slick-track, .slick-list) {
	height: 100%;
}

.architects-slider .box:hover::before {
	transform: translateY(-0%);
}

.architects-slider .box a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.architects-slider .box img:not(.user) {
	object-fit: cover;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.architects-slider .slid-inner {
	height: 850px;
	width: calc(100% / 3 - 10px);
	display: flex;
	flex-direction: column;
	gap: 17px;
	margin: 0px 8px;
}

.architects-slider .box:not(.sm, .md) {
	height: 100%;
}

.architects-slider .box h4 {
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--white);
	font-family: var(--greycliff);
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.66px;
}

.architects-slider .box p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	text-align: right;
	color: #fff;
	display: flex;
	gap: 8px;
	align-items: center;
}

.architects-slider .box .views {
	display: flex;
	gap: 16px;
	position: absolute;
	bottom: 35px;
	transition: 0.3s;
	transform: translateY(60px);
	left: 29px;
	z-index: 1;
}

.architects-slider .box:hover .views {
	transform: translateY(0px);
}

.architects-slider .box .views li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: var(--white);
	font-weight: 500;
	flex-direction: row-reverse;
	align-items: center;
	font-family: var(--greycliff);
}

.architects-slider .box .views .heart {
	background-image: url("../images/heart.png");
	width: 16.5px;
	height: 15.1px;
}

.architects-slider .box .views .eye {
	background-image: url("../images/eye.png");
	width: 22.2px;
	height: 15.1px;
}

.architects-slider .box .views span {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.architects-slider .box .user {
	width: 30px;
	height: 30px;
	object-fit: contain;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid #fff;
}

.architects-slider .dor-wrap {
	position: absolute;
	display: flex;
	width: 100%;
	right: 0px;
	align-items: center;
	top: 0px;
}

.architects-slider .dor-wrap .slick-dots {
	position: relative;
	display: flex;
	align-items: center;
	bottom: 0;
}

.architects-slider .dor-wrap .slick-dots:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.architects-slider .dor-wrap p {
	min-width: 58px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: left;
	color: #000;
}

.architects-slider .dor-wrap .slick-dots li {
	height: 5px;
	width: 100%;
	margin: 0;
	margin-top: -2px;
}

.architects-slider .slick-list {
	padding-top: 80px;
	margin: 0px -8px;
}

.architects-slider .dor-wrap .slick-dots li.slick-active {
	background-color: #000;
}

.slick-arrow:before,
.slick-dots li button:before {
	display: none !important;
}

.architects-slider .slick-arrow {
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: solid 1.5px #000;
	z-index: 1;
	background-color: #fff;
}

.architects-slider .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.architects-slider .slick-prev {
	right: 36px;
	left: auto;
}

.architects-slider .slick-next {
	left: -26px;
	right: auto;
	transform: rotate(180deg);
}

.architects-slider .slick-disabled {
	display: none !important;
}

.architects-head .title h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: bold;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
}

.architects-head .title h4 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
	text-transform: capitalize;
}

.architects-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 33px;
}

.architects-head .btn {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--coral);
	border: 1px solid var(--coral);
	display: flex;
	align-items: center;
	gap: 13px;
	line-height: 25px;
	border-radius: 0px;
	padding: 17px 28px 16px 29px;
	box-shadow: none;
	margin-top: 12px;
	transition: 0.3s;
}

.architects-head .btn img {
	filter: invert(72%) sepia(70%) saturate(5832%) hue-rotate(334deg) brightness(104%) contrast(101%);
	width: 25.4px;
	height: 22.8px;
	transform: rotate(180deg);
	transition: 0.3s;
}

.architects-head .btn:hover img {
	transform: rotate(180deg) translateX(5px);
}

.interior-design-section .slid {
	position: relative;
	padding: 23px 24px;
	overflow: hidden;
	height: 655px;
	z-index: 1;
	margin: 0px 8px;
}

.interior-design-section .slid::after {
	background-image: linear-gradient(177deg, rgba(0, 0, 0, 0.5) 3%, rgba(0, 0, 0, 0) 53%);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0px;
	z-index: -1;
	transform: rotate(180deg);
	left: 0px;
}

.interior-design-section .slid::before {
	background-image: url("../images/inspiration-plus.webp");
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.5s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.interior-design-section .slid:hover::before {
	transform: translateY(0%);
}

.interior-design-section .slid a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.interior-design-section .slid img:not(.user) {
	object-fit: cover;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.interior-design-section .slid h4 {
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--white);
	font-family: var(--greycliff);
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.interior-design-section .slid p {
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: normal;
	text-align: right;
	color: var(--white);
	display: flex;
	gap: 8px;
	align-items: center;
}

.interior-design-section .slid .user {
	width: 30px;
	height: 30px;
	object-fit: contain;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid #fff;
}

.interior-design-section .title h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: bold;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
}

.interior-design-section .title h4 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
	text-transform: capitalize;
}

.interior-design-section .btn {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--coral);
	border: 1px solid var(--coral);
	display: flex;
	align-items: center;
	gap: 26px;
	line-height: 25px;
	border-radius: 0px;
	padding: 17px 27px 16px 26px;
	box-shadow: none;
	margin-top: 22px;
	transition: 0.3s;
}


.interior-design-section .btn img {
	filter: invert(72%) sepia(70%) saturate(5832%) hue-rotate(334deg) brightness(104%) contrast(101%);
	width: 25.4px;
	height: 22.8px;
	transform: rotate(180deg);
	transition: 0.3s;
}

.interior-design-section .btn:hover img {
	transform: rotate(180deg) translateX(5px);
}

.interior-design-section .dor-wrap {
	position: absolute;
	display: flex;
	width: 100%;
	right: 0px;
	align-items: center;
	top: 0px;
}

.interior-design-section .dor-wrap .slick-dots {
	position: relative;
	display: flex;
	align-items: center;
	bottom: 0;
}

.interior-design-section .dor-wrap p {
	min-width: 58px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: left;
	color: var(--black);
}

.interior-design-section .interior-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.interior-design-section .dor-wrap .slick-dots li.slick-active {
	background-color: var(--black);
}

.interior-design-section .dor-wrap .slick-dots li {
	width: 100%;
	margin: 0;
	margin-top: -2px;
	flex: 1;
	transition: 0.3s;
	height: 5px;
}

.interior-design-section .dor-wrap .slick-dots li:hover {
	background-color: var(--black);
}

.interior-design-section .slick-list {
	padding-top: 64px;
}

.interior-design-section .dor-wrap .slick-dots:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.interior-design-section .slick-arrow {
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: solid 1.5px #000;
	z-index: 1;
	background-color: #fff;
}

.interior-design-section .slick-next {
	left: -26px;
	right: auto;
	transform: rotate(180deg) !important;
}

.interior-design-section .slick-prev {
	right: 36px;
	left: auto;
}

.interior-design-section .slick-disabled {
	display: none !important;
}

.interior-design-section .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.residence-section-wraper {
	overflow: hidden;
	padding-top: 316px;
}

.residence-slider-section {
	background-color: #e8ecf2;
	padding-top: 79px;
	padding-bottom: 58px;
}

.residence-slider-section .text-content h3 {
	margin: 0 0 31.1px;
	font-family: var(--greycliff);
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: normal;
	text-align: right;
	color: var(--white);
}

.residence-slider-section .text-content-wraper {
	position: relative;
	z-index: 1;
	margin-top: -160px;
	padding-top: 25px;
	padding-bottom: 69px;
	margin-bottom: 93px;
}

.residence-slider-section .text-content-wraper:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(100vw - 243px);
	background-color: var(--coral);
	height: 100%;
	content: '';
	z-index: -1;
}

.residence-slider-section .slid {
	margin: 0px 8px;
}

.residence-slider-section .slid .img-wraper {
	height: 450px;
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
}

.residence-slider-section .slid .img-wraper::before {
	background-image: url("../images/inspiration-plus.webp");
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.5s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.residence-slider-section .slid:hover .img-wraper::before {
	transform: translateY(0%);
}

.residence-slider-section .slid .img-wraper img {
	object-fit: cover;
}

.residence-slider-section .slid .img-wraper:after {
	background-image: linear-gradient(173deg, rgba(0, 0, 0, 0.5) 7%, rgba(0, 0, 0, 0) 52%);
	content: '';
	position: absolute;
	top: 0px;
	transform: rotate(180deg);
	width: 100%;
	left: 0px;
	height: 100%;
}

.residence-slider-section .slid h4 {
	font-family: var(--greycliff);
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 4px;
	line-height: 39.9px;
	color: var(--black);
}

.residence-slider-section .slid p:not(.user) {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 21.96px;
	letter-spacing: normal;
	margin-bottom: 11px;
	color: var(--black);
}

.residence-slider-section .slid .user {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	color: var(--black);
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 14px;
}

.residence-slider-section .slid .text {
	padding-left: 48px;
}

.residence-slider-section .slid .user img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	overflow: hidden;
	border-radius: 50px;
	margin-bottom: 0;
}

.residence-slider-section .slid .tags li {
	line-height: 14px;
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	text-align: center;
	color: var(--coral);
	background-color: rgb(255 221 213);
	padding: 6px 9px 4px 8px;
}

.tags li {
	transition: 0.3s;
}

.tags li:hover {
	color: #4d6b9d !important;
	background-color: #4d6b9d38 !important;
}

.residence-slider-section .slid .tags {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.residence-slider-section .title h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: bold;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
	margin-bottom: -2px;
}

.residence-slider-section .title h4 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	text-transform: capitalize;
	color: var(--black);
}

.residence-slider-section .residence-head .btn {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--coral);
	border: 1px solid var(--coral);
	display: flex;
	align-items: center;
	gap: 16px;
	line-height: 25px;
	border-radius: 0px;
	padding: 17px 31px 16px 30px;
	box-shadow: none;
	transition: 0.3s;
	margin-top: 14px;
}

.residence-slider-section .residence-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 7px;
	z-index: 1;
}

.residence-slider-section .btn img {
	filter: invert(72%) sepia(70%) saturate(5832%) hue-rotate(334deg) brightness(104%) contrast(101%);
	width: 25.4px;
	height: 22.8px;
	transform: rotate(180deg);
	transition: 0.3s;
}

.residence-slider-section .residence-head .btn:hover img {
	transform: rotate(180deg) translateX(5px);
}

.residence-slider-section .slick-disabled {
	display: none !important;
}

.residence-slider-section .slick-list {
	padding-top: 70px;
}

.residence-slider-section .slick-next {
	left: -26px;
	right: auto;
	transform: rotate(180deg) !important;
	z-index: 1;
}

.residence-slider-section .slick-prev {
	right: 36px;
	left: auto;
}

.residence-slider-section .slick-arrow {
	top: 35%;
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: solid 1.5px #000;
	z-index: 1;
	background-color: #fff;
	transition: 0.3s;
	opacity: 0;
}

.residence-slider-section .residence-slider:hover .slick-arrow {
	opacity: 1;
}

.residence-slider-section .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.residence-slider-section .dor-wrap {
	position: absolute;
	display: flex;
	width: 100%;
	right: 0px;
	align-items: center;
	top: 0px;
}

.residence-slider-section .dor-wrap .slick-dots {
	position: relative;
	display: flex;
	align-items: center;
	bottom: 0;
}

.residence-slider-section .dor-wrap p {
	min-width: 58px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: left;
	color: var(--black);
}

.residence-slider-section .dor-wrap .slick-dots:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.residence-slider-section .dor-wrap .slick-dots li {
	height: 0px;
	width: 100%;
	background-color: #000;
	margin: 0;
	margin-top: -2px;
}

.residence-slider-section .dor-wrap .slick-dots li.slick-active {
	height: 5px;
}

.residence-slider-section .form {
	display: flex;
	/*border-bottom: 1.5px solid #fff;*/
	max-width: 734px;
	width: 100%;
	position: relative;
	padding-bottom: 6px;
}

.residence-slider-section .form .input::placeholder {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 300;
	letter-spacing: normal;
	color: #fff;
}

.residence-slider-section .form .input {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 300;
	/*width: 100%;*/
	letter-spacing: normal;
	color: #fff;
}

.residence-slider-section .form .search-btn {
	height: 24px;
	width: 24px;
	background-image: url("../images/architecture-arrow.svg");
	background-size: 54px 62px;
	background-position: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: inherit;
}

.residence-after {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 429px;
	height: 428.7px;
	transform: translate(200px, 198px);
}

.residence-after:after {
	background-image: url("../images/residence-after-effect.webp");
	position: absolute;
	top: -138px;
	left: -397px;
	content: '';
	width: 649px;
	z-index: -1;
	height: 369px;
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.residence-before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 477px;
	height: 453.2px;
	transform: translate(118px, -68px);
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
}

.residence-before:before {
	background-image: url("../images/residence-before-effect.webp");
	position: absolute;
	top: -13px;
	left: -68px;
	content: '';
	width: 693px;
	height: 653px;
	z-index: -1;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

.residence-slider-section .text-content {
	padding-right: 133px;
}

.young-architects .young-head .title h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: bold;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
	margin-bottom: -4px;
}

.young-architects .young-head .title h4 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
	text-transform: capitalize;
}

.young-architects .young-head .btn {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: right;
	color: var(--coral);
	border: 1px solid var(--coral);
	display: flex;
	align-items: center;
	gap: 28px;
	line-height: 25px;
	border-radius: 0px;
	padding: 17px 27px 16px 27px;
	box-shadow: none;
	margin-top: 27px;
}

.young-architects .young-head img {
	filter: invert(72%) sepia(70%) saturate(5832%) hue-rotate(334deg) brightness(104%) contrast(101%);
	width: 25.4px;
	height: 22.8px;
	transform: rotate(180deg);
	transition: 0.3s;
	object-fit: cover;
}

.young-architects .young-head .btn:hover img {
	transform: rotate(180deg) translateX(5px);
}

.young-architects {
	padding-top: 119px;
}

.young-architects .young-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
	padding-bottom: 22px;
}

.young-architects .tags li {
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	text-align: center;
	color: var(--coral);
	background-color: rgb(255 221 213);
	padding: 5px 9px 2px 8px;
	min-width: 104px;
}

.young-architects .box .text-wraper {
	padding-top: 0px;
}

.young-architects .box .img-wraper {
	width: 276px;
	min-width: 276px;
	height: 361px;
	position: relative;
}

.young-architects .box .img-wraper img {
	object-fit: cover;
}

.young-architects .box {
	display: flex;
	gap: 60px;
	padding-top: 58px;
	position: relative;
}

.young-architects .box .tags {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.young-architects .col-lg-6:nth-child(1) .box:after,
.young-architects .col-lg-6:nth-child(2) .box:after {
	display: none;
}

.young-architects .box:after {
	height: 1px;
	content: '';
	position: absolute;
	top: 0px;
	width: calc(100% - 100px);
	right: 0px;
	background-color: #000;
}

.young-architects .row {
	row-gap: 46px;
}

.young-architects .box .img-wraper:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: linear-gradient(176deg, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0) 52%);
}

.young-architects .box .text-wraper {
	padding-top: 41px;
}

.young-architects .box .text-wraper .date {
	font-family: var(--greycliff);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: normal;
	display: block;
	margin-bottom: 5px;
	color: var(--black);
}

.young-architects .box .text-wraper h4 {
	margin: 0px 0px 6px 0px;
	font-family: var(--greycliff);
	font-size: 30px;
	font-weight: 500;
	line-height: 39.9px;
	letter-spacing: normal;
	color: var(--black);
}

.young-architects .box .text-wraper p {
	margin: 0px 0px 26.3px 0px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: normal;
	color: var(--black);
}

.inspiration-section {
	padding-top: 98px;
	margin-bottom: 166px;
}

.inspiration-section .inspiration-head .title h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: bold;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: var(--black);
	margin-bottom: -3px;
}

.inspiration-section .inspiration-head .title h4 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	line-height: 64.8px;
	letter-spacing: 1.2px;
	color: #000;
	text-transform: capitalize;
}

.inspiration-section .inspiration-head .btn {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: right;
	color: var(--coral);
	border: 1px solid var(--coral);
	display: flex;
	align-items: center;
	gap: 20px;
	line-height: 25px;
	border-radius: 0px;
	padding: 17px 52px 16px 48px;
	box-shadow: none;
	margin-top: 26px;
}

.inspiration-section .inspiration-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
}

.inspiration-section .inspiration-head .btn img {
	filter: invert(72%) sepia(70%) saturate(5832%) hue-rotate(334deg) brightness(104%) contrast(101%);
	width: 25.4px;
	height: 22.8px;
	transform: rotate(180deg);
	transition: 0.3s;
	object-fit: cover;
}

.inspiration-section .inspiration-head .btn:hover img {
	transform: rotate(180deg) translateX(5px);
}

.inspiration-section .slid .img-wraper:after {
	background-image: linear-gradient(173deg, rgba(0, 0, 0, 0.5) 7%, rgba(0, 0, 0, 0) 52%);
	content: '';
	position: absolute;
	top: 0px;
	transform: rotate(180deg);
	width: 100%;
	left: 0px;
	height: 100%;
}

.inspiration-section:hover .slick-arrow {
	opacity: 1;
}

.inspiration-section .slick-arrow {
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: solid 1.5px #000;
	z-index: 1;
	background-color: #fff;
	transition: 0.3s;
	opacity: 0;
	top: 40%;
}

.inspiration-section .slick-next {
	left: -26px;
	right: auto;
	transform: rotate(180deg) !important;
	z-index: 1;
}

.inspiration-section .slick-prev {
	right: 36px;
	left: auto;
}

.inspiration-section .slick-disabled {
	display: none !important;
}

.inspiration-section .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.inspiration-section .slid {
	margin: 0px 8px;
}

.inspiration-section .slid .img-wraper {
	height: 450px;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
}

.inspiration-section .slid .img-wraper::before {
	background-image: url("../images/inspiration-plus.webp");
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.5s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.inspiration-section .slid:hover .img-wraper::before {
	transform: translateY(0%);
}

.inspiration-section .views {
	display: flex;
	gap: 16px;
	position: absolute;
	bottom: 35px;
	transition: 0.3s;
	transform: translateY(60px);
	left: 29px;
	z-index: 1;
}

.inspiration-section .slid:hover .views {
	transform: translateY(0px);
}

.inspiration-section .views li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: var(--white);
	font-weight: 500;
	flex-direction: row-reverse;
	align-items: center;
	font-family: var(--greycliff);
}

.inspiration-section .views .heart {
	background-image: url("../images/heart.png");
	width: 16.5px;
	height: 15.1px;
}

.inspiration-section .views span {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.inspiration-section .views .eye {
	width: 22.2px;
	height: 15.1px;
	background-image: url("../images/eye.png");
}

.inspiration-section .slid img:not(.user) {
	object-fit: cover;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.inspiration-section .slid .text h4 {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: normal;
	color: #2e2c2a;
}

.inspiration-section .slid .text p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: normal;
	color: #2e2c2a;
	max-width: 332px;
}

.inspiration-section .slid .text span {
	font-family: var(--greycliff);
	font-size: 18px;
	line-height: 27px;
	letter-spacing: normal;
	color: #4d6b9d;
}

.inspiration-section .dor-wrap p {
	min-width: 58px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: left;
	color: var(--black);
}

.inspiration-section .dor-wrap .slick-dots {
	position: relative;
	display: flex;
	align-items: center;
	bottom: 0;
}

.inspiration-section .dor-wrap {
	position: absolute;
	display: flex;
	width: 100%;
	right: 0px;
	align-items: center;
	top: 0px;
}

.inspiration-section .slick-list {
	padding-top: 74px;
}

.inspiration-section .dor-wrap .slick-dots:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.inspiration-section .dor-wrap .slick-dots li {
	height: 0px;
	width: 100%;
	background-color: #000;
	margin: 0;
	margin-top: -2px;
}

.inspiration-section .dor-wrap .slick-dots li.slick-active {
	height: 5px;
}

.website-section {
	display: flex;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.website-section .img-wraper {
	height: 649px;
	width: 50%;
}

.website-section .img-wraper img {
	object-fit: cover;
}

.website-section .text-wraper {
	background-color: var(--coral);
	width: 50%;
	padding: 100px 140px 20px 20px;
}

.website-section .text-wraper h3 {
	font-family: var(--greycliff);
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: normal;
	max-width: 660px;
	color: var(--white);
	margin-bottom: 40px;
}

.website-section .text-wraper .btn {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: right;
	color: var(--white);
	border: 1px solid var(--white);
	display: flex;
	align-items: center;
	gap: 16px;
	line-height: 25px;
	border-radius: 0px;
	justify-content: center;
	padding: 17px 10px 16px 30px;
	box-shadow: none;
	max-width: 403px;
}

.website-section .text-wraper .btn span {
	height: 24px;
	width: 24px;
	background-image: url("../images/architecture-arrow.svg");
	background-size: 54px 62px;
	background-position: center;
	display: block;
	background-size: inherit;
}


.footer {
	min-height: 492px;
	background-color: #313131;
	padding-top: 100px;
	padding-bottom: 55px;
	overflow: hidden;
}

.footer .btns {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 260px;
	margin-left: 60px;
}

.footer .btns a {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 300;
	letter-spacing: normal;
	color: var(--white);
	border: 1px solid var(--white);
	display: flex;
	align-items: center;
	gap: 0px;
	line-height: 25px;
	border-radius: 0px;
	justify-content: center;
	padding: 20px 30px 15px 30px;
	transition: 0.3s;
}

.footer .btns .org {
	background-color: var(--coral);
}

.footer .btns .org:hover {
	color: #000;
	background-color: #fff;
}

.footer .btns .dark {
	background-color: rgba(255, 255, 255, 0.43);
}

.footer .custom-row {
	display: flex;
	gap: 0px;
}

.footer .custom-row h4 {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 16px;
}

.footer .custom-row ul li a {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 18px;
	transition: 0.3s;
}

.footer .custom-row ul li:hover a {
	border-color: #4d6b9d;
}

.footer .custom-row ul li:last-of-type a {
	margin: 0px;
}

.footer .form {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #fff;
	margin-bottom: 55px;
	padding-bottom: 10px;
}

.footer .form .input {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #fff;
}

.footer .footer-column {
	width: 100%;
}

.footer .footer-col-1 {
	max-width: 261px;
}

.footer .footer-col-2 {
	max-width: 220px;
}

.footer .footer-col-3 {
	max-width: 220px;
}

.footer .footer-col-4 {
	max-width: 207px;
}

.footer .footer-col-5 {
	max-width: 416px;
}

.footer .form .input::placeholder {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	color: var(--white);
}

.footer .form .search-btn {
	height: 24px;
	width: 24px;
	background-image: url("../images/architecture-arrow.svg");
	background-size: inherit;
	background-position: center;
	display: block;
	z-index: 99999;
	cursor: pointer;
}

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

.footer .socials ul {
	display: flex;
	gap: 31px;
}

.footer .socials ul li a {
	width: 70px;
	height: 70px;
	border: solid 1px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.footer .socials p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #fff;
}

.footer .socials ul li a img {
	object-fit: scale-down;
}

.architecture-slider-section .link {
	position: absolute;
	bottom: 0px;
	left: 40px;
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.48px;
	writing-mode: vertical-lr;
	z-index: 9;
	color: #fff;
}

.architecture-slider-section .side-link {
	display: none;
}


.website-section ul {
	-webkit-text-stroke: 1.5px #fff;
	font-family: var(--greycliff);
	font-size: 200px;
	font-weight: bold;
	letter-spacing: normal;
	color: transparent;
	display: flex;
	width: 100%;
	height: -webkit-fill-available;
	top: 50%;
}


.copy-right {
	border-top: 1px solid #fff;
	padding-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 122px;
}

.copy-right p {
	font-family: var(--greycliff);
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.copy-right img {
	width: 189px;
	height: 20px;
}

.architects-banner {
	padding-top: 155px;
	padding-bottom: 100px;
}

.architects-banner .title h1 {
	font-family: var(--greycliff);
	font-size: 120px;
	font-weight: 300;
	line-height: 120px;
	letter-spacing: 2.4px;
	color: var(--black);
}

.architects-banner .title h1 strong {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.architects-section .box .text p {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: normal;
	color: var(--black);
}

.architects-section .box .text h3 {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: -6px;
}

.architects-section .img-wraper {
	width: 100%;
	height: 398px;
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}

.architects-section .img-wraper img {
	object-fit: cover;
}

.architects-section .img-wraper:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../images/architects-grid-plus.svg");
	background-repeat: no-repeat;
	background-size: 106px 106px;
	margin: auto;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-position: center;
	transition: 0.3s;
	opacity: 0;
}

.architects-section {
	padding-bottom: 110px;
	overflow: hidden;
	position: relative;
}

.architects-section .row {
	row-gap: 41px;
	margin: 0px -8px;
}

.architects-section.young .see-more {
	margin: 123px auto 0px auto;
}

.architects-section.young {
	padding-bottom: 142px;
}

.architects-section .col-lg-3 {
	padding: 0px 8px;
}

.architects-section .img-wraper:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: linear-gradient(152deg, #000 9%, rgba(0, 0, 0, 0.25) 64%);
	background-repeat: no-repeat;
	transition: 0.3s;
	transform: rotate(180deg) translateY(100%);
}

.architects-section .box:hover .img-wraper:after {
	transform: rotate(180deg) translateY(0%);
}

.architects-section .box:hover .img-wraper:before {
	opacity: 1;
}

.architects-section .box:hover .img-wraper:after {
	opacity: 0.85;
}

.see-more {
	width: fit-content;
	height: 70px;
	margin: 98px auto 0px auto;
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.44px;
	color: var(--black) !important;
	padding: 0px 55px;
	line-height: 70px;
	border: 1.5px solid var(--black);
	transition: 0.3s;
}

.see-more:hover {
	background-color: var(--black);
	color: var(--white) !important;
}

.filters .search-field .input {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	color: var(--coral);

}

.filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 96px;
}

.architects-section.young .filters {
	margin-bottom: 54px;
}

.filters .search-field {
	border-bottom: 1px solid var(--coral);
	display: flex;
	align-items: end;
	padding-bottom: 10px;
	gap: 20px;
	min-width: 321px;
}

.filters .search-field .input::placeholder {
	font-size: 18px;
	font-weight: bold;
	color: var(--coral);
}

.filters .search-field .search-btn {
	background-image: url("../images/head-search-bar-icon.png");
	width: 28.1px;
	height: 28.1px;
	background-repeat: no-repeat;
}

.custom-select .data {
	height: 62px;
	width: 100%;
	border: 1.5px solid var(--coral);
	color: var(--coral);
	padding: 23px 46px 22px 69px;
	display: flex;
	align-items: center;
	position: relative;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
}

.custom-select .data:after {
	content: '';
	position: absolute;
	top: -9px;
	bottom: 0px;
	width: 20px;
	height: 20px;
	border-bottom: 1.5px solid var(--coral);
	left: 38px;
	margin: auto;
	border-right: 1.5px solid var(--coral);
	transform: rotate(46deg);
	transition: 0.3s;
}

.custom-select.show .data:after {
	transform: rotate(224deg);
	top: 8px;
}

.custom-select {
	max-width: 260px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.filters .content-left {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	align-items: center;
}

.filters .content-left p {
	min-width: 113px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.3px;
	color: #ff6543;
	text-align: left;
}

.custom-select ul {
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
	width: 100%;
	padding: 20px 26px 20px;
	transform: translateY(100%);
	position: absolute;
	background: #fff;
	z-index: 9;
	bottom: 0px;
	border: 1.5px solid var(--coral);
	border-top: 0px;
}

.custom-select ul li {
	border-bottom: 1px solid var(--coral);
	color: var(--coral);
	padding: 10px 0px;
}

.custom-select.show ul {
	opacity: 1;
	pointer-events: all;
}

.website-section ul {
	transition: 1s;
}

.marquee-wrapper {
	position: absolute;
	width: -webkit-fill-available;
	bottom: -70px;
	left: 0;
}

.marquee {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	display: inline-block;
}

.marquee li {
	display: inline-block;
	padding: 5px;
}

.inspiration-tip-section .box .img-wraper {
	height: 450px;
	margin-bottom: 31px;
	position: relative;
	overflow: hidden;
}

.inspiration-tip-section .box .img-wraper::before {
	background-image: url("../images/architects-grid-plus.svg");
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.5s;
	background-size: 106px 106px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.inspiration-tip-section .box img:not(.user) {
	object-fit: cover;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.inspiration-tip-section .box .img-wraper:after {
	opacity: 0.85;
	background-image: linear-gradient(148deg, #000 10%, rgba(0, 0, 0, 0.25) 62%);
	content: '';
	position: absolute;
	top: 0px;
	transform: rotate(180deg) translateY(-100%);
	width: 100%;
	left: 0px;
	height: 100%;
	transition: 0.5s;
}

.inspiration-tip-section .box:hover .img-wraper:after {
	transform: rotate(180deg) translateY(-0%);
}

.inspiration-tip-section .box .views {
	display: flex;
	gap: 16px;
	position: absolute;
	bottom: 29px;
	transition: 0.3s;
	transform: translateY(60px);
	left: 36px;
	z-index: 1;
}

.inspiration-tip-section .box:hover .views {
	transform: translateY(0px);
}

.inspiration-tip-section .box .text h4 {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: normal;
	color: #2e2c2a;
}

.inspiration-tip-section .box .views li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: var(--white);
	font-weight: 500;
	flex-direction: row-reverse;
	align-items: center;
	font-family: var(--greycliff);
}

.inspiration-tip-section .box .views .eye {
	width: 22.2px;
	height: 15.1px;
	background-image: url("../images/eye.png");
}

.inspiration-tip-section .box .views span {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.inspiration-tip-section .box .views .heart {
	background-image: url("../images/heart.png");
	width: 16.5px;
	height: 15.1px;
}

.inspiration-tip-section .box .text p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: normal;
	color: #2e2c2a;
	max-width: 332px;
}

.inspiration-tip-section .box .text span {
	font-family: var(--greycliff);
	font-size: 18px;
	line-height: 27px;
	letter-spacing: normal;
	display: block;
	color: #4d6b9d;
	margin-top: 2px;
}

.inspiration-tip-section .box:hover .img-wraper::before {
	transform: translateY(0%);
}

.inspiration-tip-section {
	padding-bottom: 158px;
}

.inspiration-tip-banner {
	padding-top: 157px;
	padding-bottom: 40px;
}

.inspiration-tip-banner .title h1 {
	font-family: var(--greycliff);
	font-size: 120px;
	font-weight: 300;
	line-height: 120px;
	letter-spacing: 2.4px;
	color: var(--black);
	margin-bottom: 30px;
	margin-right: -10px;
	text-transform: capitalize;
}

.inspiration-tip-banner .title h1 strong {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-bottom: 11px;
}

.breadcrumbs a {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
	color: #4d6b9d;
	position: relative;
}

.breadcrumbs a:not(:first-of-type):after {
	content: ">";
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
	color: #4d6b9d;
	right: -20px;
}

.inspiration-tip-banner .title p {
	font-family: var(--greycliff);
	font-size: 24px;
	font-weight: 300;
	line-height: 35.04px;
	letter-spacing: 0.48px;
	max-width: 1168px;
}

/*.inspiration-tip-section .col-lg-4 {*/
/*padding: 0px 8px;*/
/*}*/

.inspiration-tip-section .row {
	row-gap: 15px;
}

.residence-section .col-lg-3 {
	padding: 0px 8px;
}

.inspiration-tip-section .see-more {
	margin: 153px auto 0px auto;
}

.residence-section .row {
	row-gap: 82px;
}

.residence-section {
	padding-bottom: 178px;
}

.residence-section .see-more {
	margin-top: 136px;
}

.residence-section .box .img-wraper {
	height: 331px;
	margin-bottom: 22px;
	position: relative;
	overflow: hidden;
}

.residence-section .box .img-wraper::before {
	background-image: url("../images/architects-grid-plus.svg");
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	pointer-events: none;
	transition: 0.5s;
	background-size: 106px 106px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.residence-section .box img:not(.user) {
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}

.residence-section .box .img-wraper:after {
	opacity: 0.51;
	background-image: linear-gradient(180deg, #000 100%, rgba(0, 0, 0, 0.68) 23%);
	content: '';
	position: absolute;
	top: 0px;
	transform: rotate(180deg) translateY(-100%);
	width: 100%;
	left: 0px;
	height: 100%;
	transition: 0.5s;
}

.residence-section .box:hover .img-wraper:after {
	transform: rotate(180deg) translateY(-0%);
}

.residence-section .box .views {
	display: flex;
	gap: 16px;
	position: absolute;
	bottom: 23px;
	transition: 0.3s;
	transform: translateY(60px);
	left: 29px;
	z-index: 1;
}

.residence-section .box:hover .views {
	transform: translateY(0px);
}

.residence-section .box .text h4 {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: normal;
	color: #2e2c2a;
	margin-bottom: 4px;
}

.residence-section .box .views li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: var(--white);
	font-weight: 500;
	flex-direction: row-reverse;
	align-items: center;
	font-family: var(--greycliff);
}

.residence-section .box .views .eye {
	width: 22.2px;
	height: 15.1px;
	background-image: url("../images/eye.png");
}

.residence-section .box .views span {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.residence-section .box .views .heart {
	background-image: url("../images/heart.png");
	width: 16.5px;
	height: 15.1px;
}

.residence-section .box .text p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: normal;
	color: #2e2c2a;
	max-width: 332px;
	margin-bottom: 9px;
}

.residence-section .box .text .tags {
	display: flex;
	gap: 8px;
}

.residence-section .box .text .tags li {
	line-height: 14px;
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	text-align: center;
	color: var(--coral);
	background-color: rgb(255 221 213);
	padding: 5px 9px 3px 8px;
}

.residence-section .box:hover .img-wraper::before {
	transform: translateY(0%);
}

.inspiration-tip-section {
	padding-bottom: 158px;
}

.residence-banner {
	padding-top: 110px;
	padding-bottom: 45px;
}

.residence-banner .title h1 {
	font-family: var(--greycliff);
	font-size: 120px;
	font-weight: 300;
	line-height: 120px;
	letter-spacing: 2.4px;
	color: var(--black);
	margin-bottom: 30px;
	text-transform: capitalize;
}

.residence-banner .title h1 strong {
	display: block;
	font-weight: bold;
	margin-bottom: -10px;
}

.residence-banner .title p {
	font-family: var(--greycliff);
	font-size: 24px;
	font-weight: 300;
	line-height: 35.04px;
	letter-spacing: 0.48px;
	max-width: 1162px;
}

.residence-section .filters {
	margin-bottom: 75px;
}

.about-banner {
	padding-top: 146px;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}

.about-banner h1 {
	font-family: var(--greycliff);
	font-size: 90px;
	font-weight: 300;
	line-height: 1.04;
	letter-spacing: 2.4px;
	color: #000;
	margin-bottom: 70px;
}

.about-banner h1 strong {
	font-size: 105px;
	font-weight: bold;
	display: block;
	letter-spacing: 2.1px;
	margin-bottom: 7px;
}

.about-banner span {
	font-size: 120px;
}

.about-banner p {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: normal;
	color: var(--black);
	max-width: 1009px;
	margin-bottom: 38px;
}

.about-banner p.eng {
	font-family: var(--Montserrat);
	text-align: left;
	padding-left: 42px;
	margin-bottom: 23px;
}

.about-banner:after {
	width: 780px;
	height: 780px;
	background-image: url("../images/about-banner-effect.webp");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -28px;
	left: 0px;
	background-position: center;
	transform: translateX(-208px);
	content: '';
}

.academic-committee {
	background-color: #c3c6f7;
	padding-top: 87px;
	padding-bottom: 51px;
	position: relative;
	z-index: 1;
}

.academic-committee h2 {
	font-family: var(--greycliff);
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 50px;
	left: 10px;
	position: relative;
}

.academic-committee .box .img-wraper {
	width: 100%;
	height: 398px;
	margin-bottom: 17px;
}

.academic-committee .box .img-wraper img {
	object-fit: cover;
}

.academic-committee .box p {
	font-family: var(--greycliff);
	font-weight: 300;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: normal;
	color: var(--black);
}

.academic-committee .row {
	row-gap: 30px;
	margin: 0px -16px;
}

.academic-committee .col-lg-3 {
	padding: 0px 8px;
}

.academic-committee .box h3 {
	font-family: var(--greycliff);
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: normal;
	text-align: right;
	color: var(--black);
}

.academic-committee::before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 263px;
	height: 448px;
	background-image: url("../images/academic-committee-before.webp");
	z-index: -1;
}

.academic-committee::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 686px;
	height: 566px;
	background-image: url("../images/academic-committee-after.webp");
	z-index: -1;
}

.founder {
	margin-top: 164px;
	margin-bottom: 240px;
}

.founder .custom-row {
	display: flex;
	justify-content: space-between;
}

.founder .text {
	padding-top: 111px;
}

.founder .text h3 {
	max-width: 1080px;
	font-family: var(--opensans);
	font-size: 40px;
	font-style: italic;
	line-height: 55px;
	letter-spacing: 0.2px;
	color: var(--black);
	position: relative;
	padding: 0px 39px;
	margin-bottom: 19px;
	font-weight: normal;
}

.founder .text h3:after {
	/*font-family: var(--opensans);*/
	/*font-size: 100px;*/
	/*font-style: italic;*/
	/*letter-spacing: 0.5px;*/
	/*text-align: right;*/
	/*color: #000;*/
	/*position: absolute;*/
	/*height: fit-content;*/
	/*top: -50px;*/
	/*right: 0px;*/
	/*content: '"';*/

	content: '';
	background-image: url(../images/starting-icon.png);
	background-repeat: no-repeat;
	width: 50px;
	background-size: cover;
	position: absolute;
	height: 100px;
	right: 0;
	top: -100px;
}

.founder .text h3:before {
	/*font-family: var(--opensans);*/
	/*font-size: 100px;*/
	/*font-style: italic;*/
	/*letter-spacing: 0.5px;*/
	/*text-align: right;*/
	/*color: #000;*/
	/*position: absolute;*/
	/*height: fit-content;*/
	/*bottom: -70px;*/
	/*left: 0px;*/
	/*content: '"';*/
	content: '';
	background-image: url("../images/closing-icon.png");
	background-repeat: no-repeat;
	width: 50px;
	background-size: cover;
	position: absolute;
	height: 100px;
	left: -10px;
	bottom: -60px;
}

.founder .img-wraper {
	position: relative;
	width: 477px;
	height: 576px;
}

.founder .img-wraper img:not(.signature) {
	object-fit: cover;
}

.founder .img-wraper img.signature {
	right: -72px;
	width: 266px;
	height: 160px;
	object-fit: contain;
	position: absolute;
	bottom: -70px;
}

.founder ul {
	display: flex;
	gap: 20px;
}

.founder ul li {
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: 600;
	color: #000;
	position: relative;
}

.founder ul li:not(:first-of-type):after {
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
	color: #000;
	content: "|";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -11px;
}

.founder .sub-text {
	display: flex;
	gap: 13px;
	padding: 0px 39px;
}

.founder .sub-text p {
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000;
}

.question-section .form-wraper .title {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 55px;
	margin-bottom: 34px;
	color: #000;
}

.question-section .form-wraper .title h1,
.question-section .form-wraper .title h3 {
	font-size: 60px;
	font-weight: 600;
}

.question-section .form-wraper .input-row {
	display: flex;
	gap: 14px;
}

.question-section .form-wraper .input {
	width: 100%;
	height: 89px;
	font-family: var(--greycliff);
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;
	color: #000;
	padding: 37.5px 15px 29.5px 18.5px;
	border: solid 0.6px #000;
	position: relative;
}

.question-section .form-wraper .input:after {
	content: '';
}

.question-section .form-wraper textarea {
	width: 100%;
	height: 238px;
	font-family: var(--greycliff);
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;
	color: #000;
	padding: 33.9px 14px 22.1px 16.5px;
	border: solid 0.6px #000;
	resize: none;
}

.question-section .form-wraper .input::placeholder,
.question-section .form-wraper textarea::placeholder {
	font-family: var(--greycliff);
	font-size: 20px;
	font-weight: 300;
	color: #000;
	-webkit-text-stroke: 1px;
}

.question-section .form-wraper .textarea {
	margin-bottom: 33px;
}

.question-section .form-wraper .submit {
	width: 254.5px;
	height: 60px;
	padding: 16.9px 68.6px 18.2px 69px;
	border: solid 1.5px #ff6543;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	color: #ff6543;
	text-align: right;
	background-image: url("../images/arrow-left-pink.png");
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: 69px center;
	display: block;
}

.question-section .form-wraper {
	max-width: 966px;
	margin-bottom: 288px;
}

.question-section .form-wraper .input-wraper {
	width: 100%;
	margin-bottom: 45px;
}

.question-section .form-wraper .input-row .iput-wraper {
	width: 50%;
}

.question-section {
	padding-top: 205px;
	overflow: hidden;
	position: relative;
	padding-bottom: 178px;
}

.question-effect {
	position: absolute;
	top: 109px;
	left: -176px;
	width: 866px;
	height: 828.4px;
	background-image: url("../images/question-effect.webp");
	background-repeat: no-repeat;
	background-size: contain;
}

.question-effect:after {
	width: 496px;
	height: 496px;
	background-image: url("../images/question-effect-after.webp");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -213px;
	right: 40px;
	z-index: -1;
	content: '';
}

.question-section .numbers {
	max-width: 966px;
	border-left: 1px solid #707070;
	width: 100%;
	margin-left: 131px;
}

.question-section .custom-row {
	display: flex;
}

.question-section .custom-row h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 600;
	letter-spacing: normal;
	color: #c3c6f7;
	margin-bottom: 60px;
}

.question-section .numbers .column:first-of-type {
	max-width: 557px;
	width: 100%;
}

.question-section .numbers .column :is(a, p) {
	font-family: var(--greycliff);
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: normal;
	color: #000;
	margin-bottom: 12px;
}

.question-section .numbers .column :is(a, p):last-of-type {
	margin-bottom: 0px;
}

.question-section .numbers .column h4 {
	font-family: var(--greycliff);
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}

.question-section .links ul {
	display: flex;
	gap: 70px;
}

.question-section .links img {
	object-fit: contain;
}

.for-section {
	padding-top: 246px;
	width: 100%;
	height: 976px;
	object-fit: contain;
	border: solid 1px #707070;
	background-color: #313131;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.for-section h1 {
	font-family: var(--greycliff);
	font-size: 180px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	color: var(--white);
	margin-bottom: 2px;
}

.for-section p {
	font-family: var(--greycliff);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-bottom: 45px;
}

.for-section .back-btn {
	width: fit-content;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: var(--coral);
	color: var(--white);
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
	border: solid 1.5px #fff;
	padding: 0px 28px;
	gap: 26px;
	margin: auto;
	padding-top: 5px;
}

.for-section .back-btn .icon {
	height: 24px;
	width: 24px;
	background-image: url("../images/architecture-arrow.svg");
	background-size: auto;
	background-position: center;
	margin-top: -5px;
	transition: 0.3s;
}

.for-section .back-btn:hover .icon {
	transform: translateX(-5px);
}

.for-effect {
	width: 483px;
	height: 627px;
	background-image: url("../images/for-effect.webp");
	bottom: 0px;
	right: 0px;
	position: absolute;
	z-index: -1;
}

.for-effect:after {
	position: absolute;
	top: -72px;
	left: 0px;
	width: 483px;
	z-index: -1;
	height: 701.5px;
	content: '';
	background-image: url("../images/for-after.svg");
}

.terms-section h1 {
	font-family: var(--greycliff);
	font-size: 105px;
	font-weight: bold;
	letter-spacing: 2.1px;
	color: var(--black);
	margin-bottom: -15px;
}

.terms-section {
	padding-top: 155px;
	padding-bottom: 205px;
}

.terms-section h2 {
	font-family: var(--greycliff);
	font-size: 90px;
	font-weight: 300;
	letter-spacing: 1.8px;
	margin-bottom: 36px;
	color: var(--black);
	text-transform: capitalize;
}

.terms-section :is(p, li) {
	max-width: 1380px;
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: normal;
	line-height: 36px;
	color: #000;
	margin-bottom: 37px;
}

.terms-section :is(p, li):last-of-type {
	margin-bottom: 0px;
}

.safdie-architects {
	padding-top: 137px;
	padding-bottom: 252px;
}

.safdie-architects .text-content .text h1 {
	font-family: var(--greycliff);
	font-size: 100px;
	font-weight: 600;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: -6px;
}

.safdie-architects .text-content .text {
	max-width: 812px;
	padding-top: 0;
	width: 100%;
	position: relative;
	top: -12px;
}

.safdie-architects .text-content .text h2 {
	font-family: var(--greycliff);
	font-size: 90px;
	font-weight: 300;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 40px;
	text-transform: capitalize;
}

.safdie-architects .text-content .text p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 21.96px;
	letter-spacing: normal;
	color: var(--black);
	max-width: 749px;
	margin-bottom: 37px;
}

.safdie-architects .text-content .text p.eng {
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
}

.safdie-architects .text-content .img-wraper {
	width: 690px;
	height: 751px;
}

.safdie-architects .text-content .img-wraper img {
	object-fit: cover;
}

.safdie-architects .text-content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 126px;
}

.safdie-architects .text-content .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 65px 0 0 0px;
	border-top: 0.5px solid #000;
	padding-top: 28px;
	flex-wrap: wrap;
}

.safdie-architects .text-content .bottom .numbers {
	display: flex;
	gap: 58px;
}

.safdie-architects .text-content .bottom .numbers a {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	color: var(--black);
}

.safdie-architects .text-content .social-images {
	display: flex;
	gap: 49px;
}

/*.safdie-architects .text-content .bottom .social-images li:nth-child(1) img {*/
/*width: 21.4px;*/
/*height: 15.1px;*/
/*}*/

/*.safdie-architects .text-content .bottom .social-images li:nth-child(2) img {*/
/*width: 16.3px;*/
/*height: 16.3px;*/
/*}*/

/*.safdie-architects .text-content .bottom .social-images li:nth-child(3) img {*/
/*width: 20.9px;*/
/*height: 17px;*/
/*}*/

/*.safdie-architects .text-content .bottom .social-images li:nth-child(4) img {*/
/*width: 17px;*/
/*height: 17px;*/
/*}*/

/*.safdie-architects .text-content .bottom .social-images li:nth-child(5) img {*/
/*width: 7.8px;*/
/*height: 16.9px;*/
/*}*/

/*.safdie-architects .text-content .bottom .social-images li:nth-child(6) img {*/
/*width: 18.6px;*/
/*height: 18.6px;*/
/*}*/

.projects .custom-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.projects .box {
	width: calc(100% / 3 - 11px);
}

.projects .box .img-wraper {
	width: 100%;
	position: relative;
	height: 450px;
	margin-bottom: 20px;
	overflow: hidden;
}

.projects .box .img-wraper img {
	object-fit: cover;
}

.projects .box .img-wraper:after {
	content: '';
	opacity: 0.85;
	background-image: linear-gradient(148deg, #000 10%, rgba(0, 0, 0, 0.25) 62%);
	height: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
	transform: rotate(180deg) translateY(-100%);
	width: 100%;
	transition: 0.3s;
}

.projects .box .img-wraper:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../images/architects-grid-plus.svg");
	background-repeat: no-repeat;
	background-size: 106px 106px;
	margin: auto;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-position: center;
	transition: 0.3s;
	opacity: 0;
	transform: translateY(-100%);
}

.projects .box:hover .img-wraper::before {
	transform: translateY(0%);
	opacity: 1;
}

.projects .box:hover .img-wraper:after {
	transform: rotate(180deg) translateY(0%);
}

.projects .box h4 {
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 12px;
}

.projects .box .tags {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.projects .box .tags li {
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	text-align: center;
	padding: 0px 9px;
	color: var(--coral);
	background-color: #ffe0d9;
}

.projects .see-btn {
	width: fit-content;
	height: 70px;
	margin: 122px auto 0px;
	border: solid 1.5px #000;
	display: flex;
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.44px;
	text-align: right;
	color: var(--black);
	transition: 0.3s;
	padding: 20px 28px;
}

.projects .see-btn:hover {
	background-color: var(--black);
	color: var(--white);
}

.projects h3 {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
	color: #4d6b9d;
	margin-bottom: 38px;
}

.studio-section {
	padding-top: 86px;
	padding-bottom: 222px;
}

.studio-section .user-title {
	display: flex;
	gap: 12px;
	align-items: center;
	border-bottom: solid 0.5px #000;
	padding-bottom: 23px;
	margin-bottom: 30px;
}

.studio-section .user-title img {
	width: 48px;
	height: 48px;
	margin-left: 4px;
	border-radius: 50px;
}

.studio-section .user-title h3:not(.eng) {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 600;
	color: #4d6b9d;
}

.studio-section .user-title h3.eng {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 300;
	color: #4d6b9d;
}

.studio-section .titles {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}

.studio-section .titles h1,
.studio-section .titles h2:not(.eng) {
	font-family: var(--greycliff);
	font-size: 50px;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: normal;
	color: var(--black);
	max-width: 515px;
}

.studio-section .titles h2.eng {
	font-family: var(--greycliff);
	font-size: 45px;
	font-weight: 300;
	letter-spacing: normal;
	text-align: left;
	line-height: 63px;
	color: var(--black);
	max-width: 678px;
	text-transform: uppercase;
}

.studio-section .img {
	width: 100%;
	min-height: 783px;
	position: relative;
	margin-bottom: 72px;
}

.studio-section .img img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

/*.studio-section .img:after {*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*opacity: 0.2;*/
	/*background-image: linear-gradient(180deg, #000 100%, rgba(0, 0, 0, 0.5) 18%);*/
	/*content: '';*/
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
/*}*/

.studio-section .multipul-lists .list {
	width: 50%;
	border-left: 1px solid #000;
	padding-left: 10px;
}

.studio-section .multipul-lists {
	display: flex;
	margin-bottom: 77px;
}

.studio-section .multipul-lists .list.eng {
	border: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
}

.studio-section .multipul-lists .list.eng :is(p, li) {
	text-align: left;
	margin-right: auto;
	max-width: 723px;
}

.studio-section .multipul-lists .list p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 28.08px;
	color: var(--black);
	max-width: 723px;
	margin-bottom: 15px;
}

.studio-section .multipul-lists .list ul li strong {
	font-weight: bold;
}

.studio-section .multipul-lists .list ul li {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: normal;
	color: var(--black);
}

.masonary-images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 22px;
}

.masonary-images .img-wraper {
	width: calc(33.33% - 10px);
	margin: 0 2px;
	margin-bottom: 16px;
	box-sizing: border-box;
	overflow: hidden;
	height: fit-content;
	position: relative;
}

.masonary-images .img-wraper:after {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(157deg, #000 9%, rgba(0, 0, 0, 0.25) 66%);
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	transform: rotate(180deg);
	transition: 0.3s;
	opacity: 0;
}

.masonary-images .img-wraper:hover:after {
	opacity: 0.85;
}

.masonary-images .img-wraper img {
	width: 100%;
	height: auto;
}

.masonary-images .img-wraper p {
	position: absolute;
	bottom: 21px;
	right: 0px;
	padding-right: 29px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: var(--white);
	z-index: 1;
	transform: translateX(100%);
	transition: 0.3s;
}

.masonary-images .img-wraper:hover p {
	transform: translateX(0%);
}

.masonary-images .img-wraper span {
	font-family: var(--greycliff);
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	color: #4d6b9d;
	position: absolute;
	bottom: 18px;
	right: 14px;
	z-index: 1;
	display: block;
	padding: 4px 15px 3px 16px;
	background-color: #fff;
}

.wish-btns-wraper {
	margin: 0 3px;
	margin-bottom: 150px;
}

.wish-btns-wraper .wish-tags .sell {
	display: flex;
	align-items: center;
	gap: 9.5px;
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	color: #000;
	text-transform: uppercase;
}

.wish-btns-wraper .wish-tags {
	display: flex;
	margin-bottom: 38px;
	gap: 34px;
}

.wish-btns-wraper .sell img {
	width: 14px;
	height: 14px;
}

.wish-btns-wraper .tags {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.wish-btns-wraper .tags li {
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	color: var(--coral);
	padding: 0px 9px;
	text-transform: uppercase;
	background-color: #ffe0d9;
	display: flex;
	align-items: center;
	padding-top: 3px;
}

.wish-btns-wraper .wish-btns {
	display: flex;
	justify-content: space-between;
}

.wish-btns-wraper .wish-btns ul {
	display: flex;
	gap: 33px;
	align-items: center;
}

.wish-btns-wraper .wish-btns ul li>div,
.wish-btns-wraper .wish-btns ul li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	width: 70px;
	height: 70px;
	transition: 0.3s;
	position: relative;
	color: #000;
}

.wish-btns-wraper .wish-btns ul li div:has(span):hover,
.wish-btns-wraper .wish-btns ul li a:has(span):hover {
	width: fit-content;
	padding-left: 120px;
}

.wish-btns-wraper .wish-btns ul li div span,
.wish-btns-wraper .wish-btns ul li a span {
	display: none;
	position: absolute;
	transition: 0.3s;
	left: 15px;
	opacity: 0;
}

.wish-btns-wraper .wish-btns ul li div:hover span,
.wish-btns-wraper .wish-btns ul li a:hover span {
	display: flex;
	opacity: 1;
}

.wish-btns-wraper .wish-btns ul li div img,
.wish-btns-wraper .wish-btns ul li a img {
	object-fit: scale-down;
}

.wish-btns-wraper .back-btn {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.44px;
	padding: 19px 34px 10px;
	color: var(--black);
	border: 1.5px solid #000;
	transition: 0.3s;
}

.wish-btns-wraper .back-btn:hover {
	color: var(--white);
	background-color: var(--black);
}

.more-projects-section .title h3 strong {
	display: block;
	font-weight: 700;
	margin-bottom: -7px;
}

.more-projects-section .title h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	letter-spacing: normal;
	color: var(--black);
	text-transform: capitalize;
	margin-bottom: 46px;
}

.more-projects-section {
	padding-top: 38px;
	border-top: 1px solid #000;
}

.more-projects-section .custom-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.more-projects-section .custom-row .box {
	width: calc(100% / 3 - 11px);
}

.more-projects-section .custom-row .box .img-wraper {
	height: 450px;
	position: relative;
	margin-bottom: 26px;
}

.more-projects-section .custom-row .box .img-wraper img {
	object-fit: cover;
}

.more-projects-section .box h4 {
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 14px;
}

.more-projects-section .box .tags {
	display: flex;
	gap: 15px;
}

.more-projects-section .box .tags li {
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	color: var(--coral);
	padding: 0px 9px;
	text-transform: uppercase;
	background-color: #ffe0d9;
	display: flex;
	align-items: center;
	padding-top: 2px;
}

.chyutin-archtects-section {
	padding-top: 86px;
	padding-bottom: 184px;
}

.chyutin-archtects-section .user-title {
	display: flex;
	gap: 12px;
	align-items: center;
	border-bottom: solid 0.5px #000;
	padding-bottom: 23px;
	margin-bottom: 30px;
}

.chyutin-archtects-section .user-title img {
	width: 48px;
	height: 48px;
	margin-left: 4px;
	border-radius: 50px;
}

.chyutin-archtects-section .user-title h3:not(.eng) {
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 600;
	color: #4d6b9d;
}

.chyutin-archtects-section .user-title h3.eng {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 300;
	color: #4d6b9d;
}

.chyutin-archtects-section .titles p {
	font-family: var(--greycliff);
	font-size: 24px;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: 0.48px;
	color: var(--black);
	max-width: 1166px;
	margin-bottom: 38px;
}

.chyutin-archtects-section .titles h1,
.chyutin-archtects-section .titles h2 {
	font-family: var(--greycliff);
	font-size: 50px;
	font-weight: 600;
	line-height: 62px;
	color: var(--black);
	text-transform: uppercase;
}

.chyutin-archtects-section .img {
	width: 100%;
	height: 783px;
	position: relative;
	margin-bottom: 59px;
}

.chyutin-archtects-section .img img {
	object-fit: cover;
}

.chyutin-archtects-section .description h4 {
	font-family: var(--greycliff);
	font-size: 30px;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: normal;
	color: var(--black);
}

.chyutin-archtects-section .description {
	margin-bottom: 113px;
}

.chyutin-archtects-section .description p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: normal;
	color: var(--black);
	max-width: 1088px;
}

.chyutin-archtects-section .paragraph p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: normal;
	color: var(--black);
	max-width: 1216px;
	margin-bottom: 33px;
}

.chyutin-archtects-section .paragraph h4 {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 12px;
}

.more-projects-slider-section .title h3 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: normal;
	color: var(--black);
	text-transform: capitalize;
}

.more-projects-slider-section .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}

.chyutin-archtects-section .wish-btns-wraper {
	margin-bottom: 104px;
}

.more-projects-slider-section .title h3 strong {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.more-projects-slider-section .slid {
	margin: 0px 8px;
}

.more-projects-slider-section .slid .img-wraper {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin-bottom: 23px;
}

.more-projects-slider-section .slid .img-wraper img {
	object-fit: cover;
}

.more-projects-slider-section .slid h4 {
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
	font-family: var(--greycliff);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 12px;
}

.more-projects-slider-section .slid .tags {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.more-projects-slider-section .slid .tags li {
	font-family: var(--greycliff);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	color: var(--coral);
	padding: 0px 9px;
	text-transform: uppercase;
	background-color: #ffe0d9;
	display: flex;
	align-items: center;
}

.more-projects-slider-section .dor-wrap {
	position: absolute;
	display: flex;
	width: 100%;
	right: 0px;
	align-items: center;
	top: 0px;
}

.more-projects-slider-section .dor-wrap .slick-dots {
	position: relative;
	display: flex;
	align-items: center;
	bottom: 0;
}

.more-projects-slider-section .dor-wrap .slick-dots li {
	height: 5px;
	width: 100%;
	margin: 0;
	flex: 1;
}

.more-projects-slider-section .dor-wrap .slick-dots li.slick-active {
	background-color: #000;
}

.more-projects-slider-section .dor-wrap .slick-dots:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #000;
	bottom: 0;
	margin: auto;
}

.more-projects-slider-section .dor-wrap p {
	display: none;
}

.more-projects-slider-section .slick-list {
	padding-top: 35px;
	margin: 0px -8px;
}

.more-projects-slider-section .btn {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.44px;
	color: var(--black);
	border: solid 1.5px #000;
	display: flex;
	align-items: center;
	padding: 23px 37px;
	height: fit-content;
	line-height: normal;
	border-radius: 0px;
}

.more-projects-slider-section .btn:hover {
	background-color: var(--black);
	color: var(--white);
}

.more-projects-slider-section .slick-next {
	left: -26px;
	right: auto;
	transform: rotate(180deg) !important;
	z-index: 1;
}

.more-projects-slider-section .more-projects-slider:hover .slick-arrow {
	opacity: 1;
}

.more-projects-slider-section .slick-arrow {
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: solid 1.5px #000;
	z-index: 1;
	background-color: #fff;
	transition: 0.3s;
	opacity: 0;
}

.more-projects-slider-section .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.more-projects-slider-section .slick-disabled {
	display: none !important;
}

.more-projects-slider-section .slick-prev {
	right: 36px;
	left: auto;
}

.chyutin-archtects-section .masonary-images {
	margin-bottom: 40px;
}

.architects-incubators {
	padding-top: 165px;
	position: relative;
	overflow: hidden;
	padding-bottom: 155px;
}

.architects-incubators:after {
	position: absolute;
	top: calc(46% + 313px);
	left: -108px;
	content: '';
	background-image: url("../images/incubators-effect.svg");
	width: 496px;
	height: 496px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.architects-incubators .text-content {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 68px;
	position: relative;
}

.architects-incubators .text-content .img-wraper {
	width: 690px;
	height: 735px;
}

.architects-incubators .text-content .img-wraper img {
	object-fit: cover;
}

.architects-incubators .text-content .text {
	padding-top: 66px;
	max-width: 812px;
	width: 100%;
}

.architects-incubators .text-content:before {
	position: absolute;
	bottom: -280px;
	left: -251px;
	content: '';
	background-image: url("../images/incubators-effect.svg");
	width: 496px;
	height: 496px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.architects-incubators .text-content .text h1 {
	font-family: var(--greycliff);
	font-size: 100px;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: normal;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 76px;
}

.architects-incubators .text-content .text p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: normal;
	color: var(--black);
	max-width: 749px;
}

.architects-incubators .text-content .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 65px 0 0 0px;
	border-top: 1.5px solid #000;
	padding-top: 22px;
	flex-wrap: wrap;
}

.architects-incubators .text-content .social-images {
	display: flex;
	gap: 49px;
}

.architects-incubators .text-content .bottom .social-images li:nth-child(1) img {
	width: 21.4px;
	height: 15.1px;
}

.architects-incubators .text-content .bottom .social-images li:nth-child(2) img {
	width: 16.3px;
	height: 16.3px;
}

.architects-incubators .text-content .bottom .social-images li:nth-child(3) img {
	width: 20.9px;
	height: 17px;
}

.architects-incubators .text-content .bottom .social-images li:nth-child(4) img {
	width: 17px;
	height: 17px;
}

.architects-incubators .text-content .bottom .social-images li:nth-child(5) img {
	width: 7.8px;
	height: 16.9px;
}

.architects-incubators .text-content .bottom .social-images li:nth-child(6) img {
	width: 18.6px;
	height: 18.6px;
}

.architects-incubators .text-content .bottom .numbers {
	display: flex;
	gap: 58px;
}

.architects-incubators .text-content .bottom .numbers a {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	color: var(--black);
}

.architects-incubators .sub-title {
	margin-bottom: 50px;
}

.architects-incubators .sub-title h4 {
	text-transform: uppercase;
	font-family: var(--greycliff);
	font-size: 30px;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: normal;
	color: var(--black);
}

.architects-incubators .sub-title p {
	max-width: 1088px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: normal;
	color: var(--black)
}

.incubators-slider .slid {
	transition: width 0.5s;
	height: 600px;
	margin-left: 16px;
}

.incubators-slider .slid img {
	object-fit: cover;
}

.incubators-slider .slid {
	width: 398px !important;
}

body .incubators-slider .slick-current {
	width: 950px !important;
}

.incubators-slider.slider .slid {
	width: 536px !important;
}

.incubators-slider .slick-track {
	display: flex;
}

.incubators-slider .slick-next {
	left: -26px;
	right: auto;
	transform: rotate(180deg) !important;
	z-index: 1;
}

.incubators-slider .more-projects-slider:hover .slick-arrow {
	opacity: 1;
}

.incubators-slider .slick-arrow {
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: solid 1.5px #000;
	z-index: 1;
	background-color: #fff;
	transition: 0.3s;
	top: 40%;
}

.incubators-slider .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.incubators-slider .slick-disabled {
	display: none !important;
}

.incubators-slider .slick-prev {
	right: 36px;
	left: auto;
}

.incubators-slider .dor-wrap {
	position: absolute;
	display: flex;
	width: 100%;
	right: 0px;
	align-items: center;
	bottom: 0px;
}

.incubators-slider .dor-wrap .slick-dots {
	position: relative;
	display: flex;
	align-items: center;
	bottom: 0;
}

.incubators-slider .dor-wrap .slick-dots li.slick-active {
	background-color: #000;
}

.incubators-slider .dor-wrap .slick-dots:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.incubators-slider .dor-wrap .slick-dots li {
	height: 5px;
	width: 100%;
	margin: 0;
	margin-top: -2px;
}

.incubators-slider .dor-wrap p {
	min-width: 58px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: left;
	color: var(--black);
}

.incubators-slider .slick-list {
	padding-bottom: 81px;
	margin-left: 0px;
	margin-bottom: 40px;
}

.architects-incubators .paragraph {
	max-width: 1140px;
	margin-bottom: 75px;
}

.architects-incubators .paragraph p {
	margin-bottom: 28px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: normal;
	color: var(--black);
}

.architects-incubators .paragraph h5 {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 12px;
}

.incubators-slider2 .slid {
	transition: width 0.5s;
	height: 600px;
	margin-left: 16px;
}

.incubators-slider2 .slid img {
	object-fit: cover;
}

.incubators-slider2 .slid {
	width: 536px !important;
}

body .incubators-slider2 .slick-current {
	width: 950px !important;
}

.incubators-slider2 .slick-track {
	display: flex;
}

.incubators-slider2 .slick-next {
	left: -26px;
	right: auto;
	transform: rotate(180deg) !important;
	z-index: 1;
}

.incubators-slider2 .more-projects-slider:hover .slick-arrow {
	opacity: 1;
}

.incubators-slider2 .slick-arrow {
	width: 60px;
	height: 60px;
	transform: translateX(100%);
	border: solid 1.5px #000;
	z-index: 1;
	background-color: #fff;
	transition: 0.3s;
	top: 40%;
}

.incubators-slider2 .slick-arrow:after {
	left: 0 !important;
	top: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../images/arrow-slid-black.svg");
	position: absolute;
	width: 22.7px;
	margin: auto;
	right: 0;
	bottom: 0;
	height: 24.8px;
	content: '';
}

.incubators-slider2 .slick-disabled {
	display: none !important;
}

.incubators-slider2 .slick-prev {
	right: 36px;
	left: auto;
}

.incubators-slider2 .dor-wrap {
	position: absolute;
	display: flex;
	width: 100%;
	right: 0px;
	align-items: center;
	bottom: 0px;
}

.incubators-slider2 .dor-wrap .slick-dots {
	position: relative;
	display: flex;
	align-items: center;
	bottom: 0;
}

.incubators-slider2 .dor-wrap .slick-dots li.slick-active {
	background-color: #000;
}

.incubators-slider2 .dor-wrap .slick-dots:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.incubators-slider2 .dor-wrap .slick-dots li {
	height: 5px;
	width: 100%;
	margin: 0;
	margin-top: -2px;
}

.incubators-slider2 .dor-wrap p {
	min-width: 58px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: left;
	color: var(--black);
}

.incubators-slider2 .slick-list {
	padding-bottom: 67px;
	margin-left: 0px;
	margin-bottom: 40px;
}

.architects-incubators:before {
	position: absolute;
	bottom: -246px;
	right: -216px;
	content: '';
	background-image: url("../images/incubators-effect.svg");
	width: 496px;
	height: 496px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.application-section .text-content h1 strong {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.application-section .text-content h1 {
	font-family: var(--greycliff);
	font-size: 120px;
	font-weight: 300;
	line-height: 125px;
	letter-spacing: 2.4px;
	color: var(--black);
	margin-bottom: 49px;
}

.application-section .text-content {
	max-width: 918px;
}

.application-section .text-content p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
	font-family: var(--greycliff);
	color: var(--black);
	max-width: 674px;
	font-weight: 300;
}

.application-section .text-content p:first-of-type {
	margin-bottom: 36px;
}

.application-section .text-content ul {
	counter-reset: section;
	max-width: 610px;
	margin-top: 4px;
	margin-bottom: 24px;
}

.application-section {
	padding-top: 75px;
	padding-bottom: 67px;
	position: relative;
	overflow: hidden;
}

.application-section .text-content li {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
	font-family: var(--greycliff);
	color: var(--black);
	position: relative;
	padding-right: 20px;
	font-weight: 300;
}

.application-section .text-content li:after {
	counter-increment: section;
	content: counter(section);
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	right: 0px;
	position: absolute;
	color: var(--black);
	top: 0px;
}

.application-section .effect {
	position: absolute;
	left: -180px;
	top: 70px;
	background-image: url("../images/application-after.webp");
	height: 561.4px;
	width: 561.4px;
	background-size: contain;
	background-repeat: no-repeat;
}

.application-section .effect:after {
	content: '';
	position: absolute;
	left: -29px;
	top: -24px;
	background-image: url("../images/application-after-effect.svg");
	height: 709px;
	width: 709px;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
}

.application-section .custom-row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.application-section .boxes {
	display: flex;
	position: relative;
	margin-top: auto;
	max-width: 816px;
}

.application-section .boxes .box {
	min-height: 461px;
	width: 50%;
	padding: 40px 40px 0px 40px;
	display: flex;
	flex-direction: column;
	border: 1px solid #000;
}

.application-section .boxes .box:nth-child(odd) {
	background-color: var(--coral);
}

.application-section .boxes .box:nth-child(even) {
	background-color: #c3c6f7;
	border-right: 0px;
}

.application-section .boxes .box:nth-child(even) .btn {
	background-color: #e4e5f9;
}

.application-section .boxes .box h5 {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 27px;
}

.application-section .boxes .box p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color: var(--black);
	max-width: 300px;
	margin-bottom: 21px;
}

.application-section .boxes .box .price p {
	margin-bottom: 11px;
}

.application-section .boxes .box .price {
	margin-top: auto;
}

.application-section .boxes .box h6 {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: normal;
	color: var(--black);
}

.application-section .boxes .box .btn {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: normal;
	color: var(--black);
	border-radius: 0px;
	transition: 0.3s;
	border: 1px solid #000;
	display: flex;
	background-color: #ffbbac;
	margin: 28px -41px -1px;
	align-items: center;
	gap: 56px;
	padding-top: 14px;
	justify-content: center;
	height: 62px;
}

.application-section .boxes .box .btn img {
	transform: rotate(180deg);
	width: 22.7px;
	height: 24.8px;
	margin-top: -3px;
	transition: 0.3s;
}

.application-section .boxes .box .btn:hover img {
	transform: rotate(180deg) translateX(5px);
}

.application-section .downlode {
	display: flex;
	align-items: center;
	gap: 9.5px;
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: #4d6b9d;
	margin-top: 32px;
}

.application-section .downlode img {
	width: 15.8px;
	height: 14.5px;
	transition: 0.3s;
}

.application-section .downlode:hover img {
	transform: translatey(5px);
}

.application-steps .bar {
	display: flex;
	align-items: center;
	gap: 20px;
	position: absolute;
	width: 100%;
	top: 98px;
}

.application-steps .bar .progres {
	position: relative;
	height: 6px;
	width: 100%;
}

.application-steps .bar .progres:after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 1px;
	width: 100%;
	content: '';
	background-color: var(--black);
}

.application-steps .bar .progres .line {
	transition: width 0.3s;
	background-color: #000;
	height: 100%;
}

.application-steps .bar p {
	min-width: 38px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.36px;
	color: #000;
}

.application-steps .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 94px;
}

.application-steps .title h2 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 65px;
	letter-spacing: 1.2px;
	color: #000;
}

.application-steps .title h2 strong {
	font-weight: bold;
}

.application-steps .title .next-btn {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.44px;
	color: #000;
	background-color: var(--coral);
	padding: 10px 62px;
	border: 1px solid var(--black);
	text-transform: uppercase;
	padding-top: 14px;
	height: 60px;
}

.application-steps .title .next-btn.disabled {
	pointer-events: none;
	border: solid 1.5px rgba(0, 0, 0, 0.5) !important;
	background-color: #ebebeb !important;
	user-select: none;
	color: rgb(0 0 0 / 50%);
}

.application-steps {
	padding-top: 100px;
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
	min-height: 1000px;
}

/*.application-steps .step {*/
/*display: none;*/
/*}*/

.application-steps .step.show {
	display: block;
}

.application-steps .steps {
	position: relative;
}

.application-steps .steps .sub-title h4 {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: normal;
	color: var(--black);
}

.application-steps .steps .sub-title p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.36px;
	color: var(--black);
	margin-bottom: 33px;
}

.application-steps .steps .form {
	max-width: 1225px;
}

.application-steps .steps .input {
	border-bottom: 1.5px solid var(--black);
	padding-bottom: 16px;
	width: 100%;
}

.application-steps .input::placeholder {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0.36px;
	color: var(--black);
}

.application-steps .steps .form .btn-wraper {
	display: flex;
	align-items: center;
}

.application-steps .steps .form .btn-wraper .btn {
	background-color: var(--coral);
	color: var(--black);
	border: 1.5px solid var(--black);
	padding: 0px 17px;
	display: flex;
	align-items: center;
	height: 60px;
	border-radius: 0px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.36px;
	padding-top: 5px;
	white-space: nowrap;
	margin: 0px -1px;
}

.application-steps .steps .form .btn-wraper .btn.dis {
	font-weight: normal;
	background-color: #ebebeb;
	color: rgb(0 0 0 / 50%);
}

.application-steps .steps .form .input-row {
	display: flex;
	align-items: baseline;
	width: 100%;
	gap: 20.5px;
}

.application-steps .steps .form .input-wraper {
	width: 100%;
	margin-bottom: 55px;
}

.application-steps .steps .form .input-row .input-wraper {
	max-width: 394px;
}

.application-steps .steps .form .btn-wraper p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: var(--black);
	margin-left: 22px;
	width: 138px;
}

.application-steps .steps .form .second {
	max-width: 808px;
	margin-bottom: 100px;
}

.application-steps .info-title {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--coral) !important;
	cursor: pointer;
	margin-bottom: 35px;
	display: block;
	width: fit-content;
}

.user-item .img-uplode {
	width: 80px;
	min-width: 80px;
	height: 80px;
	position: relative;
	margin-left: 24px;
}

.user-item .img-uplode:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: -15px;
	width: 30px;
	height: 30px;
	border: 1.5px solid #000;
	background-color: #fff;
	background-image: url("../images/noun-edit.svg");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.user-item .img-uplode input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.user-item {
	display: flex;
	align-items: end;
	max-width: 948px;
	gap: 21px;
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
}

.clone {
	display: none;
}

.user-item .input-field {
	width: 100%;
}

.application-steps .user-profile-list {
	margin-bottom: 15px;
	overflow: hidden;
}

.application-steps .downlode {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: #4d6b9d;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 9px;
}

.application-steps .downlode img {
	height: 14px;
	width: fit-content;
}

.application-steps .org {
	color: var(--coral) !important;
	font-weight: bold !important;
}

.step:nth-child(4) .sub-title p:first-of-type {
	margin: 0;
}

.application-steps .steps .form .second+.sub-title {
	margin-bottom: 16px;
	overflow: hidden;
}

.application-steps .steps .form .info-title:not(.add-more) {
	margin-top: 0px;
}

.application-steps .payment-wraper {
	margin-top: 33px;
}

.application-steps .go-back {
	display: flex;
	border: 1.5px solid var(--black);
	background-color: var(--coral);
	height: 60px;
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.44px;
	color: var(--black);
	padding: 0px 20px;
	align-items: center;
	width: fit-content;
	margin-top: 60px;
	padding-top: 2px;
}

.application-steps .inner-step {
	display: none;
}

.application-steps .inner-step.show {
	display: block;
}

.step-effect {
	width: 558px;
	height: 558px;
	background-image: url("../images/step-effect.webp");
	background-repeat: no-repeat;
	position: absolute;
	bottom: -15px;
	left: -160px;
	background-position: center;
	background-size: contain;
	display: none;
}

.step-effect.show {
	display: block;
}

.step-effect:after {
	width: 351.9px;
	height: 351.9px;
	background-image: url("../images/step-effect-after.webp");
	background-repeat: no-repeat;
	position: absolute;
	right: -202px;
	top: 16px;
	background-position: center;
	background-size: contain;
	z-index: -1;
	content: '';
}

.project-steps .uplode-steps .title h1,
.project-steps .uplode-steps .title h2 {
	font-family: var(--greycliff);
	font-size: 60px;
	font-weight: bold;
	line-height: 65px;
	letter-spacing: 1.2px;
	color: var(--black);
}

.project-steps {
	padding-top: 100px;
	padding-bottom: 126px;
	overflow: hidden;
	position: relative;
	min-height: 959px;
}

.project-steps .uplode-steps .title {
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;
	padding-bottom: 44px;
}

.project-steps .uplode-steps .title .next-btn {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.44px;
	color: #000;
	background-color: var(--coral);
	padding: 10px 62px;
	border: 1px solid var(--black);
	text-transform: uppercase;
	padding-top: 14px;
	height: 60px;
}

.project-steps .uplode-steps .title .next-btn.dis {
	border: solid 1.5px rgba(0, 0, 0, 0.5) !important;
	background-color: #ebebeb !important;
	pointer-events: none;
	user-select: none;
}

.project-steps .uplode-steps .sub-title h4 {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--black);
}

.project-steps .uplode-steps .sub-title p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: normal;
	color: var(--black);
	margin-bottom: 53px;
}

.project-steps .uplode-steps .form {
	max-width: 1225px;
}

.project-steps .form .input-row {
	display: flex;
	align-items: baseline;
	width: 100%;
	gap: 20.5px;
}

.project-steps .uplode-steps .form .input {
	border-bottom: 1.5px solid var(--black);
	padding-bottom: 16px;
	width: 100%;
}

.project-steps .uplode-steps .form .input::placeholder {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0.36px;
	color: var(--black);
}

.project-steps .form .input-row .input-wraper {
	max-width: 394px;
}

.project-steps .form .input-wraper {
	width: 100%;
	margin-bottom: 55px;
}

.user-project-list .project-item .img-uplode input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.project-item {
	display: flex;
	align-items: end;
	gap: 21px;
	margin-bottom: 40px;
	width: 100%;
}

.project-item .input-field {
	width: 100%;
}

.user-project-list .project-item .img-uplode {
	width: 80px;
	min-width: 80px;
	height: 80px;
	position: relative;
	margin-left: 24px;
}

.user-project-list {
	overflow: hidden;
	margin-bottom: 16px;
}

.project-steps .info-title:not(.add-more) {
	margin-top: 65px;
}

.project-steps .info-title.add-more {
	margin-bottom: 95px;
}

.user-project-list .img-uplode:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: -15px;
	width: 30px;
	height: 30px;
	border: 1.5px solid #000;
	background-color: #fff;
	background-image: url("../images/noun-edit.svg");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.project-steps .info-title {
	margin-bottom: 33px;
	display: flex;
	/*gap: 10px;*/
	gap: 0;
	align-items: center;
}

.project-steps .info-title .org {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--coral);
}

.project-steps .info-title p {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.36px;
	align-items: center;
	color: var(--coral);
	flex-direction: row-reverse;
	display: flex;
}

.project-steps .wpcf7-form-control-wrap {
	display: flex;
	position: relative;
}

.project-steps ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.project-steps .project-cateogories-checkboxes label {
	font-family: var(--greycliff);
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: var(--coral);
	/*padding: 3px 19px 0px;*/
	display: flex;
	background-color: #ffe8e3;
	align-items: center;
	width: fit-content;
	cursor: pointer;
}

.project-steps input[type="checkbox"] {
	appearance: none;
	position: absolute;
}

.project-steps input:checked+span,
.project-steps input:checked+label {
	background-color: var(--coral);
	color: var(--white);
}

.uplode-steps .step {
	display: none;
}

.uplode-steps .step.show {
	display: block;
}

.uplode-steps .btns {
	display: flex;
	gap: 20px;
}

.uplode-steps .btns .btn {
	padding: 16px 20px;
	color: var(--black);
	border: 1.5px solid var(--black);
	background-color: var(--coral);
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	padding-top: 17px;
}

.uplode-steps .btns .btn.dis {
	background-color: #c3c6f7 !important;
}

.repeat-effect {
	position: absolute;
	height: 515px;
	width: 515px;
	left: -152px;
	z-index: -1;
}

.repeat-effect:nth-child(2) {
	top: 456px;
}

.repeat-effect:nth-child(3) {
	top: 993px;
}

.repeat-effect:nth-child(4) {
	top: 1530px;
}

.repeat-effect:nth-child(5) {
	top: 1914px;
}

span.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: rtl;
}

.header.white .head-wraper nav ul li:hover a {
	color: #c4c6f7 !important;
}

.residence-slider-section .form p {
	height: 35px;
}

.residence-slider-section .form span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0px;
}

.footer .form .wpcf7-response-output,
.residence-slider-section .form .wpcf7-response-output {
	margin-right: 0 !important;
	padding-right: 0 !important;
	color: #fff;
	border: none;
}

.ajaxLoader,
.paymentPopup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000bf;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.ajaxLoader.shown,
.paymentPopup.shown {
	opacity: 1;
	visibility: visible;
}

.ajaxLoader .spinner-border,
.ajaxLoader .spinner-grow {
	width: 50px;
	height: 50px;
}

.paymentPopupInner {
	background-color: #fff;
	width: 500px;
	height: 735px;
}

.page-template-template-submit-project .wpcf7-response-output {
	max-width: 1680px;
	margin: 0px auto;
	padding: 0px 20px;
	width: 100%;
}

.architects-slider .slick-prev,
.architects-slider .slick-next,
.interior-design-section .slick-prev,
.interior-design-section .slick-next {
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.architects-slider:hover .slick-prev,
.architects-slider:hover .slick-next,
.interior-design-section:hover .slick-prev,
.interior-design-section:hover .slick-next {
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.head-wraper nav ul li ul li a {
	color: var(--black);
}

.single-post li.no-hover,
.single-project li.no-hover {
	cursor: pointer;
}

.footer .custom-row ul li:hover a {
	color: #4d6b9d;
	transition: 0.3s;
}

.projects .box .views {
	top: 0px;
	transform: unset;
	bottom: unset;
}

.projects .box .text {
	position: relative;
}

.projects .box:hover .views {
	transform: translateY(-65px);
}

.architects-incubators .text-content .img-wraper .author,
.safdie-architects .text-content .img-wraper .author {
	position: absolute;
	bottom: 18px;
	background: #313131;
	padding: 4px 13px;
	font-size: 17px;
	left: 24px;
	display: flex;
	font-weight: 400;
	color: #fff;
	flex-direction: row-reverse;
	gap: 12px;
}

.architects-incubators .text-content .img-wraper .author span,
.safdie-architects .text-content .img-wraper .author span {
	font-weight: 500;
}

.page-template-template-submit-project button.wpcf7-field-group-add {
	pointer-events: all;
}

.page-template-template-application button.wpcf7-field-group-add {
	position: absolute;
	bottom: -30px;
}

.page-template-template-submit-project button.wpcf7-field-group-remove,
.page-template-template-application button.wpcf7-field-group-remove {
	display: none !important;
}

.breadcrumbs a.hide-me {
	display: none;
}

.page-template-template-submit-project .project-item {
	margin-bottom: 20px;
}

.page-template-template-submit-project .uplode-steps .step.show .sub-title {
	margin-top: 120px;
}

.fancybox-container {
	z-index: 99999999;
}

.interior-design-section .slick-dots li button {
	width: 100%;
	height: 100%;
}

.about-banner p.eng strong,
.about-banner p strong {
	font-weight: 700;
}

.studio-section .multipul-lists .list p strong {
	font-weight: 700;
}

.page-template-template-submit-project .step.show input[type=file]::before {
	content: "הוספת תמונה ראשית ";
}

.copy-right p.outright-credits {
	width: -webkit-fill-available;
	text-align: right;
	padding-left: 20px;
	display: flex;
	direction: ltr;
}

.copy-right p.outright-credits a {
	color: #fff;
	padding-left: 2px;
}

img#my-img-preview {
	width: 40px;
	object-fit: contain;
	position: relative;
	top: -30px;
}

.project-steps .info-title p br {
	display: none;
}

.page-template-template-submit-project img#my-img-preview{
	width: 80px;
	min-width: 80px;
	height: 80px;
	position: relative;
	border: none;
	object-fit: cover;
	top: -50px;
}
label.project-featured-img.img-uplode:after{
	content: '';
	position: absolute;
	bottom: 17px;
	left: -15px;
	width: 30px;
	height: 30px;
	border: 1.5px solid #000;
	background-color: #fff;
	background-image: url(../images/noun-edit.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.page-template-template-submit-project .project-steps .info-title .input-field{
	margin-right: 20px;
}
.page-template-template-submit-project .project-item .input-field .input{
	width: 373px;
}
.codedropz-upload-handler {
	display: none;
}
.question-section .numbers .column a{
	margin-bottom: -25px;
}
.page-template-template-submit-project .project-steps .info-title{
	position: relative;
}
.project-steps .uplode-steps .title.second h1 {
	visibility: hidden;
}
.project-steps .uplode-steps .title.second{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 9999999;
	position: relative;
}
.page-id-1780.page-template-template-application .application-steps .title.second h2{
	visibility: hidden;
}
.page-id-1780.page-template-template-application .application-steps .title.second{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 9999999;
	position: relative;
}
.step.show input[type=file]::before{
	display: none;
}
.alt-data .wpcf7-form-control-wrap:before{
	display: none;
}
.application-section .text-content p strong{
	font-weight: bold;
}
.arch-featured-image span.wpcf7-not-valid-tip{
	position: absolute;
	top: 30px;
}
.page-template-template-submit-project span.not-valid {
	position: relative;
	top: 3px;
	right: 20px;
}
.masonary-images .img-wraper{
	position: relative;
}
.masonary-images .img-wraper:before{
	content:'';
	position: absolute;
	background-image: url("../images/plus.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
}

/**/
.application-new .text-content {
	max-width: 918px;
}

.application-new .custom-row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.application-new .boxes .box {
	min-height: 466px;
	width: 50%;
	padding: 52px 20px 0px 12px;
	display: flex;
	flex-direction: column;
	border: 1px solid #000;
}

.application-steps .boxes .box .btn:hover img {
	transform: rotate(180deg) translateX(5px);
}

.application-new .text-content h1 {
	font-family: var(--greycliff);
	font-size: 120px;
	font-weight: 300;
	line-height: 125px;
	letter-spacing: 2.4px;
	color: var(--black);
	margin-bottom: 49px;
}

.application-new .text-content h1 strong {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.application-new .effect:after {
	content: '';
	position: absolute;
	left: -16px;
	top: -24px;
	background-image: url("../images/application-after-effect.svg");
	height: 709px;
	width: 709px;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
}

.application-new .effect {
	position: absolute;
	right: -180px;
	bottom: -180px;
	background-image: url("../images/application-after.webp");
	height: 591px;
	width: 591px;
	background-size: contain;
	background-repeat: no-repeat;
}

.application-new .boxes {
	display: flex;
	position: relative;
	margin-top: auto;
	max-width: 810px;
}

.application-new .boxes .box:nth-child(odd) {
	background-color: #ffbbac;
}

.application-new .boxes .box:nth-child(even) {
	background-color: #e4e5f9;
	border-right: 0px;
}

.application-new .boxes .box .btn {
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: normal;
	color: var(--black);
	border-radius: 0px;
	transition: 0.3s;
	border: 1px solid #000;
	display: flex;
	background-color: #ff6543;
	margin: auto -21px -1px -13px;
	align-items: center;
	gap: 56px;
	padding-top: 10px;
	justify-content: center;
	height: 62px;
}

.application-new .boxes .box:nth-child(even) .btn {
	background-color: #c3c6f7;
}

.application-new .boxes .box .btn img {
	transform: rotate(180deg);
	width: 22.7px;
	height: 24.8px;
	margin-top: -3px;
	transition: 0.3s;
}

.application-new {
	padding-top: 75px;
	padding-bottom: 118px;
	position: relative;
	overflow: hidden;
}

.application-new .boxes .box h3 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: normal;
	color: #000;
	font-family: var(--greycliff);
	margin-bottom: 8px;
}

.application-new .boxes .box h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    color: #000;
    font-family: var(--greycliff);
    min-height: 43px;
    margin-bottom: 17px;
}

.application-new .boxes .box ul li {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #000;
	position: relative;
	font-family: var(--greycliff);
	padding-right: 10px;
	padding-bottom: 8px;
}

.application-new .boxes .box ul li:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #000;
	top: 10px;
	right: 0px;
	border-radius: 50px;
}

.application-new .boxes .box p {
	font-family: var(--greycliff);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: normal;
	color: #000;
}

.application-new .boxes .box p {
	display: flex;
	gap: 8px;
}

.application-new .boxes .box .sub {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
	color: #000;
	display: block;
	position: relative;
	padding-left: 9px;
	border-bottom: 2px solid #000;
	width: fit-content;
	margin-bottom: 20px;
}

.application-new .content-left {
    max-width: 736px;
    display: flex;
    flex-direction: column;
    margin-bottom: -23px;
    margin-top: 372px;
}

.application-new .para {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	color: #000;
	line-height: 22px;
	margin-bottom: 31px;
}

.application-new .steps-pay h6 {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #4d6b9d;
	line-height: 22px;
	margin-bottom: 22px;
}

.application-new .steps-pay .pay-row {
	display: flex;
	align-items: flex-start;
	gap: 92px;
	margin-bottom: 62px;
}

.application-new .steps-pay .pay-row button {
	display: flex;
	flex-direction: column;
	line-height: 22px;
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
	color: #4d6b9d;
	position: relative;	text-align: right;
}

.application-new .steps-pay .pay-row button img {
	object-fit: contain;
	max-height: 26px;
	width: fit-content;
	margin-bottom: 18px;
}

.application-new .steps-pay .pay-row button:after {
	position: absolute;
	left: -37px;
	top: 55px;
	background-image: url("../images/pay-arrow.png");
	width: 29.1px;
	height: 15.8px;
	content: '';
	transform: translateX(-100%);
	background-size: contain;
}

.application-new .steps-pay .pay-row button:last-of-type::after {
	display: none;
}

.application-new .steps-pay .pay-row button strong {
	font-size: 20px;
	font-weight: bold;
	font-family: var(--greycliff);
	letter-spacing: normal;
	color: #4d6b9d;
	margin-bottom: 5px;
	text-align: right;
}

.application-new .content-left .item button {
	font-family: var(--greycliff);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	color: #000;
	position: relative;
	width: 100%;
	text-align: right;
	padding-bottom: 13px;
}

.application-new .content-left .item {
	border-bottom: 1px solid #000;
}

.application-new .content-left .item button:after {
	position: absolute;
	top: 0px;
	bottom: 8px;
	left: 0px;
	margin: auto;
	width: 15px;
	height: 2px;
	background-color: #000;
	content: '';
}

.application-new .content-left .item button::before {
	position: absolute;
	top: 0px;
	bottom: 8px;
	left: 7.50px;
	margin: auto;
	width: 2px;
	height: 15px;
	background-color: #000;
	content: '';
}

.application-new .content-left .item.active button::before {
	opacity: 0;
}

.application-new .content-left .item p {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #000;
	font-family: var(--greycliff);
	margin-bottom: 38px;
}

.application-new .content-left .item .button {
	display: flex;
	align-items: center;
	gap: 23px;
	margin-bottom: 23px;
	color: #ff6543;
	font-family: var(--greycliff);
	font-size: 22px;
	font-weight: bold;
}

.application-new .content-left .item img {
	width: 15.8px;
	height: 14.5px;
}
.application-new .steps-pay .pay-row button{
	pointer-events: none;
}
.show-off{
	visibility: hidden;
}
.user-item .input-field.set-position {
	position: relative;
	top: -30px;
}
.cf7mls_back {float: right !important;
	text-align: right;
	margin-top: 50px !important;
}
.masonary-images .img-wraper span{
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.masonary-images .img-wraper:hover span{
	opacity: 1;
	transition: 0.5s ease-in-out;
}
.residence-slider-section .form br{
	display: none;
}
.residence-slider-section .form input.wpcf7-not-valid{
	border-bottom: 1.5px solid #000000;
}
.residence-slider-section .form p{
	display: flex;
	width: 100%;
	gap:20px;
}
.residence-slider-section .form input{
	width: 100%;
	border-bottom: 1.5px solid #fff;
}
.residence-slider-section .form .search-btn{
	border-bottom: none;
}
.residence-slider-section .wpcf7-spinner{
	position: absolute;
	top: 60px;
}
.residence-slider-section .wpcf7 form.invalid .wpcf7-response-output,
.residence-slider-section .wpcf7 form.unaccepted .wpcf7-response-output,
.residence-slider-section .wpcf7 form.payment-required .wpcf7-response-output{
	margin-top: 0;
}
.residence-slider-section .form span.wpcf7-not-valid-tip{
	display: none;
}
.application-steps .steps .input.ltr,
.project-steps .uplode-steps .form .input.ltr{
	direction: ltr;
}