/* Imports */
/* Icons */
@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');

:root {
	--white: #fff;
	--black: #000000;
	--primary: #b59200;
	--secondary: #303538;
	--gradient-primary: linear-gradient(180deg, #b59200, #694300);
	--gradient-secondary: linear-gradient(360deg, #b59200, #694300);
	--font-montserrat: "Montserrat", sans-serif;
	--font-poppins: "Poppins", sans-serif;
}

::selection {
	background-color: var(--secondary);
	color: var(--white);
}

/* General Styling Start */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style-type: none;
	overflow-wrap: break-word;
	font-family: var(--font-montserrat);
}

html {
	scroll-behavior: smooth;
}


body {
	overflow-x: clip;
}

a,
button {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
}

ul,
ol,
dl,
address,
label,
figure {
	margin-bottom: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	font-family: var(--font-poppins);
	color: var(--black);
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--black);
}

section {
	position: relative;
	padding: 5rem 0;
	overflow: clip;
}

/* General Styling End */

/* Lenis Start */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* Lenis End */

/* Preloader Start */
.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>img {
	width: 300px;
}

.preLoader.black {
	background: var(--white);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background: var(--gradient-secondary);
}

/* Preloader End */

/* ThemeBtn Start */
.btnWrapper {
	display: flex;
	gap: 0.5rem;
}

.themeBtn {
	width: fit-content;
	display: block;
	background: var(--gradient-primary);
	color: var(--white);
	border-radius: 0.5rem;
	outline: none;
	font-size: 1rem;
	font-weight: 400;
	text-transform: capitalize;
	padding: 0.75rem 2.25rem;
	border: none;
}

.themeBtn:hover {
	background: var(--gradient-secondary);
	color: var(--white);
	border-radius: 0px 30px 30px 30px;
}

/* ThemeBtn End */

/* Headings Start */
.heading {
	font-size: 3.125rem;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -0.03em;
}

.subHeading {
	font-size: 1.375rem;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary);
	margin-bottom: 0.25rem;
	line-height: 1.1;
}

/* Headings End */

/* Header Start */
.header {
	background: var(--white);
	backdrop-filter: blur(10px);
	box-shadow: 0 0 20px 1px #ffffff20;
	padding: 1em 0;
	position: relative;
	z-index: 999;
}

.header-main__logo {
	width: 250px;
}

.header-main__logo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-main__nav li a {
	color: var(--black);
	font-size: 1rem;
	font-weight: 400;
	padding: 0;
	text-transform: capitalize;
	position: relative;
	box-shadow: none;
}

.header-main__nav li a:hover {
	color: var(--primary) !important;
}

.header-main__nav {
	gap: 1rem;
}

.navbar-collapse .themeBtn {
	margin-left: 2rem;
}

.dropdown-menu {
	width: 300px;
	background: var(--white);
	padding: 0;
	overflow: hidden;
}

.dropdown-menu li a {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--black) !important;
	white-space: normal;
	padding: 0.5rem 1rem;
}

.dropdown-menu li a:hover {
	background: var(--gradient-primary);
	color: var(--white) !important;
}

/* Header End */

/* Banner Start */
.banner {
	height: 820px;
	padding: 0;
}

.banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #000000, #00000050);
}

.banner-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

.banner-content h1 {
	font-size: 4rem;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	color: var(--white);
	margin: 0;
}

.banner-content p {
	font-size: 1.25rem;
	color: var(--white);
	margin: 1rem 0 1rem;
}

.banner h1,
.banner p,
.banner .themeBtn {
	opacity: 0;
	transform: translateY(60px);
	will-change: transform, opacity;
}

.banner .swiper-slide {
	opacity: 0 !important;
}

.banner .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.banner .swiper-pagination {
	width: fit-content;
	bottom: 8rem;
	left: 50%;
	transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	display: inline-block;
	margin: 0 0.5rem !important;
	opacity: 1;
	border: 1px solid var(--white);
	background: transparent;
}

.banner .swiper-pagination-bullet-active {
	background: var(--white);
	position: relative;
}

/* Banner End */

/* About Us Start */
.about-img {
	width: 95%;
	border-radius: 1rem;
	position: relative;
	box-shadow: 0 0 20px 1px #00000020;
}

.about-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

/* About Us End */

/* Services Start */
.services {
	background: #ECECEC;
}

.services .row .col-md-4 {
	margin-top: 2.25rem;
}

.service_card {
	background: var(--white);
	padding: 1.25em;
	border-radius: 1.25em;
	border: 1px solid #E1E1E1;
	height: 100%;
}

.service_card_img img {
	width: 70px;
	margin-bottom: 1.5rem;
}

.service_card_content h4 {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: .75rem;
	letter-spacing: -0.03em;
}

.service_card_content p {}

.service_card_content li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 1rem;
}

.service_card_content li:not(:last-child) {
	margin-bottom: .75rem;
}

.service_card_content li svg {
	fill: var(--primary);
	width: 100%;
	max-width: 8px;
}

.servicesSlider {
	padding-bottom: 3rem;
}

.servicesSlider .swiper-wrapper {
	align-items: center;
}

.servicesSlider .swiper-pagination {
	bottom: 0;
}

.servicesSlider .swiper-pagination-bullet {
	background: var(--white);
}

/* Services End */

/* Cta Start */
.cta {
	background: url(../images/cta-bg.jpg) no-repeat center center/cover;
}

.cta::before {
	content: '';
	background: #00000090;
	backdrop-filter: blur(10px);
	position: absolute;
	inset: 0;
}

.cta-content {
	position: relative;
}

.cta-content :is(.heading, p) {
	color: var(--white);
}

/* Cta End */

/* Blogs Start */
.blogs-card {
	height: 100%;
	border: 1px solid #00000020;
	border-radius: 1rem;
	box-shadow: 0 0 20px 1px #00000020;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}

.blogs-card__img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.blogs-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
}

.blogs-card__content {
	padding: 1.5rem;
}

.blogs-card__content .title {
	font-size: 1.5rem;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.blogs-card__content p {
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blogs-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 30px 1px #00000030;
}

.blogs-card:hover .blogs-card__img img {
	transform: scale(1.1);
}

.blogSlider {
	padding: 2rem 0 3rem;
}

.blogSlider .swiper-pagination-bullet {
	background: var(--primary);
}

/* Blogs End */

/* Newsletter Start */
.newsletter {
	background: var(--black);
	padding: 2rem 0;
}

.newsletter-content :is(.subHeading, .heading, p) {
	color: var(--white);
}

.newsletter-form {
	display: flex;
	gap: 1rem;
}

.newsletter-form input {
	width: 100%;
	background: var(--white);
	border: none;
	border-radius: 0.5rem;
	outline: none;
	padding: 1rem;
}

/* Newsletter End */

/* Footer Start */
.footer {
	background: var(--black);
	padding: 1rem 0 0;
}

.footer-logo img {
	width: 100%;
}

.footer-content h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 1rem;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.footer-content__list li:not(:last-child) {
	margin-bottom: 0.375rem;
}

.footer-content__list li a {
	color: var(--white);
}

.footer-content__list li a:hover {
	color: var(--primary);
}

.footer-content__list li a strong {
	color: var(--primary);
	display: block;
}

.footer-content__social {
	display: flex;
	gap: 2rem;
}

.footer-content__social li a i {
	font-size: 2rem;
}

.footer-copyright {
	border-top: 1px solid var(--white);
	text-align: center;
	padding: 1rem 0;
	margin-top: 3rem;
}

.footer-copyright p {
	color: var(--white);
	margin: 0;
}

/* Footer End */

/* Pagetitle Start */
.pagetitle {
	width: 100%;
	height: 600px;
	padding: 0;
}

.pagetitle::before {
	content: '';
	background: #000000aa;
	position: absolute;
	inset: 0;
}

:is(.pagetitle-img, .pagetitle-img img) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.pagetitle-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pagetitle-content h1 {
	font-size: 4rem;
	line-height: 1;
	color: var(--white);
}

/* Pagetitle End */

/* About Page Start */
.about-content :is(.subHeading~.subHeading, .title~.title) {
	margin-top: 2rem;
}

.about-content .title {
	width: fit-content;
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 2px solid var(--primary);
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.about--page .row+.row {
	margin-top: 3rem;
}

.faq--team .faq-img {
	height: 600px;
	margin: 0 auto 0 0;
}

/* About Page End */

/* Contact Us Page Start */
.contact-info__card {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0.5rem;
	box-shadow: 0 0 20px 1px #00000020;
	position: relative;
	padding: 2rem;
}

.contact-info__cardIcon {
	font-size: 2rem;
	color: var(--primary);
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	line-height: 1;
}

.contact-info__card .title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 0.5rem;
}

.contact-info__card p {
	font-size: 1.125rem;
	color: var(--primary);
	margin: 0;
}

.contact-card {
	margin-top: 3rem;
}

.contact-form__img {
	width: 100%;
	height: 600px;
	box-shadow: 0 0 20px 1px #00000020;
	border-radius: 1rem;
	overflow: hidden;
}

.contact-form__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-form__form :is(input, textarea) {
	width: 100%;
	border: 1px solid #00000020;
	border-radius: 0.5rem;
	outline: none;
	resize: none;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
}

/* Contact Us Page End */


/* marketing_section */
.marketing_section {

padding: 0;
}
.marketing_section .container{
	border-bottom: 1px solid #CFCFCF;
	padding-block: 2em;
}

.marketing_section .subHeading {
	color: var(--black);
}

.marketing_slider {
	margin-top: 3rem;
}

.marketing_img {
	text-align: center;
}