@import url('https://fonts.googleapis.com/css2?family=Alatsi&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
	--color-black: #000;
	--color-lightblack: #2C2C2C;
	--color-white: #fff;
	--color-gold: #BF6A02;
	--color-grey: #C8C8C880;
	--font-alatsi: "Alatsi", sans-serif;
	--font-roboto: "Roboto", sans-serif;;
}
body {
	font-family: "Alatsi", sans-serif;
}
.max-w-1440 {
	max-width: 1440px;
	width: 92%;
	margin: 0px auto;
	box-shadow: 0px -20px 40px 0px #172F6C33;
	border-radius: 40px 40px 0px 0px;
}
.f-48-g {
	color: #ff9411;
	font-size: 48px;
	font-family: var(--font-alatsi);
}
.f-48-gg {
	color: #BF6A02;
	font-size: 48px;
	font-family: var(--font-alatsi);
}
.f-32-g {
	font-size: 32px;
	font-weight: 400;
	color: var(--color-gold);
	line-height: 64px;
}
.f-20-g {
	color: var(--color-gold);
	font-size: 20px;
	font-family: var(--font-alatsi);
}
.f-20-br {
	color: var(--color-black);
	font-size: 20px;
	font-family: var(--font-roboto);
}
.f-20-b {
	font-size: 16px;
	color: var(--color-black);
	font-family: var(--font-roboto);
	font-weight: 300;
}
.f-16-b {
	font-family: var(--font-roboto);
	font-size: 16px;
	color: var(--color-black);
}
.set-mt-80 {
	margin-top: 80px;
}
.set-mt-202 {
	margin-top: 202px;
}
/**********************************/
/*NAVBAR*/
/**********************************/
.set-navbar .nav-item .nav-link {
	color: var(--color-black);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.2em;
	font-family: var(--font-alatsi);
}
.set-navbar .nav-item .nav-link:hover {
	color: var(--color-gold);
}
/**********************************/
/*HERO*/
/**********************************/
.set-img-home {
	box-shadow: 0px -20px 40px 0px #172F6C33;
}
/*SLIDER*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.set-main-header .swiper .swiper-wrapper .swiper-slide {
    height: 80vh;
    background-color: var(--color-black);
}
.set-main-header .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.set-main-header .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    position: absolute;
    left: 140px;
    bottom: 5%;
    top: auto;
    flex-shrink: 0;
}
.set-main-header .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    position: absolute;
    left: 90px;
    bottom: 5%;
    top: auto;
    flex-shrink: 0;
}
.set-main-header .swiper-button-next:after, .set-main-header .swiper-button-prev:after {
    font-size: 14px !important;
}
.set-main-header .swiper-pagination {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    width: 40px !important;
    right: 5%;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-family: var(--font-barlow);

}
.set-main-header .swiper-pagination::before {
    content: '';
    width: 2px;
    height: 60px;
    content: '';
    background: rgba(255, 255, 255, .3);
}
.set-main-header .swiper-pagination::after {
    content: '';
    width: 2px;
    height: 60px;
    content: '';
    background: rgba(255, 255, 255, .3);
}
.set-main-header .swiper-pagination-bullet {
    color: var(--color-white) !important;
    opacity: 1 !important;
    background-color: transparent;
    font-size: 16px !important;
    height: auto !important;
    width: auto !important;
}
.set-main-header .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #e4a853 !important;   
}
.set-overlay-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 55%;
}

.set-btn-hero {
    font-weight: 400;
    font-family: var(--font-barlow);
    text-transform: uppercase;
    background: transparent;
    color: var(--color-white);
    padding: 12px 20px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: 1s;
}
.set-btn-hero:hover {
    color: var(--color-black);
    transition: 1s;
    background-color: var(--color-white);
}
.set-text-anchor {
	font-family: var(--font-alatsi);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.2em;
	color: #333333;
	text-decoration: none;
}
/**********************************/
/*ABOUT*/
/**********************************/
.set-bg-about {
	background-image: linear-gradient(to bottom, rgb(255 255 255 / 88%) 0%, rgb(199 199 199 / 84%) 59%, rgb(227 227 227 / 88%) 100%), url(../images/kate-trysh-4k-Vr25YVAw.png);
	padding: 52px 22px;
	background-repeat: no-repeat;
	background-size: cover;
}
.set-card-img {
	height: 556px;
	width: 100%;
	background-image: linear-gradient(to bottom, rgb(53 52 52 / 88%) 0%, rgb(43 43 43 / 84%) 59%, rgb(54 54 54 / 88%) 100%), url(../images/residential-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.set-card-img-2 {
	background-image: linear-gradient(to bottom, rgb(53 52 52 / 88%) 0%, rgb(43 43 43 / 84%) 59%, rgb(54 54 54 / 88%) 100%), url(../images/office-1.png);
}
.set-card-img h3 {
	font-family: var(--font-roboto);
	font-size: 55px;
	font-weight: 700;
	line-height: 64px;
	color: var(--color-white);
}
.set-card-img a {
	font-family: var(--font-alatsi);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.2em;
	color: var(--color-white);
	text-decoration: none;
}
.set-btn-black {
	background-color: #292929;
	color: var(--color-white);
	padding: 22px 40px;
	font-size: 12px;
	font-family: var(--font-roboto);
	display: inline-block;
	transition: .5s;
	text-decoration: none;
	border: 2px solid #292929;
}
.set-btn-black:hover {
	opacity: 0.8;
}
/*CONTACT US*/
.set-input-all input {
	background-color: #F3F3F3;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.41px;
	letter-spacing: 0.04em;
	color: #8D8D8D;
	padding: 18px 22px;
	width: 100%;
	border: none;
	outline: none;
}
.set-input-all textarea {
	background-color: #F3F3F3;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.41px;
	letter-spacing: 0.04em;
	color: #8D8D8D;
	padding: 18px 22px;
	width: 100%;
	border: none;
	outline: none;
}

/*FOOTER*/
.set-bg-ftr-black {
	background-color: #2C2C2C;
}
.w-357 {
	width: 357px;
	flex-shrink: 0;
	min-height: 314px;
	border: 3px solid #2C2C2C;
	display: flex;
	align-items: center;
	justify-content: center;
}
.set-order-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.set-order-list li {
	margin-top: 18px;
}
.set-order-list li strong {
	font-weight: 400;
	font-size: 16px;
	color: var(--color-white);
}
.set-order-list li a {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-white);
	text-decoration: none;
}
.set-border-bottom-1 {
	border-bottom: 1px solid #545454;
}
.set-copyright {
	font-family: var(--font-roboto);
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	color: #C8C8C880;
}
.set-ul-list li {
	font-family: var(--font-roboto);
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	color: var(--color-black);
	font-style: italic;
	margin-top: 12px;
}
.set-min-h-100 {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.set-img-card {
	height: 220px;
}

.set-card-gallery {
	border: 1px solid var(--color-grey);
}
.set-card-content h2 {
	font-size: 24px;
	font-family: var(--font-roboto);
	margin-top: 8px;
}
.set-card-content p {
	font-size: 15px;
	font-family: var(--font-roboto);

}
.set-img-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.nav-tabs .nav-link {
	font-size: 16px;
	font-family: var(--font-roboto);
	font-weight: 500;
	min-width: 120px;
	color: var(--color-black);
}
.nav-tabs .nav-link.active {
	color: var(--color-gold);
}
@media only screen and (max-width: 991px) {
	
	.set-card-img h3 {
	    font-size: 42px;
	}
}
@media only screen and (max-width: 767px) {
	.w-357 {
		width: 120px;
		flex-shrink: 0;
	}
	.w-357 img {
		height: 58px;
	}
}