@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=Jost:ital,wght@0,400;0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #ff0000;
	--secondary: #7A2AA4;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

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

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

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


section {
	position: relative;

}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
	font-family: 'Jost', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: 'Russo One', sans-serif;
}

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;
}

/* 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(--white);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
	background: #000000;
	font-size: 1.125rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 1.04em 1.96em;
	line-height: normal;
	margin-top: 20px;
	font-family: 'Jost', sans-serif;
}

.themeBtn:hover {
	background: var(--secondary);
	font-size: 1.125rem;
	color: var(--white);
}

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

/* btn css */

.instaContent .themeBtn:hover {
	background: var(--secondary);
	color: #fff;
}

.customcnt .themeBtn:hover {
	background: var(--secondary);
	color: #fff;
}

.navbar-nav .nav-item .nav-link span:hover {
	background: var(--secondary);
	color: #fff;
	border-color: var(--secondary);
}

/* navigation css */



.navbar-nav {
	align-items: center;
	gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
	font-size: 20px;
	color: var(--black);
	text-transform: capitalize;
	font-weight: 400;
	padding: 0 0;
	display: inline-block;
	font-family: 'Jost';
}


.an-navbar {
	background: var(--white);
}

/* navigation css */

/* slider css */

.main-slider {
	height: 877px;
}

.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
	overflow: hidden;
}

.homeSlider .swiper-pagination {
	bottom: 4rem;
	width: fit-content;
	left: 13rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
	width: 4.35rem;
	height: 4.35rem;
	font-size: 1rem;
	color: #65605A;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #65605A;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.homeSlider .swiper-button-next:after,
.homeSlider .swiper-button-prev:after {
	font-size: 1.375rem;
}

.homeSlider .swiper-button-next {
	right: 3rem;
}

.homeSlider .swiper-button-prev {
	left: 3rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.homeSlider .swiper-pagination-bullet {
	height: 21px;
	width: 21px;
	display: inline-block;
	margin: 0 0.5rem !important;
	opacity: 1;
	background: rgb(255 255 255 / 23%);
}

.homeSlider .swiper-pagination-bullet-active {
	background: var(--white);
	position: relative;
}


.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: center;
}

.main-slider h1 {
	margin: 0;
	color: var(--white);
	font-size: 5rem;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}

.main-slider h2 {
	color: var(--white);
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 1rem;
	letter-spacing: 5px;
	font-family: 'Jost', sans-serif;
}

.main-slider p {
	color: var(--white);
	font-weight: 400;
	line-height: 2;
	margin-top: 1rem;
	font-size: 1.0625rem;
}

/* slider css */

/* / sraachbar start / */

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 10000;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff !important;
	background: rgba(0, 0, 0, 0);
	font-size: 55px;
	line-height: 65px;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-family: arial;
}

#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
	background-color: limegreen;
	border: black;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

.srch-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}

.srch-btn .themeBtn {
	padding: 15px 120px;
	font-size: 20px;
}


/* / sraachbar end / */


.navbar-nav .nav-item .nav-link span {
	border: 1px solid #000;
	padding: 12px 20px;
	font-size: 1.375rem;
}



li.nav-item i {
	border: 1px solid #000;
	padding: 17px 14px;
	color: #fff;
	background: #000;
	font-size: 1.25rem;
	margin-left: -20px;
}

.slideOne .themeBtn {
	border: 1px solid #fff;
}


.mainHead {
	font-size: 3.75rem;
	font-weight: 400;
	text-transform: uppercase;
}

/* customsec css start  */
section.customSection {
	padding: 3rem 0 4rem 0;
	background: #F6F6F6;
}

.custmwrap figure img {
	width: 100%;
}

.customcnt h3 {
	font-size: 3rem;
	font-weight: 400;
}

.customcnt p {
	font-size: 1.125rem;
	color: #162537;
}

.customcnt .themeBtn {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-weight: 400;
}

.customcnt {
	text-align: center;
	margin-top: 1rem;
}

/* customsec css end  */


/* aboutsec css start  */
.aboutImg {
	display: flex;
	align-items: flex-start;
	margin-top: 10.7rem;
}

.aboutImg figure {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	gap: 1rem;
}


.aboutMain {

	padding: 5rem 0 5rem;
}

.aboutImg figure .dots {
	position: absolute;
	top: -50px;
	right: 0;
	z-index: -1;
}

.aboutImg figure .circle {
	background: #D3D9DB;
	width: 171px;
	height: 171px;
	border-radius: 50%;
	position: absolute;
	right: -50px;
	bottom: 0;
	z-index: -1;
}

.aboutImg figure .brdr {
	border-radius: 50%;
	display: table;
	margin: -70px -90px 0px 90px;
	position: relative;
	z-index: 11;
}

.aboutImg figure+figure {
	z-index: 1;
}


.aboutContent .heading {
	color: var(--theme-color);
	margin: 0;
}



.aboutContent p {
	color: #162537;
	font-weight: 400;
	margin: 0 0 5px;
	font-size: 1.0625rem;
	line-height: inherit;
}



.aboutContent h6 {
	font-size: 1.4375rem;
	font-weight: 500;
	color: #162537;
	font-family: 'Jost', sans-serif;
}

/* aboutsec css end  */



/* Testimonial Sec Css Start */

.customerSec {
	background: url(../images/customerBg.png) center/cover no-repeat;
	padding: 4rem 0;
}

.testimonial-card figure {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2rem;
}

.testimonial-card h4 {
	font-size: 1.375rem;
	color: var(--white);
	line-height: 1;
	margin: 0.625rem 0 2rem 0;
	text-align: center;
}

.testimonial-card p {
	font-size: 1.375rem;
	color: var(--white);
	font-style: italic;
	line-height: 1.8;
	font-weight: 500;
}

.testimonialSlider .swiper-pagination-bullet {
	width: 0.9375rem;
	height: 0.9375rem;
	background: transparent;
	border: 2px solid white;
	opacity: unset;
}

.testimonialSlider .swiper-pagination-bullet-active {
	background: var(--white) !important;
}

.testimonialSlider {
	padding-bottom: 4rem;
}

.testimonialSlider .swiper-pagination {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
}

.testImg {
	position: absolute;
	right: -3rem;
	bottom: -7rem;
	z-index: 1;
}

section.customerSec .mainHead {
	color: #fff;
}

/* Testimonial Sec Css End */



/* Insta Sec Css Start */

.instaMain {
	background: #000;
	padding: 7rem 0;
}

.instaImg {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	justify-content: space-between;
	gap: 12px;
}

.instaImg li figure {
	position: relative;
}

.instaImg li figure a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 52%);
	font-size: 2rem;
	color: var(--white);
	opacity: 0;
}

.instaImg li figure img {
	width: 100%;
}

.instaImg li {
	flex: 0 0 32%;
}

.instaImg li:hover figure a {
	opacity: 1;
}

.instaContent h2 {
	font-size: 1.375rem;
	color: var(--white);
	display: flex;
	align-items: center;
	margin: 0 0 1.5rem;
	gap: 1.2rem;
}

.instaContent h2 div {
	border-bottom: 2px solid;
}

.instaContent h2 i {
	font-size: 4rem;
}

.instaContent p {
	font-size: 1.5625rem;
	color: var(--white);
	line-height: 1.7;
	padding-right: 3rem;
	margin: 1rem 0 2rem 0;
	font-weight: 400;
}

.instaContent p a {
	color: var(--primary);
	text-decoration: underline !important;
}

.secHeading {
	font-size: 3.5625rem;
	text-transform: uppercase;
	margin: 0;
	color: var(--white);
}

.instaContent .themeBtn {
	background: #fff;
	color: #000;
}

.instaBgs img {
	position: absolute;
}


.instaimg2 {
	z-index: 1;
	bottom: 0px;
	left: -5rem;
}

/* Insta Sec Css End */


/* Sign Sec Css Start */

.signMain {
	padding: 5rem 0 1.5rem 0;
}



.newsleterContent .heading {
	font-size: 3.75rem;
	color: var(--black);
}

.newsleterContent p {
	font-size: 1.3125rem;
	color: var(--black);
	line-height: inherit;
	margin: 0 0 1.8rem;
}

.newsleterForm {
	position: relative;
	box-shadow: 0 25px 45px rgb(0 0 0 / 15%);
	background-color: #000;
}

.newsleterForm input {
	background: transparent;
	width: 639px;
	height: 77px;
	/* border-radius: 5px; */
	border: unset;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 2rem;
	padding-right: 11.5rem;
	color: #000;
}

.newsleterForm input::placeholder {
	color: #A1ACB8;
}

.newsleterForm .themeBtn {
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0.8em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	width: 100px;
	border: 0;
	height: 56px;
	background: #fff;
	color: #000;
}

.signMain figure {
	margin-bottom: -2rem;
	z-index: 11;
	position: relative;
}

img.signimg11 {
	margin-top: -16rem;
}

/* Sign Sec Css End */


/* Footer Sec Css Start */

footer {
	background: #1b1b1b;
	padding-top: 10rem;
	position: relative;
	overflow: hidden;
	margin-top: -7rem;
	z-index: -1;
}

footer h2 {
	color: var(--white);
	font-size: 1.25rem;
	text-transform: uppercase;
}

footer ul li a {
	color: var(--white);
}

footer ul li a:hover {
	color: #316FEB;
}

.contactLinks li+li {
	padding-top: 1.3rem;
}

.copyRight p {
	font-size: 1.125rem;
	color: var(--white);
	margin: 0;
	text-align: center;
}

.copyRight .socialLinks li a {
	width: 39px;
	height: 39px;
	font-size: 1.25rem;
}

.cartImg {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.copyRight {
	border-top: 3px solid rgb(255 255 255 / 24%);
	margin-top: 4rem;
	padding: 1rem 0;
}

.socialLinks li a:hover {
	background: #316FEB;
	color: var(--white);
}

.footImg {
	position: absolute;
	right: -7rem;
	top: 2rem;
}

.socialLinks {
	display: flex;
	gap: 5px;
}

.socialLinks li a {
	background: #5b5b5b;
	width: 39px;
	height: 39px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	color: #fff;
}

.quickList ul li {
	margin-bottom: 1rem;
	font-family: 'Jost', sans-serif;
}

ul.contactLinks li {
	margin-bottom: 0;
}

/* Footer Sec Css End */


.blackbox {
	position: absolute;
	bottom: -3rem;
	display: flex;
	right: 14rem;
	text-align: center;
	background: #000;
	padding: 13px 24px;
	gap: 1rem;
}

.blackbox a span {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Jost';
}

.blackbox a {
	display: grid;
}

.blackbox a {
	font-size: 2.5rem;
	color: #fff;
	font-family: 'Russo One';
}


.topBar {
	background: #000;
	padding: 1rem 0;
	position: relative;
	z-index: 1;
}


.topBar p {
	font-size: 0.875rem;
	text-align: center;
	margin: 0;
	color: var(--white);
}

.topBar p a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline !important;
}

.drpWraps {
	display: flex;
	justify-content: end;
	gap: 0.625rem;
}

.drpWraps .btn-secondary {
	background: transparent !important;
	border: unset;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-family: 'Jost';
}

.dropdown+.dropdown {
	border-left: 1px solid #4b4b4b;
	padding-left: 0.625rem;
}

.drpWraps .dropdown-toggle::after {
	color: #fff;
}


section.signMain .mainHead {
	font-size: 3.4375rem;
}


/* innerpages Start */

.innerBan .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.innerBan h2 {
	font-size: 85px;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.innerBan {
	position: relative;
}

.aboutContent.cutmcnt ul li {
	font-size: 20px;
	list-style: circle;
	margin-bottom: 2rem;
	font-family: 'Jost';
}

.aboutContent.cutmcnt p {
	font-size: 20px;
}

.aboutContent.cutmcnt ul {
	margin-left: 2rem;
}

section.cusinsta {
	padding: 5rem 0 0 0;
}

section.cusinsta figure img {
	width: 100%;
	min-height: 600px;
	object-fit: cover;
}

.contactForm .form-group .form-control {
	border-left: unset;
	border-radius: unset;
	border-right: unset;
	border-top: unset;
	border: 2px solid #B9B9B9;
	height: 81px;
	margin-bottom: 2.5rem;
	background: #F3F3F3;
	box-shadow: none !important;
	/* border-radius: 7px; */
}


.contact-section .heading {
	font-size: 80px;
	color: var(--secondary);
}

.contact-section .themeBtn {
	border: unset;
	background: #162537;
	padding: 18px 44px;
}

.contact-section {
	padding: 5rem 0;
}

.contactForm .form-group textarea {
	height: 222px !important;
}

section.contact-section p {
	color: #162537;
	font-size: 17px;
}

.menu-main-menu-container {
    width: 70%;
}

.menu-main-menu-container ul#menu {
    justify-content: center;
}

.quickList ul li {
    margin: 0px;
}

.quickList ul li .nav-link {
    padding: 10px 0px;
}

.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #000000 !important;
}

input.search-field {
    border: 2px solid #000;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #000;
    border: 2px solid #000;
    width: 133px;
    color:#000;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #000 !important;
    color: #fde843;
}