@import url('https://fonts.googleapis.com/css2?family=Poppins: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=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');

html {
	font-size: 16px;
	overflow-x: hidden;
	/* height: 100%; */
}

body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	/* height: 100%; */
	background: #fff;
	overflow-x: hidden;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1600px;
	}
}

:root {
	--primary: #b29767;
	--secondary: #414143;
	--white: #ffffff;
	--black: #000;
	--gary-color: #727272;
	--lightgary-color: #b2b9bd;
}

section {
	padding: 6rem 0;
	position: relative;
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	color: #555555;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--secondary);
}

h5,
h6 {
	font-family: 'Roboto', sans-serif;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

figure {
	margin: 0;
}

header {
	background: var(--black);
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.navbar-nav .nav-item .nav-link {
	font-size: 1.125rem;
	color: var(--white);
	font-weight: 400;
	padding: 0 1em;
}

.navbar-collapse {
	justify-content: flex-end;
}

.navbar-nav {
	align-items: center;
}

.themeBtn .nav-link {
	padding: 0 !important;
}

li#menu-item-23 {
	margin: 0 0 0 3rem;
}

.themeBtn {
	background: linear-gradient(to right, #fff, #fff);
	background-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: var(--primary);
	font-size: 1.3125rem;
	color: var(--white);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	display: inline-block;
	padding: 0.25em 1.5em;
	border: 1px solid var(--primary);
	transition: all 0.3s linear;
}

.themeBtn:hover {
	background-size: 100%;
	color: var(--black);
}

.mainSec {
	text-align: center;
	/* padding: 1rem 0 0;
    position: relative; */
	padding-top: 3rem;
	height: 100%;
	opacity: 1;
	/* background: url(../images/mainBg.webp) top center/auto no-repeat; */
}

/*.mainSec .scrollSequence .container {*/
/*    position: relative;*/
/*    max-width: 100%;*/
/*    z-index: 1;*/
/*}*/

.headOne {
	font-size: 3.875rem;
	font-weight: 600;
	letter-spacing: 6px;
	margin: 0 0 1rem;
	text-transform: uppercase;
	color: var(--primary);
}

.headTwo {
	font-size: 15.625rem;
	letter-spacing: 2rem;
	line-height: 0.7;
	margin: 0;
}

.headThree {
	font-size: 1rem;
	color: var(--primary);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.headThree span {
	background-color: var(--primary);
	width: 108px;
	height: 2px;
}

.headFour {
	font-size: 3.125rem;
	text-transform: capitalize;
	font-weight: 500;
	color: var(--secondary);
}

.abtImg figure {
	position: relative;
	z-index: 1;
}

.abtImg figure:before {
	content: '';
	position: absolute;
	right: 4%;
	top: -5%;
	border-width: 8px;
	border-color: var(--primary);
	border-style: solid;
	width: 510px;
	height: 443px;
	z-index: -1;
}

.abtImg figure img {
	width: 90%;
}

.aboutSec {
	padding: 3rem 0 0;
}

.abtContent {
	padding-right: 5rem;
}

.abtContent .d-flex {
	gap: 1.2rem;
}

.abtContent .d-flex .themeBtn {
	border: 2px solid #676766;
	background: transparent;
	color: #676766;
	display: inline-block;
}

.abtContent h6 {
	font-size: 1.375rem;
	color: #7a7a7a;
	font-weight: 400;
	line-height: 1.4;
	padding: 5px 0 10px 0;
}

.abtContent p {
	margin: 0 0 1rem;
}

.abtContent .d-flex .themeBtn:hover {
	background: var(--primary);
	color: var(--white);
	border: 2px solid var(--primary);
}

.portfolio {
	display: table;
	margin: 0 auto 2rem;
}

.portfolio .headFour {
	text-transform: uppercase;
	font-size: 3.5rem;
	margin: 0;
}

.portfolio .headThree {
	margin: 0;
}

.portfolioSec {
	padding: 8rem 0;
}

.servicesBox h4 {
	font-size: 1.375rem;
	position: absolute;
	bottom: 8px;
	color: var(--white);
	left: 1.875rem;
}

.servicesBox {
	position: relative;
	margin-bottom: 2rem;
}

.serviceSec {
	padding-top: 6rem;
}

.serviceSec a {
	font-size: 1.375rem;
	color: var(--primary);
	text-align: center;
	text-decoration: underline !important;
	display: block;
	font-weight: 500;
}

.userName ul {
	display: flex;
	gap: 4px;
}

.userName h4 {
	margin: 0;
	font-size: 1rem;
	color: #222222;
}

.user {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.userName ul li i {
	font-size: 0.75rem;
	color: #f5a834;
}

.reviewsBox p {
	font-size: 0.8125rem;
	color: #3d3d3d;
	font-style: italic;
	font-weight: 500;
	margin-top: 1.5rem;
}

.reviewsBox {
	border: 2px solid #ebebeb;
	padding: 1.875rem 2.5625rem 2.5rem 2.125rem;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 68px 0px rgba(231, 231, 231, 0.35);
}

.reviewHead {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}

.reviewHead h5 {
	font-size: 6.25rem;
	text-transform: uppercase;
}

.projectSec {
	background-color: var(--primary);
	padding: 4rem 0;
}

.projectSec h5 {
	color: var(--white);
	margin: 0;
}

.projectSec h6 {
	font-size: 3.125rem;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 2rem;
}

.projectSec .themeBtn {
	background-color: var(--secondary);
	border: 1px solid var(--secondary);
}

.projectSec .portfolio {
	margin: 0 auto 1rem;
}

.videoGallery .portfolio {
	margin: 0 4rem 3rem;
}

.remodelingSec {
	padding: 10rem 0 0;
}

.remodelingSec .portfolio {
	margin: 0 0 3rem;
}

.videoSec {
	padding: 0;
}

.videoSec figure {
	position: relative;
}

.videoSec figure a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoSec figure a div {
	border-radius: 50%;
	background-color: rgb(255 255 255 / 32%);
	width: 125px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 1.5rem;
}

/*Footer css start*/
footer {
	background: var(--secondary);
	/* padding: 5rem 4rem 0 8rem; */
	padding-top: 5rem;
}

footer h3 {
	font-size: 1.875rem;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	position: relative;
	margin-bottom: 1.5rem;
}

.links li a {
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.8;
	padding: 0;
}

.contInfo li a {
	font-size: 1.1rem;
	color: #fff;
	font-weight: 300;
	line-height: 2.5;
	display: flex;
	align-items: center;
	padding: 1.2rem 0;
}

footer p {
	color: #fff;
}

.footerSocial {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footerSocial li a {
	font-size: 1.25rem;
	color: var(--secondary);
	width: 55px;
	background: #fff;
	height: 55px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer h3:before {
	content: '';
	position: absolute;
	background-color: var(--primary);
	width: 60px;
	height: 3px;
	top: 48px;
}

.footerSocial li {
	/*width: 55px;
    background: #fff;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.footerSocial li a:hover {
	color: var(--primary);
}

.copyRight {
	border-top: 1px solid #6e6e70;
	padding: 2rem 0 1rem 0;
	margin-top: 3rem;
}

.links li a:hover {
	color: var(--primary);
}

.sellerSlider {
	margin-bottom: 3rem;
}

/*Footer css End*/

.preLoader {
	width: 100%;
	height: 100%;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 111;
}

.preLoader.black {
	background-color: var(--primary);
	z-index: 30;
}

.preLoader.white {
	z-index: 20;
	background-color: var(--secondary);
}

/*Inner Pages CSS*/

.innerBanner {
	padding: 6rem 0;
}

.innerBanner .headTwo {
	font-size: 6.25rem;
	text-transform: uppercase;
}

.aboutInner .row [class*='col-']:last-child {
	margin-top: 4rem;
}

.aboutInner .row + .row {
	margin-top: 6rem;
}

.aboutInner p {
	color: #888888;
}

.aboutInner .abtImg figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutInner .abtImg figure:before {
	content: none;
}

.aboutInner .abtImg {
	display: flex;
	height: 100%;
}

.serviceCard figure img {
	width: 100%;
}

.serviceCard .content h2 {
	font-size: 3.125rem;
	text-transform: capitalize;
	font-weight: 500;
}

.serviceCard .content p,
.serviceCard .content li {
	color: #888;
	line-height: 2;
}

.serviceCard + .serviceCard {
	margin-top: 7rem;
}

.areaSec .row {
	gap: 2rem 0;
}

.areaCard {
	position: relative;
	display: block;
}

.areaCard figure img {
	width: 100%;
}

.areaCard .content {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), transparent);
	padding: 1rem 2rem;
	width: 100%;
	transition: all 0.3s ease-in-out;
	height: 20%;
	display: flex;
	align-items: end;
}

.areaCard:hover .content {
	height: 100%;
}

.areaCard .content h2 {
	color: #fff;
	font-size: 1.375rem;
	text-transform: uppercase;
	margin: 0;
}

.innerReviewSec .row,
.gallerySec .row {
	gap: 1.5rem 0;
}

.contactSec > .container > .row {
	background: #f9f9f9;
	padding: 5rem 2rem;
	gap: 1.5rem 0;
}

.contactSec .row .row {
	gap: 1.5rem 0;
}

.contactSec .contactHeading {
	font-size: 3rem;
	margin-bottom: 1.25rem;
	text-align: center;
}

.contactSec .form-group {
	margin: 0;
}

.contactSec .form-group .form-control {
	transition: all 0.3s ease-in-out;
	height: 60px;
	background: #eeeeee;
	border: 1px solid #d7d7d7;
}

.contactSec .form-group .form-control:focus {
	box-shadow: none;
	outline: none;
	background: #fff;
	color: #000;
}

.checkArea {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 1rem;
}

.checkArea .checkAreaBox {
	border: 2px solid var(--primary);
	width: 50px;
	height: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkArea .checkAreaBox input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.checkArea .checkAreaBox i {
	color: var(--primary);
	font-size: 2rem;
}

.checkArea span {
	font-size: 1.375rem;
	color: var(--primary);
	text-transform: uppercase;
}

.contactSec .social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem 5rem;
	margin-top: 4rem;
}

.contactSec .social li a {
	color: #414143;
	font-size: 2rem;
	font-weight: 600;
}

.navbar-brand img {
	height: 100px;
}

.navbar-brand {
	padding: 0;
}

.foterLogo img {
	width: 100%;
}

.foterLogo {
	display: block;
	background: #000;
	padding: 15px;
}

.serviceCard .content ul {
	list-style: disc;
	list-style-position: inside;
}

.serviceCard .content ul strong {
	color: #333;
}

.serviceCard:nth-child(even) {
	flex-direction: row-reverse;
}

.areaSec ul {
	list-style-type: disclosure-closed;
	line-height: 2;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.reviewSec .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 28%;
	z-index: 10;
	cursor: pointer;
	color: #000;
	box-shadow: 0px 0px 6px 0px #00000045;
	padding: 0.5rem 1.4rem;
	border-radius: 50%;
}

.reviewSec .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -4rem;
	right: auto;
}

.reviewSec .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -4rem;
	left: auto;
}

.reviewSec .swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1.5rem;
}

.serviceIner .content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
}

.serviceIner {
	padding: 0;
}

.serviceIner > img {
	width: 100%;
}

.serviceIner .headTwo {
	color: #fff;
}
