@font-face {
	font-family: "Formula1";
	src: url("../styles/fonts/Formula1-Display-Regular.woff2") format("woff2");
	font-weight: 400;
}

@font-face {
	font-family: "Microsport";
	src: url("../styles/fonts/MicrosportBold.woff2") format("woff2");
	font-weight: 700;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("../styles/fonts/MYRIADPRO-REGULAR.woff2") format("woff2");
	font-weight: 400;
}


span,
h1,
a,
p {
	background-color: rgba(0, 0, 0, 0.005);
}

.montserrat {
	font-family: "Montserrat";
}

.poppins {
	font-family: "Poppins";
}

.big-shoulders {
	font-family: "Big Shoulders";
}

.days-one {
	font-family: "Days One";
}

.formula {
	font-family: "Formula1";
}

.microsport {
	font-family: "Microsport";
}

.playfair {
	font-family: "Playfair Display";
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extra-bold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.text-black {
	color: #000;
}

.text-white {
	color: #FFF;
}

.text-orange {
	color: #E08030;
}

.heading-text-color-light {
	color: #202020;
}

.heading-text-color-dark {
	color: #1F1F1F;
}

.text-center {
	text-align: center;
}

a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

span {
	display: inline-block;
}

.btn {
	/* width: 271px;
	height: 58px;
	background-color: #FE0000;
	text-align: center;
	margin: 0 auto;
	font-family: "Poppins";
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center; */

}


html {
	scroll-behavior: smooth;
}

img {
	-webkit-user-drag: none;
	/* Chrome, Safari */
	user-select: none;
	/* Prevents selecting the image */
}

body::-webkit-scrollbar {
	display: none;
	/* Hides the scrollbar */
}


*,
*::after,
*::before {
	box-sizing: border-box;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 100%;
	min-width: 1920px;
	margin: 0 auto;
	/* text-align: center;
	font-family: Arial; */
}

@media screen and (max-width: 1800px) {
	body {
		zoom: 80% !important;
	}
}

@media screen and (max-width: 1440px) {
	body {
		zoom: 70% !important;
	}
}

@media screen and (max-width: 1280px) {
	body {
		zoom: 50% !important;
	}
}

/* @media screen and (max-width: 1024px) {
	body {
		zoom: 50% !important;
	}
} */

@media screen and (max-width: 768px) {
	body {
		zoom: 40% !important;
	}
}

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

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

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

/* .row {
	max-width: 1200px;
	margin: 0 auto
} */

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}



.ctc-form input[type="text"],
.ctc-form input[type="email"],
.ctc-form input[type="tel"],
.ctc-form textarea {
	font-family: "Poppins";
	font-size: 16px;
	color: #000;
	height: 65px;
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 10px;
	padding-left: 25px;
	border-radius: 20px;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.45);
	border: none;
}

.ctc-form input[type="text"],
.ctc-form input[type="email"],
.ctc-form input[type="tel"] {
	width: 388px;
}

.ctc-form input[type="text"]::placeholder,
.ctc-form input[type="email"]::placeholder .ctc-form input[type="tel"]::placeholder,
.ctc-form textarea::placeholder {
	font: 400 16px "Myriad Pro";
	line-height: 1.20em;
}

.ctc-form textarea {
	max-width: 1200px;
	width: 100%;
	height: 212px;
	padding-top: 20px;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}


/*header*/

#header .row {
	max-width: 935px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 0 20px;
}

#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}

#header nav ul li a {
	color: #FFF;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #FF5F03;
}


#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}


/*inner pages*/
.inner #content {
	min-height: 800px;
	padding: 40px 0
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}

.inPrivacyBox p {
	text-align: justify !important;
}


/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/
.btn-default {
	position: relative;
	width: 300px;
	height: 64px;
	font: 400 13px "Days One";
	line-height: 30px;
	text-align: center;
	background: linear-gradient(100deg, #E18130, #FF4000 100%);
	box-shadow: inset 0 0 4px 2px rgba(140, 0, 0, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	transform: translate(0, 0);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-default span {
	position: relative;
	display: inline-block;
}

.btn-default::before,
.btn-default::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-default::before {
	top: -6px;
	left: -6px;
	border-right: none;
	border-bottom: none;
	transform: translate(6px, 6px);
}

.btn-default::after {
	bottom: -6px;
	right: -6px;
	border-left: none;
	border-top: none;
	transform: translate(-6px, -6px);
}

/* --- hover state --- */

.btn-default:hover {
	transform: translate(-4px, -4px);
	box-shadow:
		inset 0 0 4px 2px rgba(140, 0, 0, 0.65),
		8px 8px 0 0 #8C1C00;

	color: #FFF;
}

.btn-default:hover::before,
.btn-default:hover::after {
	opacity: 1;
	transform: translate(0, 0);
}

/* --- active / pressed state --- */

.btn-default:active {
	transform: translate(0, 0);
	box-shadow: inset 0 0 4px 2px rgba(140, 0, 0, 0.65);
}


header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: url("../images/assets/headerBG.webp") no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	flex-direction: row-reverse;
	position: relative;
	height: 990px;

}

#header {
	max-width: 950px;
	width: 100%;
	padding-left: 20px;
	z-index: 0;

}

#header .row {
	padding-top: 20px;
}

#header .nav-container {
	max-width: 595px;
	width: 100%;

}

#header .nav-container nav ul {
	font: 400 13px "Days One";
	letter-spacing: 0.027em;
	line-height: 1.20em;
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-shadow: 1.95px 7.05px 4px rgba(0, 0, 0, 0.65);
	align-items: center;
	height: 64px;
}

#banner {
	max-width: 990px;
	width: 100%;
	background: url("../images/assets/bannerLeft.webp") no-repeat;
	background-size: cover;
	background-position: top left;
	height: 1095px;
	position: relative;
}

#banner .row {
	width: 100%;
	padding-top: 45px;
	padding-left: 58px;
	display: flex;
	flex-direction: column;
}

#banner .row .logo {
	max-width: 454px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 200px;

}

#banner .row .logo span:last-child {
	font-size: 25px;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
	display: flex;
	margin-top: -12px;
	justify-content: center;
}

#banner .row .text {
	max-width: 625px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 65px;
	padding-bottom: 140px;
}

#banner .row .text p:first-child {
	font-size: 35px;
	letter-spacing: -0.030em;
	line-height: 1.40em;
	text-align: start;
	width: 100%;
}

#banner .row .text p:nth-child(2) {
	font-size: 18px;
	line-height: 2em;
	text-align: start;
	padding-top: 24px;
	padding-bottom: 23px;
	max-width: 523px;
	width: 100%;
}

#banner .row .text .BTN {
	width: 100%;

}

#servicesSection {
	max-width: 1805px;
	width: 100%;
	margin: 0 auto;
}

#servicesSection .row {
	width: 100%;
	display: flex;
	flex-direction: column;
	z-index: 0;
	padding-top: 160px;
	position: relative;
}



#servicesSection .row>span:first-child {
	font-size: 16px;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
	letter-spacing: 0.600em;
	color: #E08030;
}

#servicesSection .row>p:nth-child(2) {
	font-size: 27px;
	line-height: 50px;
	max-width: 1362px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;

}

#servicesSection .row .innerRow {
	max-width: 1675px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 213px;
	position: relative;
}

#servicesSection .row .innerRow .services {
	max-width: 542px;
	width: 100%;
	height: 414px;
	border: solid 3px #D6D6D6;
	background-size: cover;
	background-position: center;
	border-radius: 20px;

}

#servicesSection .row .innerRow .home {
	background: url("../images/assets/services1.webp") no-repeat;
}

#servicesSection .row .innerRow .home .offer .formula {
	max-width: 368px;
	width: 100%;
	margin: 0 auto;
}

#servicesSection .row .innerRow .fixture {
	background: url("../images/assets/services2.webp") no-repeat;
}

#servicesSection .row .innerRow .fixture .formula {
	max-width: 356px;
	width: 100%;
	margin: 0 auto;
}

#servicesSection .row .innerRow .furniture {
	background: url("../images/assets/services3.webp") no-repeat;
}

#servicesSection .row .innerRow .furniture p {
	max-width: 396px;
	width: 100%;
	margin: 0 auto;
}

#servicesSection .row .innerRow .offer {
	background-color: #FFF;
	max-width: 448px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	border-radius: 10px;
	height: 307px;
	position: relative;
	/* top: 326px; */
	margin-top: 326px;
	padding-top: 36px;
}

#servicesSection .row .innerRow .offer>p {
	width: 100%;
	text-align: center;
	line-height: 1.25em;
	letter-spacing: -0.040em;
	display: flex;
	flex-direction: column;
	font-size: 45px;
}

#servicesSection .row .innerRow .offer p:first-child span:first-child {
	color: #DE832B;

}

#servicesSection .row .innerRow .offer .formula {
	font-size: 16px;
	line-height: 30px;
}

#servicesSection .row .innerRow .BTN {
	max-width: 105px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;

	margin: 0 auto;
	padding-top: 10px;
}

#servicesSection .row .innerRow .BTN a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#servicesSection .row .innerRow .BTN a span {
	line-height: 1.20em;
	font-size: 16px;
	color: #DF812A;
	display: inline-block;
	text-decoration: underline;
}

#servicesSection .row .innerRow .BTN .arrow {
	width: 30px;
	height: 29px;
	background-color: #DE832B;
	border-radius: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
}

#servicesSection .nextAndprev {
	max-width: 1805px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
}

#servicesSection .nextAndprev .arrow {
	width: 44px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #FFF;
}

#servicesSection .nextAndprev .arrow {
	cursor: pointer;
}

#servicesSection .nextAndprev .arrow-left {
	box-shadow: -2px 7px 5px rgba(0, 0, 0, 0.30);
}

#servicesSection .nextAndprev .arrow-right {
	box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.30);
}


#contactSection {
	width: 100%;
	background: url("../images/assets/contactBG.webp") no-repeat;
	background-size: 100% 100%;
	background-position: top right;
	height: 1070px;
	position: relative;
	z-index: 1;
	margin-top: -20px;
}

#contactSection .row {
	max-width: 970px;
	width: 100%;
	background: url("../images/assets/contactLeft.webp") no-repeat;
	background-size: cover;
	background-position: top left;
	height: 1144px;
	padding-left: 20px;
	position: relative;
	top: 30px;

}

#contactSection .row .innerRow {
	max-width: 592px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 236px;
	padding-bottom: 143px;
}

#contactSection .row .innerRow p:first-child {
	width: 100%;
	text-align: center;
	color: #FFF;
	line-height: 1.40em;
	font-size: 55px;

}

#contactSection .row .innerRow p:nth-child(2) {
	max-width: 452px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	line-height: 2em;
	font-size: 19px;
	padding-top: 20px;

}

#contactSection .row .innerRow .BTN {
	width: max-content;
	margin: 0 auto;
	padding-top: 27px;

}

#aboutSection {
	background-color: #FFF;
	background: url("../images/assets/whoWeAreBG.png")no-repeat;
	background-position: top left;
	background-size: 100% auto;

	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#aboutSection .row {
	max-width: 782px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 110px;
}

#aboutSection .row .logo {
	max-width: 278px;
	display: flex;
	flex-direction: column;

}

#aboutSection .row .logo span:first-child {
	font-size: 18px;
	letter-spacing: 0.800em;
	line-height: 1.20em;
	padding-bottom: 10px;
}

#aboutSection .row .logo img {
	background-color: transparent;
	width: max-content;
	margin: 0 auto 0 88px;

}

#aboutSection .row .logo .underline {
	width: 250px;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -10px;
}

#aboutSection .row .logo .underline .left-line,
#aboutSection .row .logo .underline .right-line {
	max-width: 80px;
	width: 100%;
	height: 1px;
	background-color: #000;
}

#aboutSection .row p:nth-child(2) {
	max-width: 628px;
	width: 100%;
	text-align: start;
	font-size: 60px;
	letter-spacing: -0.060em;
	line-height: 60px;
	color: #DF7F30;
}

#aboutSection .row p:nth-child(3) {
	max-width: 690px;
	width: 100%;
	font-size: 16px;
	line-height: 2.50em;
	text-align: start;
	padding-top: 15px;
	padding-bottom: 25px;
}

#aboutSection .row .contactUs {
	max-width: 765px;
	height: 121px;
	width: 100%;
	border: solid 3px #D6D6D6;
	border-radius: 20px;
	background: #000 url("../images/assets/quoteBG.png") no-repeat bottom center / cover;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 5px;
}

#aboutSection .row .contactUs .left p,
#aboutSection .row .contactUs .right p {
	font-size: 16px;
	line-height: 1.50em;
}

#aboutSection .row .contactUs .right .text-white {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

#aboutSection .row .contactUs .left {
	max-width: 351px;
	width: 100%;
	text-align: start;
}

#aboutSection .row .contactUs .divider {
	width: 1px;
	height: 55px;
	background-color: #FFF;
}

#aboutSection .row .contactUs .right {
	max-width: 315px;
	width: 100%;
	text-align: start;
}

#aboutSection .btnAndContact {
	max-width: 650px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 115px;
}

#aboutSection .right {
	max-width: 330px;
	width: 100%;
	display: flex;
	justify-content: space-between;

}

#aboutSection .right .phoneIcon {
	width: 67px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: solid 3px #000;
}

#aboutSection .right .text {
	width: max-content;
	display: flex;
	flex-direction: column;
	padding-top: 8px;
}

#aboutSection .right .text>span {
	width: 100%;
	text-align: start;
	line-height: 1em;
}

#aboutSection .right .text a>span {
	font-size: 30px;
	line-height: 1.20em;
	width: 100%;
	text-align: start;
}

.reviews iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.reviews {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 190px;
}

#reviewsSection {
	width: 100%;
	background: url("../images/assets/feedbackBG.webp") no-repeat;
	background-size: 100% 100%;
	background-position: top right;
	height: 1080px;
	position: relative;
	z-index: 1;
	margin-top: -75px;
}

#reviewsSection .row {
	max-width: 1049px;
	width: 100%;
	background: url("../images/assets/feedbackLeft.webp") no-repeat;
	/* background-size: 100% auto; */
	background-size: cover;
	background-position: top left;
	height: 1180px;
	position: relative;
	top: 20px;
	padding-left: 20px;

}

#reviewsSection .row .innerRow {
	padding-top: 340px;
	max-width: 660px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#reviewsSection .row .innerRow>p:first-child {
	font-size: 40px;
	line-height: 1.50em;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

#reviewsSection .row .innerRow .users {
	width: 236px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#reviewsSection .row .innerRow .users span {
	width: 100%;
	text-align: center;
	font-size: 21px;
	line-height: 1.20em;
	padding-top: 20px;
	padding-bottom: 15px;
}

#reviewsSection .row .innerRow .comment {
	max-width: 572px;
	width: 100%;
	margin: 0 auto;
}

#reviewsSection .row .innerRow .comment p {
	width: 100%;
	text-align: center;
	line-height: 2.20em;
	font-size: 22px;
	padding-top: 10px;
}

#reviewsSection .row .innerRow .comment span {
	font-size: 27px;
	line-height: 1.20em;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

#reviewsSection .row .innerRow .BTN {
	width: 100%;
	display: flex;
	justify-content: center;
}

#gallerySection {
	width: 100%;
	background: url("../images/assets/textureBGGallery.png") no-repeat;
	background-position: top center;
	background-size: cover;
}


#gallerySection .row {
	max-width: 1845px;
	width: 100%;
	margin: 0 auto;
	padding-top: 145px;
}

#gallerySection .row>span {
	font-size: 16px;
	letter-spacing: 0.800em;
	line-height: 1.20em;
	color: #E18130;
	width: 100%;
	text-align: center;
}

#gallerySection .row>p:nth-child(2) {
	max-width: 1035px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -0.030em;
	line-height: 45px;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#gallerySection .row .carousel {
	width: 100%;
	position: relative;
}

#gallerySection .row .carousel .innerRow {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#gallerySection .row .carousel .slide1 {
	background-image: url("../images/assets/gallImage1.webp");
	background-repeat: no-repeat;
}

#gallerySection .row .carousel .slide2 {
	background-image: url("../images/assets/gallImage2.webp");
	background-repeat: no-repeat;
}

#gallerySection .row .carousel .slide3 {
	background-image: url("../images/assets/gallImage3.webp");
	background-repeat: no-repeat;
}

#gallerySection .row .carousel .slide4 {
	background-image: url("../images/assets/gallImage4.webp");
	background-repeat: no-repeat;
}

#gallerySection .row .carousel .slide5 {
	background-image: url("../images/assets/gallImage5.webp");
	background-repeat: no-repeat;
}

#gallerySection .row .carousel .slides {
	max-width: 321px;
	width: 100%;
	height: 321px;
	border: solid 3px #D6D6D6;
	border-radius: 20px;
	background-size: cover;
	background-position: bottom center;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.20);
}

#gallerySection .nextAndprev {
	max-width: 1825px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#gallerySection .nextAndprev .arrow {
	width: 44px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #FFF;
}

#gallerySection .nextAndprev .arrow {
	cursor: pointer;
}

#gallerySection .nextAndprev .arrow-left {
	box-shadow: -2px 7px 5px rgba(0, 0, 0, 0.30);
}

#gallerySection .nextAndprev .arrow-right {
	box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.30);
}

#gallerySection .row .info>p:nth-child(1) {
	font-size: 60px;
	line-height: 1.28em;
	max-width: 1037px;
	width: 100%;
	margin: 0 auto;
	padding-top: 55px;
	width: 100%;
	text-align: center;
}

#gallerySection .row .info>p:nth-child(2) span {
	display: inline-block;
}

#gallerySection .row .info>p:nth-child(2) {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #464646;
	letter-spacing: 0.014em;
	line-height: 2.20em;
	text-align: center;
	padding-bottom: 30px;
}

#gallerySection .row .info {
	max-width: 1530px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

#gallerySection .row .satisfaction {
	max-width: 1425px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;

}

#gallerySection .row .satisfaction .divider {
	width: 5px;
	border: solid 1px #D6D6D6;
	background-color: transparent;
	height: 156px;
}

#gallerySection .row .satisfaction .left {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;

}

#gallerySection .row .satisfaction .center {
	max-width: 445px;
	width: 100%;
	display: flex;
	flex-direction: column;
}


#gallerySection .row .satisfaction .right {
	max-width: 380px;
	width: 100%;
	display: flex;
	flex-direction: column;

}

#gallerySection .row .satisfaction .left span:first-child,
#gallerySection .row .satisfaction .right span:first-child {
	font-size: 52px;
	letter-spacing: -0.020em;
	line-height: 1.10em;
	color: #000;
	padding-bottom: 5px;
	font-family: "Days One";
	width: 100%;
	text-align: center;
}

#gallerySection .row .satisfaction .left span:last-child,
#gallerySection .row .satisfaction .center span:last-child,
#gallerySection .row .satisfaction .right span:last-child {
	font: 400 26px "Montserrat";
	letter-spacing: -0.020em;
	line-height: 1.10em;
	color: #000;
	width: 100%;
	text-align: center;
}

#gallerySection .row .satisfaction .center span:first-child {
	font-size: 120px;
	letter-spacing: -0.020em;
	line-height: 1.10em;
	color: #000;
	font-family: "Days One";
	width: 100%;
	text-align: center;
	margin-top: -15px;
}

#gallerySection .row .satisfaction .center span:last-child {
	margin-top: -15px;
}

#gallerySection .cont {
	max-width: 444px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 220px;

}

#gallerySection .cont .phoneIcon {
	width: 67px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: solid 3px #000;
	margin: 0 auto;
}

#gallerySection .cont .text {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 8px;
}

#gallerySection .cont .text>span {
	width: 100%;
	text-align: center;
	line-height: 1em;
	padding-top: 5px;
}

#gallerySection .cont .text a>span {
	font-size: 50px;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
}

#gallerySection .cont .BTN {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}


#footer {
	margin-top: -115px;
	background: url("../images/assets/footerBG.webp") no-repeat;
	width: 100%;
	background-size: 100% 100%;
	background-position: top center;
	height: 1235px;
	position: relative;
	z-index: 1;
}

#footer form {
	max-width: 1593px;
	width: 100%;
	margin: 0 auto;
	border: solid 2px #D6D6D6;
	border-radius: 10px;
	background: url("../images/assets/formBG.png") no-repeat;
	background-size: 110% 110%;
	background-position: top center;
	padding-top: 95px;
	position: relative;
	top: -60px;
}

#footer form .formRow {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#footer form .formRow h1 {
	font-size: 60px;
	letter-spacing: -0.010em;
	line-height: 1.06em;
	color: #E37D2D;

}

#footer form .formRow>p:nth-child(2) {
	font-size: 19px;
	line-height: 27px;
	letter-spacing: 0.010em;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer form .formRow .contact-form {
	width: 100%;
}

#footer form .formRow .contact-form .name {
	display: flex;
	justify-content: space-between;
}

#footer form .submitButton {
	position: relative;
	width: max-content;
	margin: 0 auto;
	margin-bottom: -35px;
}

/* 
#footer form .submitButton button {
	border: none;
	width: 219px;
	height: 70px;
	border-radius: 50px;
	font: 400 16px "Days One";
	letter-spacing: -0.050em;
	line-height: 1.20em;
	color: #FFF;
	text-align: center;
	background-color: #E27E2E;
	bottom: 0;
	margin: 0;
} */

#footer form .submitButton button {
	border: none;
	width: 219px;
	height: 70px;
	border-radius: 50px;
	font: 400 16px "Days One";
	letter-spacing: -0.050em;
	line-height: 1.20em;
	color: #FFF;
	text-align: center;
	background-color: #E27E2E;
	bottom: 0;
	margin: 0;
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#footer form .submitButton button:hover {
	background-color: #C96A1F;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(226, 126, 46, 0.4);
}

#footer form .submitButton button:active {
	transform: translateY(0);
	box-shadow: none;
}

#footer form .submitButton button:hover {
	cursor: pointer;
}

#footer .center {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}

#footer .center .logo {
	max-width: 454px;
	width: 100%;
}

#footer .center .contact {
	max-width: 686px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#footer .center .contact .innerCont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 18px;
	row-gap: 15px;
}

#footer .center .contact .container {
	border: solid 1px #D6D6D6;
	height: 149px;
	width: 332px;
	background-color: #FFF;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.20);

}

#footer .center .contact .container .info {
	width: max-content;
	display: flex;
	flex-direction: column;
}

#footer .center .contact .container .info span {
	text-align: start;
}

#footer .center .contact .container .icon {
	width: 83px;
	height: 83px;
	border-radius: 50%;
	background-color: #E27E2E;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 1px 1px 3px #8E5C19;
}


#footer .center .contact .container .info a>span,
#footer .center .contact .time .info span:nth-child(2),
#footer .center .contact .time .info span:nth-child(3),
#footer .center .contact .time .info span:nth-child(4) {
	font: 400 16px "Montserrat";
	color: #333;
	text-align: start;
}

#footer .contact .info span:first-child {
	font: 900 23px "Montserrat";
	line-height: 1.20em;
	color: #E27E2E;
}

#footer .center .contact .email .info a {
	display: inline-block;
	max-width: 220px;
	width: 100%;
	display: inline-block;
	text-align: start;
}

#footer .center .contact .address .info span:last-child,
#footer .center .contact .phone .info a span {
	font: 400 16px "Montserrat";
	line-height: 1.20em;
	width: 100%;
	text-align: start;
}


#footer .center .logo span {
	font-size: 25px;
	line-height: 1.20em;
	width: 100%;
	text-align: center;
}

#footer .contact .socialLinks {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 20px;
}

#footer .contact .socialLinks span {
	font: 300 30px "Poppins";
	line-height: 1.20em;
	color: #FFF;
}

#footer .contact .socialLinks .links a {
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.20);
}

#footer .policy img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}

#footer .bottom .navlinks {
	max-width: 615px;
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;

}

#footer .bottom .navlinks nav ul {
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font: 400 11px "Days One";
	letter-spacing: 0.027em;
	line-height: 1.20em;
	padding-left: 0;
}

#footer nav ul li a:hover {
	color: #000;
}

#footer .policy p {
	font-size: 13px;
	width: 100%;
	text-align: center;
}

#content~footer #footer .policy-button div:first-child {
	padding-bottom: 20px;
}

#content .row h1 {
	padding-top: 50px;
	font-size: 35px;
	font-family: "Microsport";
	width: 100%;
	text-align: center;
}

#content .row span {
	font: 400 25px "Montserrat";
	width: 100%;
	text-align: center;
}

#content~footer #footer .bottom {
	padding-top: 80px;

}

#inner~footer #footer form {
	display: none;
}

#inner~footer #footer {
	margin-top: 0;
	height: 700px;
}

#inner~footer #footer .center {
	padding-top: 200px;
}

#inner~footer #footer .bottom .navlinks {
	position: relative;
	top: 12px;
}

#inner .formRow .name {
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#inner .btn-default {
	border: none;
}

#inner .btn-default:hover {
	cursor: pointer;
}

#inner .formRow h1 {
	padding-top: 150px;
	font-size: 35px;
	font-family: "Microsport";
}

#inner .formRow>p:nth-child(2) {
	font: 400 25px "Montserrat";
	color: #000;
	padding-bottom: 20px;
}