/* variables */
:root {
	--darkBlue: #272D3B;
	--primeryGreen: #0DAD51;
	--black: #000;
	--white: #fff;
	--lightBlue: #F4F7FE;
	--borderGray: #C9C9C9;
}
/* fonts */



/* base style */
html {
  scroll-behavior: smooth;
}
body{
	font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  position: relative;
	background-color: #fff;
	color: #000;
	letter-spacing: 0.25px;
  overflow-x: hidden;
}
#topBar {
  padding: 12px 0;
  background-color: #B21010;
}
#topBar a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
#topBar a img {
  height: 20px;
  margin-right: 10px;
}
#header {
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	z-index: 1;
	padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.75);
}
#header .logo {
	height: 80px;
}
#header .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  display: inline-block;
}
#header .nav-item {
  text-align: right;
}
#header .nav-item:not(:last-child) {
  margin-bottom: 15px;
}
#header .navbar-toggler {
  padding: 2px 4px;
  border: 1px solid #ed2129;
}
#header .navbar-toggler:focus {
  box-shadow: 0px 0px 10px 0px rgba(237, 33, 41, 0.4);
}
#banner {
	position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
#banner .videoBanner {
  width: 101%;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 0px;
}
#banner .carousel {
  height: 100%;
}
#banner .carousel .carousel-inner {
  height: 100%;
}
#banner .carousel .carousel-item {
  height: 100%;
}
#banner .carousel-item .bgImge {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#banner .carousel-item.active .bgImge {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner .controlCustomBox {
	position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 30px;
}
#banner .controlCustomBox .carousel-control-next,
#banner .controlCustomBox .carousel-control-prev{
	width: auto;
  top: unset;
  bottom: unset;
  position: relative;
}

#banner .carousel-caption {
	width: 50%;
  text-align: left;
}
#banner .carousel-caption h1 {
  font-size: 50px;
  font-weight: 700;
}
#banner .carousel-caption p {
  font-size: 16px;
}
#aboutUs,
#services,
#ourProducts,
#contactUs,
#ourBrands,
#features {
  padding: 80px 0;
}


.subHead1 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  color: #231f20;
}
.subHead2 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.mainHead {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 70px;
  position: relative;
  text-transform: uppercase;
}
.mainHead span {
  color: #ed2129;
}
.mainHead::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 80px;
  background-color: #ed2129;
  top: unset;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.mainHead::before {
  content: "";
  position: absolute;
  font-size: 54px;
  text-transform: uppercase;
  margin: auto;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.08);
}
.para {
  letter-spacing: 1px;
  color: #231f20;
}
.btnOutline {
  border: 2px solid #ed2129;
  padding: 8px 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}
.btnOutline:hover {
  border: 2px solid #ed2129;
  background-color: #ed2129;
  color: #fff;
}
.accordion-button {
  background-color: transparent !important;
  border-bottom: 2px solid #0000cc;
  border-radius: 0 !important;
  padding: 15px 0;
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 20px 0;
}
.accordion-item {
  border: 0;
}
#aboutUs .mainHead {
  text-transform: capitalize;
  margin-bottom: 40px;
}
#aboutUs .mainHead::after {
  display: none;
}
#services {
  background-color: #f0f5f9;
}
#services .mainHead {
  
}
#services .mainHead::before {
  content: "EXPERTISE";
  top: -16px;
}
#services .coreContentBox {
  padding: 30px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease;
  height: 100%;
  text-align: center;
}
#services .coreContentBox .icon {
  height: 60px;
  margin-bottom: 25px;
}
#services .coreContentBox:hover {
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
#ourProducts .mainHead::before {
  content: "Products";
  top: -16px;
}

.productGallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.productGallery .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.productGallery .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.productGallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productGallery .card-image .contentBox {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.productGallery .card-image:hover .contentBox {
  opacity: 1;
}
.productGallery .contentBox h2 {
  font-size: 18px;
  text-transform: capitalize;
  color: #ed2129;
  margin-bottom: 5px;
  font-weight: 600;
}
.productGallery .contentBox h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

#features {
  background-color: #f0f5f9;
}
/*#features .mainHead::after {
  top: unset;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  background-color: #fff;
}*/
#features .mainHead::before {
  content: "Features";
  top: -16px;
  color: rgba(0, 0, 0, 0.08);
}
#features .featuresContentBox {
  padding: 50px 50px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease;
  height: 100%;
  text-align: center;
  position: relative;
}
#features .featuresContentBox:hover {
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
#features .featuresContentBox .icon {
  height: 80px;
  margin-bottom: 25px;
  background-color: #ed2129;
  padding: 20px;
  border-radius: 10px;
}
#contactUs {

}
#contactUs .mainHead::before {
  content: "Contact";
  top: -16px;
  color: rgba(0, 0, 0, 0.08);
}
#contactUs .form-control {
  min-height: 48px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ccc;
}
#contactUs textarea.form-control {
  height: auto;
}
#contactUs .btnSubmit {
  color: #fff;
  background-color: #2F3C7E;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
#contactUs .errorTxt {
  font-size: 13px;
  color: #d93025;
  margin-bottom: 0px;
}
#contactUs .error .errorTxt {
  display: block;
}
#contactUs .form-control.error {
  border-color: #d93025;
}
#contactUs .contactIconBox {
  padding: 30px;
  background-color: #ed2129;
  width: 100%;
  text-align: center;
  border-radius: 6px;
}
#contactUs .contactIconBox .contactIcon {
  height: 30px;
  filter: invert(1);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#contactUs .contactIconBox h2 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #fff;
}
#contactUs .contactIconBox a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
#ourBrands {
  background-color: #ed2129;
}
#ourBrands .mainHead {
  color: #fff;
}
#ourBrands .mainHead::after {
  background-color: #fff;
}
#ourBrands .mainHead::before {
  content: "Brands";
  top: -16px;
  color: rgba(255, 255, 255, 0.15);
}
#ourBrands .item img {
  border-radius: 6px;
}


#footer {
  background-color: #000;
  position: relative;
  padding-bottom: 30px;
  padding-top: 100px;
}
#footer .topWhiteStrip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 200px;
}
#footer .Flogo {
  width: 120px;
  position: relative;
  z-index: 1;
}
#footer .fPara {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 1px;
}

#footer .copy {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#footer .branchContainer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
#footer .branchContainer div {
  padding: 40px 30px;
}
#footer .branchContainer .branch1 {
  background-color: #a32e2e;
}
#footer .branchContainer .branch2 {
  background-color: #bf252a;
}
#footer .branchContainer .branch3 {
  background-color: #B21010;
}
#footer .branchContainer .subHead1 {
  color: #fff;
}
#footer .branchDetilsList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer .branchDetilsList li:not(:last-child) {
  margin-bottom: 5px;
}
#footer .branchDetilsList a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
#footer .branchDetilsList .contactIcon {
  height: 16px;
  filter: invert(1);
  margin-right: 12px;
}


#innerBanner {
  position: relative;
  background-image: url('../images/innerBanner.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 310px 0 200px;
}

.slider-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 800px;
  border-radius: 0.7rem;
  overflow: hidden;
  padding-bottom: 37%;
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0.7rem;
}
.before-image img,
.after-image img {
  width: 100%;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#error404 {
  padding-top: 176px;
}
.products #footer .topWhiteStrip {
  background-color: #ed2129;
}
#thankyou {
  min-height: 300px;
}

@media (min-width: 576px) {
	.productGallery {
    grid-template-columns: repeat(2, 1fr);
  }
  #header {
    top: 44px;
  }
}
@media (min-width: 768px) {
	#footer .branchContainer {
    grid-template-columns: repeat(2, 1fr);
  }
  #features .featuresContentBox {
    padding: 50px 20px;
  }
}
@media (min-width: 992px) {
  .productGallery {
    grid-template-columns: repeat(3, 1fr);
  }
  #header .nav-item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  #footer .branchContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1400px) {
	#features .featuresContentBox {
    padding: 50px;
  }
}
@media (min-width: 1920px) {
	
}

