@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');

html {
	font-size: 16px;
	overflow-x: hidden;
}
body {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
	--white: #ffffff;
	--black: #000;
	--gary-color: #727272;
	--lightgary-color: #b2b9bd;
	--theme-color: #320403;
	--primary-color: #1a0000;
}

p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

.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;
}
section {
	padding: 5rem 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.preLoader.black {
	background-color: var(--primary-color);
	z-index: 11113;
}
.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}
.preLoader.black img {
	filter: brightness(0) invert(1);
}
/* loader */

/* Cursor Start */

.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: 2px;
	margin-top: 2px;
	width: 7px;
	height: 7px;
	z-index: 10000001;
	background-color: var(--primary);
	-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
	margin-left: -10px;
	margin-top: -10px;
	width: 30px;
	height: 30px;
	background-color: var(--primary);
	opacity: 0.3;
}

/* Cursor End */

/* btn css */

.themeBtn {
	background: var(--theme-color);
	font-size: 1rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 0.97em 2.19em;
	border-radius: 7px;
	line-height: normal;
	border-radius: 50px;
}

.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

/* btn css */

/* mouse animation css  */

.bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
}

/* mouse animation css  */

/* navigation css */
header {
	position: absolute;
	left: 0;
	right: 0;
	top: 2rem;
	z-index: 11;
}
.navbar-nav {
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.navbar-nav .nav-item .nav-link {
	font-size: 1rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 0;
	display: inline-block;
}
/* .navbar-nav .nav-item:last-child .nav-link {
	background: var(--theme-color);
	font-size: 1rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	border-radius: 0;
	padding: 1.04em 1.56em;
	border-radius: 0;
} */
.an-navbar {
}

/* navigation css */

/* slider css */

.mainSlider {
	height: 1080px;
	position: relative;
	z-index: 1;
}
.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.homeSlider.swiper-container .swiper-slide {
	/* overflow: hidden; */
}
.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.slideContent {
	text-align: left;
	background: rgb(255 255 255 / 58%);
	padding: 1.6rem;
	margin-bottom: 13rem;
}
.homeSlider.swiper-container .swiper-button-next {
	width: auto;
	height: auto;
	background: none;
	right: 33px;
	font-weight: 800;
	color: #fff;
	transform: rotate(90deg);
	margin-top: 20px;
	overflow: hidden;
}
.homeSlider.swiper-container .swiper-button-next * {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.homeSlider.swiper-container .swiper-button-next span {
	position: relative;
	display: inline-block;
}
.homeSlider.swiper-container .swiper-button-next span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}
.homeSlider.swiper-container .swiper-button-next span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.homeSlider.swiper-container .swiper-button-next:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	color: var(--theme-color);
}
.homeSlider.swiper-container .swiper-button-prev {
	width: auto;
	height: auto;
	background: none;
	left: auto;
	right: 33px;
	font-weight: 800;
	color: #fff;
	transform: rotate(90deg);
	margin-top: -40px;
	overflow: hidden;
}
.homeSlider.swiper-container .swiper-button-prev * {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.homeSlider.swiper-container .swiper-button-prev span {
	position: relative;
	display: inline-block;
}
.homeSlider.swiper-container .swiper-button-prev span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}
.homeSlider.swiper-container .swiper-button-prev span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.homeSlider.swiper-container .swiper-button-prev:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	color: var(--theme-color);
}
.homeSlider.swiper-container .swiper-pagination-fraction {
	width: auto;
	position: absolute;
	left: auto;
	right: 5rem;
	bottom: 0;
	color: #fff;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	justify-content: center;
	gap: 6rem;
}
.homeSlider.swiper-container .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 4.375rem;
	font-weight: 400;
	color: var(--color);
}
.homeSlider.swiper-container .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 2.5rem;
	font-weight: 400;
	opacity: 50%;
	color: #fff;
}
.mainSlider h2 {
	margin: 0 0 1.5rem;
}

.homeSlider .swiper-button-next:after,
.homeSlider .swiper-rtl .swiper-button-prev:after {
	display: none;
}
.homeSlider .swiper-button-prev:after,
.homeSlider .swiper-rtl .swiper-button-next:after {
	display: none;
}
.headingOne {
	font-size: 3.125rem;
	color: var(--black);
	font-weight: 600;
	text-transform: uppercase;
	/* letter-spacing: 0.4rem; */
	margin: 0 0 0.5rem;
}
.headingTwo {
	font-size: 7.5rem;
	color: var(--white);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.slideContent p {
	font-size: 1.375rem;
	color: var(--black);
	font-weight: 600;
	line-height: 1.5;
	padding-right: 1rem;
	margin: 0 0 1.4rem;
}

.slideContent .d-flex {
	align-items: center;
	gap: 1.5rem;
}

.slideContent .d-flex form {
	position: relative;
	display: block;
}

.slideContent .d-flex form input {
	width: 362px;
	border: 2px solid var(--theme-color);
	height: 50px;
	border-radius: 50px;
	background: transparent;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0 4rem 0 1.3rem;
}

.slideContent .d-flex form button {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 34px;
	height: 34px;
	background: var(--theme-color);
	border: 0;
	border-radius: 50%;
	color: var(--white);
}

.slideContent .d-flex form input::placeholder {
	color: #7d3825;
}
/* slider css */
.aboutSec {
	background: var(--primary-color);
}

.mainHeading {
	font-size: 3.4375rem;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--white);
	position: relative;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
}

.mainHeading:before {
	content: '';
	position: absolute;
	left: 0;
	background: #fff;
	bottom: 0;
	width: 130px;
	height: 5px;
}

.aboutContent p {
	color: var(--white);
	padding-right: 6.5rem;
}
.aboutSec figure img {
	border-radius: 20px;
}
.aboutSec figure {
	margin-left: -2rem;
}
.abtownerSec {
	background: var(--theme-color);
}

.abtownerSec figure img {
	border-radius: 20px;
}

.subHeading {
	font-size: 1.375rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 2px;
}

.aboutContent.ownerContent p {
	padding-right: 0;
}
.serviceSec {
	background: var(--primary-color);
	padding-bottom: 17.5rem;
}

.serviceSec .mainHeading:before {
	display: none;
}

.serviceSec .mainHeading {
	margin: 0 0 1.5rem;
}
.servicBox h2 {
	font-size: 1.375rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	margin: 1.8rem 0 10px;
}

.servicBox p {
	color: #b9b9b9;
	line-height: 1.7;
}

.servicBox {
	margin-bottom: 2.5rem;
}
.contactForm {
	background: var(--theme-color);
	padding: 3rem 6rem;
}

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

.contactForm .mainHeading:before {
	display: none;
}

.contactForm form input {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgb(255 255 255 / 26%);
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0 1rem 0.7rem;
	margin: 0 0 2rem;
}

.contactForm form input::placeholder {
	color: var(--white);
}

.contactForm form textarea {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgb(255 255 255 / 26%);
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0 1rem 0.7rem;
	margin: 0 0 1.5rem;
	resize: none;
}

.contactForm form textarea::placeholder {
	color: var(--white);
}

.contactForm form .submtBtn {
	display: table;
	margin-left: auto;
	font-size: 1rem;
	color: var(--white);
	font-weight: 600;
	background: transparent;
	border: 2px solid #fff;
	padding: 0.7rem 3.2em 0.7rem 1.26em;
	border-radius: 50px;
	display: flex;
	align-items: center;
	position: relative;
}

.contactForm form .submtBtn span {
	width: 33px;
	height: 33px;
	background: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7d3825;
	position: absolute;
	right: 7px;
	top: 6px;
}
footer {
	position: relative;
	margin-top: -14rem;
	z-index: 1;
}

footer:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	background: #000000;
}
footer .row + .row {
	margin-top: 3rem;
}

.quickList ul li {
	font-size: 1.125rem;
	color: var(--white);
	font-weight: 400;
}

.quickList ul li + li {
	margin: 4px 0 0;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.quickList ul li a {
	color: var(--white);
	font-weight: 500;
}
.quickList.fotrCal ul li + li {
	margin: 16px 0 0;
}
.quickList.fotrCal ul li .calContent {
	font-size: 25px;
	color: #9e4730;
	font-weight: bold;
}
.copyRight {
	background: var(--theme-color);
	position: relative;
	z-index: 1;
	padding: 1rem 0;
	text-align: center;
	margin: 2.5rem 0 0;
}
.copyRight p {
	color: var(--white);
}
.contactForm form .submtBtn:hover {
	background: #9e4730;
	color: var(--white);
	border-color: #9e4730;
}
.quickList ul li a:hover {
	color: #9e4730;
}
.servicBox figure {
	overflow: hidden;
	position: relative;
}

.servicBox figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.servicBox figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.servicBox:hover figure::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.servicBox:hover figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.reveal {
	overflow: hidden;
}


  /* 404 Page */
  .page-content.notfoundPg {
      text-align: center;
  }

  h1.notfoundHad {
      font-size: 200px;
      color: #320403;
  }
  
  main#primary {
    padding-bottom: 15rem !important;
}