/** Shopify CDN: Minification failed

Line 309:0 Unexpected ".4box"

**/
.overflow-hidden{
	overflow: hidden;
}
.about-us{
	display: flex;
	align-items: center;
	padding: 112px 64px;
	gap: 80px;
}

.about-us-content {
  max-width: 610px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.about-us-content h1 {
	font-weight: 700;
	font-size: 56px;
	color: #FFFFFF;
	line-height: 120%;
}
.about-us-content p {
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
}

.about-us-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px !important;
	gap: 8px;
	background: #FF123A !important;
	border: 1px solid #FF123A !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	width: auto !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.top-btn-section{
	display: flex;
  justify-content: center;
  margin-top: 32px;
}

.about-us-btn:hover{
	background: #FF123A !important;
	border: 1px solid #FF123A !important;
}

.top-section{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	margin: 112px 0px 80px;
}

.first-peregraph{
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}

.second-peregraph{
	font-weight: 700;
	font-size: 48px;
	color: #000000;
	margin: 0;
}

.third-peregraph{
	font-weight: 700;
	font-size: 48px;
	color: #FF123A;
	margin-top: -10px;
}

.about-desc{
	font-style: normal;
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 32px;
}

.about-us-img{
	width: 100%;
	object-fit: cover;
}

.what-we-offer{
	margin:112px 0;
	margin-bottom: 0px;
	padding:112px 0;
}

.what-we-offer .main-title{
	font-style: normal;
	font-weight: 700 !important;
	font-size: 48px !important;
	text-align: center !important;
	color: #FFFFFF !important;
	margin-bottom: 80px;
}

.what-we-offer .title{
	font-style: normal;
	font-weight: 700;
	font-size:32px;
	color: #FFFFFF;
	margin-top: 24px;
}

.what-we-offer .desc{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}
.brand-layer-1{
	position: relative;
	z-index: -9999;
	margin-top: -15%;
	margin-bottom: 50px;
}
.overlay{
	position: absolute;
    z-index: -8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.profile-details{
	color: #000;
	width: 62%;
}
.profile-details h3 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    line-height: 120%;
}

.profile-details h4{
	font-size: 24px;
    color: #FF123A;
    font-weight: 700;
    margin-top: 34px;
}
.profile-details ul{
	margin:0
}

.profile-details p{
	 font-weight: 600;
	 font-size:18px;
	 line-height: 150%;
	 margin: 0;
}
.brand-social-icons i{
	font-size: 32px;
	padding: 22px 8px;
}
section.action-slider {
    margin-bottom: 92px;
        overflow: hidden;
}
.action-slider h2{
	font-weight: 700;
    font-size: 40px;
    color: #000000;
    line-height: 120%;
    margin-top: 92px;
    margin-bottom: 40px;
}
.py-112{padding: 122px 0 !important}
.brand-image-3{position: absolute;right: 0}

.slider-container {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: visible;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider img {
  width: 100%;
  min-width: 416px;
  height: 416px;
  object-fit: cover;
  margin-right: 20px;
 
}

.navigation {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.navigation button {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}

.dots {
      text-align: left;
    margin-top: 80px;
}

.dots span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots .active {
  background-color: #333;
}



/* kart css*/
.kart-detials{width: 88%;gap: 32px;display: grid;}
.custom-kart-details{
	display: inline;
}
.custom-kart-details h6{
	color: #000000 !important;
}
.kart-detials h6 b{
	color: #000000;
}
.kart-detials h3{
	font-size: 48px;
	margin: 0;
}
.kart-detials h5{
	font-size: 32px;
	font-weight: 700;
	margin: 0;
}
.kart-detials h6{
	font-size: 20px;
}
.kart-detials ul li{
	font-size: 18px;
    font-weight: 600;
}
.gap-16{gap: 16px;}
.gap-24{gap: 24px;}
.gap-26{gap: 26px;}
.gap-32{gap: 32px;}
.gap-80{gap: 80px;}
.py-112{padding: 112px 0;}
.py-60{padding: 60px 0;}
.mt-8{
	margin-top: 80px;
}
.pt-80{
	padding-top: 80px;
}
.step-img-height {
    height: 640px;
}
.pr-64{
	padding-right: 64px;
}
.kart-gloves-gird {grid-template-columns: repeat(4, 1fr) !important;}

@media (max-width: 767px){
	.about-us-content h1{font-size: 30px}
	.brand-profile{height: 350px !important;}
	.profile-details {width: 100%;padding: 20px;}
	.slider img{min-width: 250px;
    height: 250px;}
}

.4box h3, .4box p{
	text-align: left !important;
}
.feature-box h3, .feature-box p{
	text-align: left !important;
}
.feature-box h3{
	font-size: 24px;
}
.feature-box p{
	font-size: 14px;
}
.feature-box img{
	width: 71px;
    height: 72px;
}
.feature-box-2 p{
	text-align: center;
}
.feature-box-2 h3{
    color: white !important;
        font-weight: 700;
}
.product-card{
	width: 361.5px;
	height: 481.5px;
}