/* IMPORT CSS
------------------------------------------------------------------------------*/
@import url(reset.css);
@import url(typography.css);

/* ROOT VAR
------------------------------------------------------------------------------*/
:root {
  --primary-color: #d7060a;
  --white-color: #FFFFFF;
  --black-color: #000000;
  --gray200: #EEEEEE;
  --gray250: #DDDDDD;
  --gray300: #CCCCCC;
  --gray350: #BBBBBB;
  --gray450: #999999;
  --gray600: #777777;
  --border-radius-md: .625rem;
  --border-radius-lg: 1.25rem;
  --border-radius-xl: 2.25rem;
}
.c-pointer {
  cursor: pointer !important;
}
.container {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding-right: 5%;
  padding-left: 5%;
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
/* .main-header .container-fluid, .main-footer .container, .main-footer .container-fluid {
  padding-left: 2.5%;
  padding-right: 2.5%;
} */
.section-wrapper {
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}
.overflow-unset {
  overflow: unset;
}
.section-wrapper::after {
  content: attr(data-bg-text);
  color: var(--white-color);
  position: absolute;
  font-size: 29vw;
  letter-spacing: 1vw;
  bottom: -6vw;
  left: 50%;
  transform: translateX(-50%);
}
.bg-gray-grdient {
  background: linear-gradient(#eaeaea, #fdfdfd);
}
.bg-gray {
  background: #f2f2f2;
}
.flipX {
  transform: rotate(180deg);
}
.w-80 {
  width: 80%
}
.flex-auto {
  flex: auto;
}
.rounded-custom {
  border-radius: 2.5rem;
}
.shadow-normal-gray {
  box-shadow: 0 .125rem .9375rem var(--bs-gray-400);
}
.hover-underline-animation {
  position: relative;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--primary-color);
  transition: transform 0.25s ease-out;
  transform-origin: right;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* hamburger menu */
.hamburger-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 2.1875rem);
  width: 100%;
  cursor: pointer;
}
.main-dropdown-nav {
  display: none;
}
.main-dropdown-nav-wrap {
  position: relative;
}
.main-dropdown-nav {
  position: absolute;
  top: calc(100% + .75rem);
  left: 0;
}
.main-dropdown-nav ul {
  padding: .625rem 0;
  margin: 0;
  min-width: 17.5rem;
  background-color: var(--gray200);
  border: 1px solid var(--gray350);
  border-radius: .625rem;
  max-height: 65vh;
  overflow: auto;
}
.main-dropdown-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-dropdown-nav li a {
  display: block;
  /* color: var(--white-color); */
  padding: .75rem 1.25rem;
  text-align: left;
  text-transform: uppercase;
}
.main-dropdown-nav li a.active,
.main-dropdown-nav li a:hover,
.main-dropdown-nav li a:focus {
  color: var(--primary-color);
}
.main-dropdown-nav li.has-child {
  position: relative;
}
.main-dropdown-nav li .menu-open-button {
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .625rem;
  border: none;
  font-size: 1.75rem;
  background-color: transparent;
  height: 1.875rem;
  width: 2.625rem;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}
.main-dropdown-nav ul li ul {
  border: none;
  min-width: 100%;
}
.main-dropdown-nav ul li ul li a {
  padding-left: 1.875rem;
  padding-top: .375rem;
  font-size: 90%;
}
.connect-block.stick {
  position: sticky;
  max-width: 27.5rem;
  margin: 0 auto;
}
.connect-block textarea {
  height: 4.375rem;
  line-height: 1.2;
}
.p-6 {
  padding: 2.5rem;
}
/* BOOTSTRAP
------------------------------------------------------------------------------*/
.text-primary {
  color: var(--primary-color) !important;
}

.btn-primary,
.btn-primary:hover, .btn-primary.btn:active,
.btn-animated,
.btn-animated:hover, .btn-animated.btn:active {
  background: red;
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 -1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, .35);
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 rgba(0, 0, 0, 0.5) inset, 0 1.10em 0 rgba(255, 255, 255, 0.25) inset, 0 -1.10em 1.25em rgba(0, 0, 0, 0.32) inset, 0 1.10rem 1.25em rgba(255, 255, 255, 0.05) inset, 0 1.10em 6px rgba(255, 255, 255, .1) inset;
  transition: all 150ms linear 0s;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  background-position: center center;
    padding: 12px 16px;
    line-height: 1.2;
}
.btn-primary:hover, .btn-primary.btn:active {

}
.btn-primary::before,
.btn-animated::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent, white, transparent);
	left: -100%;
  top: 0;
	transition: 0.5s;
}
.btn-primary:hover::before,
.btn-animated:hover::before {
	left: 100%;
}
/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 4px rgb(0 0 0 / 20%), 0px 0px 0px 0px rgb(255 0 0);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgb(255 117 117 / 20%), 0px 0px 0px 6px rgb(0 0 0 / 0%);
  }
}
.btn-icon img {
  max-width: 1.875rem;
  min-width: 1.875rem;
}
.btn-icon img:nth-child(1){
  margin-right: 1.5rem;
}
.btn-icon img:nth-child(2){
  margin-left: 1.5rem;
  mix-blend-mode: luminosity;
}
/* OWL/SLICK CAROUSAL
------------------------------------------------------------------------------*/
.owl-carousel .owl-stage-outer {
  padding-left: .75rem;
  padding-right: .75rem;
}
.owl-carousel .owl-stage {
  display: flex;
  margin-left: -0.75rem;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  z-index: 2;
}
.owl-carousel .owl-nav .owl-prev {
  right: 2.25rem;
}
.slick-slider .slick-prev {
  right: -5rem;
}
.subCatProducts-pills-inner-slider .slick-prev,
.subCatDetail-pills-slider .slick-prev {
  right: -3.5rem;
  top: 42%;
}
.owl-carousel .owl-nav .owl-next, .slick-slider .slick-next {
  left: -5rem;
}
.subCatProducts-pills-inner-slider .slick-next,
.subCatDetail-pills-slider .slick-next {
  left: -3.5rem;
  top: 42%;
}
.owl-carousel .owl-nav .owl-prev img, .owl-carousel .owl-nav .owl-next img {
  width: 2.75rem;
}
.slick-slider .slick-prev img, .slick-slider .slick-next img {
  width: 2.75rem;
  height: 2.75rem;
}
.subCatProducts-pills-inner-slider .slick-prev img,
.subCatProducts-pills-inner-slider .slick-next img,
.subCatDetail-pills-slider .slick-prev img,
.subCatDetail-pills-slider .slick-next img {
  width: 2rem;
  height: 2rem;
}
.owl-carousel .owl-nav .owl-next img, .slick-slider .slick-next img {
  transform: rotate(180deg);
}
.slick-slider .item > .btn {
  width: 100%;
  padding: .8125rem;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: .3125rem .625rem 0;
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: var(--border-radius-xl);
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}
/* HEADING
------------------------------------------------------------------------------*/
/* theme-heading */
.theme-heading, .theme-heading * {
  color: var(--white-color);
  text-shadow: 1px 0 var(--black-color), -1px 0 var(--black-color), 0 1px var(--black-color), 0 -1px var(--black-color), 1px 1px var(--black-color), -1px -1px var(--black-color), 1px -1px var(--black-color), -1px 1px var(--black-color);
}
.theme-heading span {
  color: var(--primary-color);
  display: inline-block;
  text-shadow: 1px 1px var(--black-color), -1px -1px var(--black-color);
}

.heading {
  margin-bottom: 1.5625rem;
  display: inline;
}
.heading-slabSerif {
  font-family: "AcklinCondensed", sans-serif;
  font-weight: lighter;
  color: var(--primary-color);
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.heading-slabSerif span {
  color: var(--white-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black-color);
}
.heading-sansSerif {
  font-family: "Arial Rounded MT", sans-serif;
  margin-bottom: 0;
  text-shadow: .125rem .1875rem .3125rem rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.heading-sansSerif span {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black-color);
  text-shadow: none;
}
.heading-sansSerif span > span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black-color);
  text-shadow: none;
}
.theme-stroke-heading span{
  display: inline-block;
  opacity: 1;
    transition: all 0.5s;
}
.theme-stroke-heading:hover .heading-slabSerif span {
    color: var(--primary-color);
    -webkit-text-stroke-width: 0px;
}
.black-red-text span {
  color: var(--primary-color);
}
.heading-arial {
  color: var(--white-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black-color);
  text-shadow: none;
}
.heading-arial span {
  color: var(--primary-color);
}
.heading-hand-icon img {
  max-width: 2.9375rem;
  vertical-align: sub;
  mix-blend-mode: multiply;
  margin-top: .3125rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block !important;
  width: auto !important;
}
.fs-6.heading-slabSerif {
  white-space: nowrap;
}
/* main-header */
.main-header {
  position: relative;
  z-index: 9999;
}
.main-header-wrap{
  display: flex;
}
.main-header-wrap .btn.btn-icon.top-100, .mobile-header-bottom-left + .btn, .header-sticky-right .btn {
  padding-top: .375rem;
  padding-bottom: .375rem;
}
.main-header-left, .main-header-right {
  width: 27%;
}
.main-header-left {
  display: flex;
  align-items: flex-end;
}
.main-header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-header-logo {
  display: block;
  max-width: 34.375rem;
  width: 100%;
  margin-bottom: -2px;
}
.main-header-logo img {
  width: 100%;
}
.main-header-middle {
  width: 46%;
  padding: 0 1rem;
}
.main-header-middle .heading-slabSerif {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9375rem;
  font-family: "Arial Rounded MT", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
.main-header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.main-header-menu li {
  margin: 0 .3125rem;
  padding: 0;
  list-style: none;
}
.main-header-menu li a {
  display: block;
  text-align: center;
  padding: .75rem 1rem;
  margin: 0 1px;
  font-size: 1rem;
  text-transform: uppercase;
  /* letter-spacing: -1px; */
  font-weight: 700;
  color: var(--black-color);
  border: 1px solid transparent;
  border-radius: 8px;
  text-shadow: 0.1px 0.1px var(--black-color);
}
.main-header-menu li.active a, .main-header-menu li a:hover, .main-header-menu li a:focus {
  background: red;
  position: relative;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 -1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, .35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 rgba(0, 0, 0, 0.5) inset, 0 1.10em 0 rgba(255, 255, 255, 0.25) inset, 0 -1.10em 1.25em rgba(0, 0, 0, 0.32) inset, 0 1.10rem 1.25em rgba(255, 255, 255, 0.05) inset, 0 1.10em 6px rgba(255, 255, 255, .1) inset;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  background-position: center center;
}
.main-header-menu li:first-child.active a, .main-header-menu li:first-child a:hover, .main-header-menu li:first-child a:focus {
  background-color: none;
  box-shadow: none;
  border-color: transparent;
}
.main-header-menu>ul>li {
  margin: 0;
}
.main-header-menu>ul>li:first-child>a{
  padding: 0;
  background-color: transparent;
  margin-right: .3125rem;
}
.main-header-menu>ul>li>a>img {
  height: 3.25rem;
  width: 3.25rem;
  min-width: 3.25rem;
}
.main-header-right-middle {
  font-size: 3.125rem;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.main-header-contact a {
  font-size: 1.3rem;
}
.main-header-contact a img {
  min-width: 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: .1875rem;
  object-fit: contain;
  opacity: 0.5;
}
.main-header-contact a strong {
  position: relative;
  top: -1px;
}
.main-header-contact a:not(:last-child) {
  padding-right: .3125rem;
  margin-right: .5rem;
  border-right: 1px solid gray;
}
.main-header-search {
  position: relative;
  max-width: 24.375rem;
  width: 100%;
  margin-left: auto;
}
.main-header-search input[type='search'] {
  width: 100%;
  height: 3.25rem;
  border-radius: 3.25rem;
  padding: .3125rem 3.75rem .3125rem 1.5rem;
  border: 3px solid var(--gray350);
  font-size: 1rem;
}
.main-header-search input[type='search']::placeholder {
  color: var(--gray450);
  opacity: 1;
}
.main-header-search button {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 100%;
}
.main-header-search button img {
  max-height: 100%;
}
.header-sticky {
  transform: translateY(-102%);
  background-image: linear-gradient(0deg, var(--gray250) 50%, var(--gray200) 50%);
  border-radius: 12.5rem 0 0 12.5rem;
  transition: 0.3s;
}
.header-sticky.sticky {
  transform: translateY(0);
    padding-right: 15px;
}
.header-sticky:not(.sticky) .main-dropdown-nav {
  display: none !important;
}
.header-sticky-left {
  display: flex;
  align-items: center;
  /* min-width: 150px; */
}
.header-sticky-logo {
  display: block;
  max-width: 5.625rem;
  min-width: 3.4375rem;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.header-sticky-menu-btn {
  margin-left: 1.25rem;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}
.header-sticky-menu-btn img {
  max-width: 2.9375rem;
  width: 100%;
}
.mobile-header {
  display: none;
}
.mobile-header-middle-right .heading-slabSerif.-small {
  font-size: 1.875rem;
}
.mobile-header-middle-right .main-header-right-middle {
  padding: 0;
}
.mobile-header .main-header-contact {
  padding: .625rem 0;
  border-bottom: 1px solid var(--gray350);
}
.mobile-header-middle {
  border-bottom: 1px solid var(--gray350);
}
.mobile-menu-button {
  background-color: transparent;
  border: none;
  padding: 0;
  max-width: 32px;
}
.mobile-header-search {
  left: 50px;
  max-width: 32px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.mobile-header-search.active {
  max-width: 240px;
  z-index: 1;
}
.mobile-header-search input[type='search'] {
  height: 3rem;
  transition: 0.3s;
  appearance: none;
}
.mobile-header-search:not(.active) input[type='search'] {
  padding: 0;
}
.mobile-header-search .main-header-search {
  pointer-events: none;
}
.mobile-header-search.active .main-header-search {
  pointer-events: all;
}
.mobile-header .main-dropdown-nav {
  top: 100%;
}

/* home-banner */
.home-banner-slider {
  display: flex;
  height: 75vh;
  min-height: 550px;
}
.home-banner-slider .swiper-wrapper {
  height: auto;
}
.home-banner-slider .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.home-banner-slider .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 9s ease-out 0s;
  -moz-transition: all 9s ease-out 0s;
  -ms-transition: all 9s ease-out 0s;
  -o-transition: all 9s ease-out 0s;
  transition: all 9s ease-out 0s;
}
.home-banner-slider .swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.banner-slider-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-banner-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-banner-slider {
  .banner-slider-heading, .banner-slider-btn {
    opacity: 0;
  }
}
.home-banner-desc {
  font-size: 2.5rem;
  opacity: 0;
}
.home-banner-slider .swiper-slide-active {
  .banner-slider-heading {
    animation: fadeInDown 1s 0.5s forwards;
  }
  .home-banner-desc {
    animation: fadeInDown 1s 1s forwards;
  }
  .banner-slider-btn {
    animation: fadeInUp 1s 2s forwards;
  }
}
.home-banner-slider-dots {
  position: absolute;
  bottom: 5% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  .swiper-pagination-bullet {
        width: 2.5rem;
        height: 2.5rem;
        margin: 1rem !important;
        background-color: var(--white-color);
        border: 1px solid var(--primary-color);
        opacity: 1;
        transition: 0.5s;
    &.swiper-pagination-bullet-active {
      background-color: var(--primary-color);
      border-color: var(--white-color);
    }
  }
}
/* PROCESS WE FOLLOW
------------------------------------------------------------------------------*/
.ourProcess-wrapper .owl-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 12.5rem;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) );
}
.ourProcess-wrapper .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: 2.625rem;
}
.ourProcess-box {
  position: relative;
  border: 2px solid var(--gray300);
  border-radius: var(--border-radius-xl);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5625rem;
  text-align: center;
  width: 37.5rem;
  height: calc(100% - 2.5rem);
  margin: 1.25rem;
  margin-right: 2.5rem;
  margin-left: .625rem;
  transition: all 0.5s;
  z-index: 1;
}
.ourProcess-box .heading {
  display: inline-block;
  color: var(--black-color);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  transition: all 0.5s;
}
.ourProcess-box .ourProcess-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ourProcess-box .ourProcess-items .ourProcess-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 50%;
  gap: .9375rem;
  padding: .9375rem 0;
}
.ourProcess-box .ourProcess-items .ourProcess-item .rounded-circle {
  width: 7.5rem;
  height: 7.5rem;
  cursor: pointer;
  border: 1px solid var(--gray350);
  padding: 2rem;
}
.ourProcess-big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 18.75rem;
  width: 100%;
  opacity: 0.06;
  pointer-events: none;
  z-index: -1;
}
.ourProcess-box .ourProcess-items .ourProcess-item a {
  font-size: 1.125rem;
  max-width: 12.5rem;
  text-transform: uppercase;
}
.ourProcess-box:hover {
  border-color: var(--primary-color);
  box-shadow: none;
}
.ourProcess-box:hover .heading {
  color: var(--primary-color);
}
/* OUR PRODUCTS
------------------------------------------------------------------------------*/
.ourProducts-topbar {
  display: flex;
  align-items: flex-end;
}
.ourProducts-topbar .owl-carousel .owl-item {
  margin-bottom: 6px;
}
.ourProducts-topbar .item, .ourProducts-topbar .btn {
  height: 100%;
}
.ourProducts-topbar .ourProducts-wrapper--left {
  position: relative;
  width: calc(100% - 20rem);
  padding: 0 5rem;
}
.ourProducts-topbar .ourProducts-wrapper--left-full {
  position: relative;
  width: calc(100% - 0rem);
  padding: 0 5rem;
}
.ourProducts-wrapper--left-full .owl-carousel {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.ourProducts-wrapper--left .owl-carousel {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.ourProducts-topbar .ourProducts-wrapper--left-full .tabs {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  /* overflow: hidden; */
  transition: transform 0.3s ease;
}
.ourProducts-topbar .ourProducts-wrapper--left .tabs {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  /* overflow: hidden; */
  transition: transform 0.3s ease;
}
.ourProducts-topbar .tabs .btn,
.subCatProducts-pills-inner-slider .btn-outline-secondary {
  padding: 0.75rem .8125rem .7rem;
  /* height: 42px !important; */
}
.ourProducts-topbar .ourProducts-wrapper--left-full .btn,
.subCatProducts-pills-inner-slider .btn-outline-secondary,
.subCatDetail-pills-slider .btn-outline-secondary {
  color: #000;
  border-color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: .4375rem;
  margin-right: 25px;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 7px;
  font-weight: 600;
  transition: all 150ms linear 0s;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.ourProducts-topbar .ourProducts-wrapper--left .btn,
.subCatProducts-pills-inner-slider .btn-outline-secondary,
.subCatDetail-pills-slider .btn-outline-secondary {
  color: #000;
  border-color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: .4375rem;
  margin-right: 25px;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 7px;
  font-weight: 600;
  transition: all 150ms linear 0s;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.ourProducts-topbar .ourProducts-wrapper--left-full .btn:not(.slick-current):hover {
  background: red;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 -1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, .35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 rgba(0, 0, 0, 0.5) inset, 0 1.10em 0 rgba(255, 255, 255, 0.25) inset, 0 -1.10em 1.25em rgba(0, 0, 0, 0.32) inset, 0 1.10rem 1.25em rgba(255, 255, 255, 0.05) inset, 0 1.10em 6px rgba(255, 255, 255, .1) inset;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  background-position: center center;
}
.ourProducts-topbar .ourProducts-wrapper--left .btn:not(.slick-current):hover {
  background: red;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 -1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, .35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 rgba(0, 0, 0, 0.5) inset, 0 1.10em 0 rgba(255, 255, 255, 0.25) inset, 0 -1.10em 1.25em rgba(0, 0, 0, 0.32) inset, 0 1.10rem 1.25em rgba(255, 255, 255, 0.05) inset, 0 1.10em 6px rgba(255, 255, 255, .1) inset;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  background-position: center center;
}
.ourProducts-topbar .ourProducts-wrapper--left-full .btn.slick-current, .subCatProducts-pills-main-slider .item.slick-current .btn {
    color: var(--white-color);
    background: linear-gradient(#880105, var(--primary-color));
  border-color: var(--primary-color);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--white-color);
}
.ourProducts-topbar .ourProducts-wrapper--left-full .btn.slick-current a, .subCatProducts-pills-main-slider .item.slick-current .btn a {
    color: var(--white-color);
}
.ourProducts-topbar .ourProducts-wrapper--left .btn.slick-current, .subCatProducts-pills-main-slider .item.slick-current .btn {
    color: var(--white-color);
  background: linear-gradient(#880105, var(--primary-color));
  border-color: var(--primary-color);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--white-color);
}
.subCatDetail-pills-slider .item .btn.active,
.subCatProducts-pills-inner-slider .item.btn.active,
.subCatDetail-pills-slider .item .btn:hover,
.subCatProducts-pills-inner-slider .item.btn:hover,
.subCatDetail-pills-slider .item .btn:focus,
.subCatProducts-pills-inner-slider .item.btn:focus {
  background: red;
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 -1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, .35);
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 rgba(0, 0, 0, 0.5) inset, 0 1.10em 0 rgba(255, 255, 255, 0.25) inset, 0 -1.10em 1.25em rgba(0, 0, 0, 0.32) inset, 0 1.10rem 1.25em rgba(255, 255, 255, 0.05) inset, 0 1.10em 6px rgba(255, 255, 255, .1) inset;
  transition: all 150ms linear 0s;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  background-position: center center;
}
.ourProducts-topbar .ourProducts-wrapper--left .btn::after, .subCatProducts-pills-main-slider .item .btn::after {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  left: -1px;
  bottom: -13px;
  height: 13px;
  width: calc(100% + 2px);
  opacity: 0;
}
.ourProducts-topbar .ourProducts-wrapper--left .btn.slick-current::after, .subCatProducts-pills-main-slider .item.slick-current .btn::after {
  opacity: 1;
}
.subCatProducts-pills-main-slider .item, .subCatProducts-pills-inner-slider .item, .subCatDetail-pills-slider .item {
  margin-right: 1rem;
}
.ourProducts-topbar .ourProducts-wrapper--left .owl-nav .owl-prev,
.ourProducts-topbar .ourProducts-wrapper--left .owl-nav .owl-next {
  top: 40%;
  transform: translateY(-50%);
  pointer-events: all;
}
.ourProducts-topbar .ourProducts-wrapper--left .owl-nav .owl-prev {
  right: 0;
}
.ourProducts-topbar .ourProducts-wrapper--left .owl-nav .owl-next {
  left: 0;
}
.ourProducts-topbar .ourProducts-wrapper--left .owl-nav .owl-prev img,
.ourProducts-topbar .ourProducts-wrapper--left .owl-nav .owl-next img {
  width: 2.625rem;
}
.ourProducts-topbar .ourProducts-wrapper--right {
  width: 100%;
  padding-right: 2.5rem;
}
.ourProducts-topbar .slick-slider .slick-prev,
.ourProducts-topbar .slick-slider .slick-next {
  top: -2px;
  transform: none;
}
.ourProducts-content {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.ourProducts-content > .item {
  min-width: 100%;
}
.ourProducts-content > .item > .row, .ourProducts-content .item.slick-slide > .row {
  position: relative;
  margin-left: .3125rem;
  margin-right: .3125rem;
  height: 100%;
  border-top: .75rem solid var(--primary-color);
  border-radius: var(--border-radius-xl);
  border-top-left-radius: 2.6875rem;
  border-top-right-radius: 2.6875rem;
  z-index: 1;
}
.ourProducts-content > .item > .row > .left, .ourProducts-content .item.slick-slide > .row .left {
  background-color: var(--white-color);
  border-top-left-radius: 2.75rem;
  border-bottom-left-radius: 2.75rem;
}
.ourProducts-content > .item > .row > .left .box, .ourProducts-content .item.slick-slide > .row > .left .box {
  aspect-ratio: 1/0.65;
}
.ourProducts-content > .item > .row > .right, .ourProducts-content .item.slick-slide > .row > .right {
  background-color: var(--white-color);
  border-top-right-radius: 2.75rem;
  border-bottom-right-radius: 2.75rem;
}
.ourProducts-content .box {
  background-color: var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border:1px solid var(--gray300);
  border-radius: var(--border-radius-xl);
  height: 100%;
  width: 100%;
  padding: .625rem;
  box-shadow: 0px 0px .4375rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.ourProducts-content .item > .row > .right .box, .ourProducts-content .item.slick-slide > .row > .right .box {
  padding: 1.25rem;
}
.ourProducts-content .box .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-xl);
}
.ourProducts-content .box .product-details {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ourProducts-content .box .product-details p,
.ourProducts-content .box .product-details * {
  font-size: 1rem;
  font-family: "Arial Rounded MT", sans-serif !important;
}
.ourProducts-bottombar .carousel-indicators  {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 0;
}
.ourProducts-bottombar .owl-nav .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-color);
  border-radius: var(--border-radius-md);
  font-size: 1.125rem;
  height: 2.625rem;
  width: 2.625rem;
  border: 1px solid var(--gray300);
  background-color: var(--white-color);
  cursor: pointer;
  transition: 0.3s;
}
.ourProducts-bottombar .owl-nav .indicator:hover {
  border-color: var(--bs-btn-hover-border-color);
}
.ourProducts-bottombar .owl-nav .indicator.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.ourProducts-bottombar .owl-nav button {
  position: static !important;
  min-width: 2.8125rem;
  transform: none !important;
}
.ourProducts-bottombar .owl-nav a {
  position: static !important;
  min-width: 2.8125rem;
  transform: none !important;
}
.ourProducts-bottombar .owl-nav button img {
  width: 2.625rem;
}
.ourProducts-content-slider .slick-track {
  display: flex;
}
.ourProducts-content-slider .slick-slide {
  height: auto;
}
/* ABOUT GIANT INFLATBLES
------------------------------------------------------------------------------*/
.card.card-simple {
  border-color: var(--gray300);
  border-radius: 2.25rem;
  padding: 1.75rem;
}
.card.card-simple p {
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.card-middle-heading {
  font-size: 3.25rem;
}
.about-section-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.about-section-big-img {
  max-width: 43.125rem;
  margin: 0 auto;
}
.about-middle-logo {
  max-width: 6.25rem;
  margin: 0 auto;
}
.about-section-desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-section-desc figure {
  display: none;
}
.about-section-desc p,
.about-section-desc * {
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: 'Arial Rounded MT', sans-serif !important;
}
.about-middle-book {
  max-width: 4.375rem;
  margin: 0 auto;
}
/* OUR CLIENTS
------------------------------------------------------------------------------*/
.ourClients-wrapper {
  padding: 0 6.25rem;
}
.ourClients-wrapper .owl-carousel .ourClient-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 2.5rem;
  padding: 3.125rem;
}
.ourClients-wrapper .owl-carousel .owl-nav .owl-next {
  left: -3.75rem;
}
.ourClients-wrapper .owl-carousel .owl-nav .owl-prev {
  right: -3.75rem;
}
.ourClients-wrapper .owl-carousel.owl-drag .owl-item {
  padding: .9375rem 1.25rem;
}
.ourClients-wrapper .ourClient-items img {
  max-height: 13.4375rem;
  object-fit: contain;
}
/* OUR BLOGS
------------------------------------------------------------------------------*/
.ourBlogs-wrapper {
  padding: 0 3.125rem;
}
.ourBlogs-wrapper .owl-carousel .owl-nav .owl-next {
  left: -3.75rem;
}
.ourBlogs-wrapper .owl-carousel .owl-nav .owl-prev {
  right: -3.75rem;
}
.ourBlogs-wrapper .owl-carousel .owl-nav .owl-prev, .ourBlogs-wrapper .owl-carousel .owl-nav .owl-next {
  transform: none;
}
.ourBlogs-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ourBlogs-info .h3 {
  font-size: 3.3rem;
  line-height: 1.1;
}
.ourBlogs-desc {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    margin-bottom: auto;
    max-height: 225px;
}
.ourBlogs-desc:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 40px;
  /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white-color) 95%);*/
}
.ourBlogs-items .image-hover-effect {
  max-height: 400px;
  border-radius: 30px;
  overflow: hidden;
  margin: 10px;
}
.ourBlogs-items h5,
.downloads-wrapper .downloads-topbar h5 {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 64px;
}
/* OUR BLOGS
------------------------------------------------------------------------------*/
.ourCategories-wrapper {
  padding: 0 3.125rem;
}
/* .ourCategories-wrapper .owl-carousel .ourCategories-box {
  background-color: var(--white-color);
  border-radius: 2.75rem;
} */
.ourCategories-wrapper .owl-carousel .owl-item {
  padding: .3125rem 2rem;
}
.ourCategories-wrapper .owl-carousel .owl-nav .owl-next {
  left: -7rem;
}
.ourCategories-wrapper .owl-carousel .owl-nav .owl-prev {
  right: -7rem;
}
.ourCategories-box .card-header img {
  max-width: 1.5625rem;
  margin-right: .5rem;
}
.ourCategories-box .card-header {
  background-image: linear-gradient(180deg, var(--white-color), var(--gray300));
  border-radius: 0;
}
.ourCategories-box .ourCategories-items{
  border-radius: 2.5rem;
  overflow: hidden;
}
.ourCategories-box .list-group-item {
  display: flex;
  align-items: flex-start;
  padding: .5625rem 0;
  margin: 0 .3125rem;
  font-size: 1rem;
  color: inherit !important;
  background-color: transparent !important;
  border: none !important;
}
.ourCategories-box .list-group-item.active a, .ourCategories-box .list-group-item a:hover, .ourCategories-box .list-group-item a:focus {
  color: var(--primary-color);
}
.ourCategories-box .list-group-item img {
  min-width: 1.25rem;
  max-width: 1.25rem;
  margin-right: .625rem;
}
/* OUR VENTURES
------------------------------------------------------------------------------*/
.ourVentures-wrapper {
  padding: 0 2.375rem;
}
.ourVentures-wrapper .owl-carousel .owl-nav .owl-next {
  left: -3.75rem;
}
.ourVentures-wrapper .owl-carousel .owl-nav .owl-prev {
  right: -3.75rem;
}
.ourVentures-box-heading {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding: .5rem .625rem;
  margin-bottom: 0;
  border-radius: 2.5rem 2.5rem 0 0;
  transition: 0.3s;
}
.ourVentures-items:hover .ourVentures-box-heading {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.ourVentures-items .heading-slabSerif {
  font-size: 1.5625rem;
}
.ourVentures-logos {
  border: 1px solid var(--gray350);
  border-radius: 2.5rem;
  padding: 1.25rem;
  margin: 5px;
  margin-top: 0;
  min-height: 250px;
}
.ourVentures-items:hover .ourVentures-logos {
  border-color: var(--primary-color);
  box-shadow: 0px 0px 0px 1px var(--primary-color);
}
.ourVentures-logos img {
  max-width: 80%;
  margin: 0 auto;
}
/* footer */
.connect-with-us .owl-carousel {
  padding: 0 3.125rem;
}
.connect-with-us .owl-carousel .owl-nav .owl-prev {
  right: -1rem;
}
.connect-with-us .owl-carousel .owl-nav .owl-next {
  left: -1rem;
}
.connect-with-us .card-middle-heading {
  font-size: 2.625rem;
}
.connect-with-us .footer-card-contact a {
  font-size: 1.125rem;
}
.connect-with-us .footer-card-contact a img {
  min-width: 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: .3125rem;
  object-fit: contain;
  opacity: 0.5;
}
.card-profile-brochure {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.card-profile-brochure > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.social-links a img {
  max-width: 2.625rem
}
.quick-links.list-group-flush {
  border-top: none;
  min-width: 13.75rem;
}
.quick-links.list-group-flush .list-group-item {
  padding: .75rem 0;
}

.footer-bottom {
  position: relative;
  padding-top: 2.1875rem;
  padding-bottom: 5rem;
  background-color: #03030b;
  color: var(--white-color);
  z-index: 1;
  overflow: hidden;
}
.footer-bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.footer-bottom-bg img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-bottom-row {
  position: relative;
  /* margin: 0 -3%; */
}
.footer-bottom-row .owl-item {
  padding-left: 3%;
  padding-right: 3%;
}
.footer-bottom-col h6, .footer-bottom-col .h6 {
  color: var(--primary-color);
  margin-bottom: 2.8125rem;
}
.footer-bottom-col.-middle h6, .footer-bottom-col.-middle .h6 {
  font-size: 1.4375rem;
}
.footer-bottom-img {
  height: 10.625rem;
  max-width: 20rem;
  width: 100%;
  margin: 0 auto 1.25rem;
}
.footer-bottom-col.-middle .footer-bottom-img {
  max-width: 26.25rem;
}
.footer-bottom-col.-middle .footer-bottom-img img {
  max-height: none;
}
.footer-bottom-img img {
  max-height: 90%;
}
.footer-web-url {
  margin-bottom: .875rem;
}
.footer-web-url a {
  font-size: 1.5625rem;
  display: inline-block;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  filter: drop-shadow(-30px 0 12px rgba(3, 3, 11, 0.9)) drop-shadow(30px 0 12px rgba(3, 3, 11, 0.9));
  transition: 0.3s;
}
.footer-web-url a:hover, .footer-web-url a:focus {
  border-bottom-color: var(--white-color);
}
.footer-web-url + strong {
  font-size: 1.25rem;
  filter: drop-shadow(-15px 0 10px rgba(3, 3, 11, 0.95)) drop-shadow(15px 0 10px rgba(3, 3, 11, 0.95));

}
.footer-bottom-row .owl-stage {
  display: flex;
  align-items: flex-start;
}
.footer-bottom-row.owl-carousel .owl-nav .owl-next {
  left: 1rem;
}
.footer-bottom-row.owl-carousel .owl-nav .owl-prev {
  right: 1rem;
}
/* about page */
.breadcrumb {
  margin: 3.75rem 0;
  padding-top: 1.5rem;
}
.breadcrumb-inner {
  position: relative;
  background-color: var(--gray200);
  border: 1px solid var(--gray600);
  border-radius: 17px;
  min-width: 25.625rem;
  padding: 5px;
}
.breadcrumb-home img {
  max-width: 42px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .breadcrumb-home img {
    max-width: 30px;
  }
}
.breadcrumb-inner ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 3.125rem;
}
.breadcrumb-inner li {
  position: relative;
  padding-bottom: 0;
  padding-left: .9375rem;
  margin-left: .9375rem;
  list-style: none;
}
.breadcrumb-inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: var(--gray600);
}
.breadcrumb-inner li a, .breadcrumb-inner li span {
  display: block;
  font-size: 1rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-transform: uppercase;
  text-align: center;
}
.breadcrumb-inner li a:hover, .breadcrumb-inner li a:focus {
  color: var(--primary-color);
}
.breadcrumb-inner li span {
  color: var(--primary-color);
}
.breadcrumb-inner .btn {
  margin-left: auto;
}
.breadcrumb-inner .btn img {
  max-width: 1.2rem;
  min-width: 1.2rem;
  margin-right: .4375rem;
}
.about-wrapper,
.about-wrapper *,
.blogs-details-section,
.blogs-details-section *,
.catDetailMainBox,
.catDetailMainBox *:not(.heading-slabSerif) {
  font-family: 'Arial Rounded MT', sans-serif !important;
}
.about-wrapper img {
  /* height: 100%;
  width: 100%; */
  object-fit: cover;
  border-radius: .625rem;
  aspect-ratio: 1 / 0.55;
}
/* downloads page */
.brochure-thumbnail {
  position: relative;
  aspect-ratio: 1/0.7;
  border: 1px solid var(--gray300);
  background-color: var(--gray200);
  border-radius: 1.5rem;
}
.brochure-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.downloads-wrapper .btn {
  font-size: 1.375rem;
}
/* contact-page */
.contact-page-form label{
  font-size: 1rem;
}
.contact-page-form input, .contact-page-form select, .contact-page-form textarea {
  font-size: 1rem;
  color: var(--gray450);
  max-width: 22.5rem;
  width: 100%;
  border: 1px solid var(--gray300);
  border-radius: .625rem;
  outline: none;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder {
  color: var(--gray450) !important;
  opacity: 1;
}
.contact-page-form input, .contact-page-form select {
  height: 2.625rem;
  padding: .3125rem 1.125rem;
}
.contact-page-form textarea {
  height: 6.25rem;
  padding: .75rem 1.125rem;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder {
  color: var(--gray350);
  opacity: 1;
}
.contact-page-form-mail img {
  max-width: 1.7rem;
}
.card-contact-right .about-middle-logo {
  max-width: 7rem;
  min-width: 7rem;
  margin: 0 1.125rem 0 0;
}
.card-contact-right .about-middle-book {
  margin: 0 1.125rem 0 0;
}
/* clients page */
.client-tabs-head {
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
}
.client-tabs-col {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
  width: 33.33%;
}
.client-tabs-col button img {
  max-width: 75%;
  width: auto;
  max-height: 100%;
}
.client-tabs-col button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.67;
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
  background-color: var(--white-color);
  border: 3px solid var(--gray300);
  border-radius: 2.5rem;
  transition: 0.3s;
}
.client-tabs-col button.active {
  border-color: var(--primary-color);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.client-tabs-col button span {
  position: absolute;
  left: -10px;
  bottom: -26px;
  height: 28px;
  width: calc(100% + 20px);
  background-color: var(--white-color);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.client-tabs-col button.active span {
  opacity: 1;
}
.client-tabs-col:first-child button span {
  left: -3px;
  border-left: 3px solid var(--primary-color);
}
.client-tabs-col:last-child button span {
  left: -17px;
  border-right: 3px solid var(--primary-color);
}
.client-tabs-col button::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -26px;
  height: 30px;
  width: 30px;
  border-bottom: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
  border-bottom-right-radius: 1.25rem;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.client-tabs-col button::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -26px;
  height: 30px;
  width: 30px;
  border-bottom: 3px solid var(--primary-color);
  border-left: 3px solid var(--primary-color);
  border-bottom-left-radius: 1.25rem;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.client-tabs-col button.active::before, .client-tabs-col button.active::after {
  opacity: 1;
}
.client-tabs-col:first-child button::before, .client-tabs-col:last-child button::after {
  display: none;
}
.client-tabs-img {
  aspect-ratio: 1/0.8;
  padding: .625rem;
  border: 1px solid var(--gray300);
  border-radius: 2.5rem;
}
.client-tabs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.client-tabs-body .client-tabs-content {
  display: none;
  padding: .9375rem;
  border: 3px solid var(--primary-color);
  border-radius: 2.5rem;
}
.client-tabs-body .client-tabs-content:first-child {
  border-top-left-radius: 0;
}
.client-tabs-body .client-tabs-content:last-child {
  border-top-right-radius: 0;
}
.client-tab-description p {
  font-size: 85%;
}
/* error-page */
.error-home-icon img {
  max-width: 17.5rem;
}
/* blogs-details */
.blogs-details-banner {
  aspect-ratio: 1/0.5;
  border-radius: 2.5rem;
  background-color: var(--gray200);
}
.blogs-details-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
/* search-result */
.search-result-block {
  aspect-ratio: 1/0.9;
  border-radius: 2rem;
  background-color: var(--gray200);
  border: 1px solid var(--gray300);
}
.search-result-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
/* sub-categoty-detail page */
.dropdown .btn {
  border: 1px solid var(--gray300);
  border-radius: .625rem;
}
.dropdown .dropdown-toggle::after {
  display: none;
}
.dropdown .btn > img {
  max-width: 2.6875rem;
  min-width: 2.6875rem;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: var(--white-color);
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .dropdown .btn,
  .dropdown .dropdown-item {
    font-size: 13px;
  }
}
.subCatDetail-main {
  padding: .75rem;
  border: 1px solid var(--gray300);
  border-radius: 2.5rem;
  margin-top: 1.25rem;
}
.catDetailBig {
  border-radius: 2.1875rem;
}
.subCatDetail-banner {
  aspect-ratio: 1/0.55;
  background-color: var(--gray200);
  border-radius: 1.5625rem;
}
.subCatDetail-banner img, .subCatDetail-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.subCatDetail-thumb {
  aspect-ratio: 1/0.7;
  background-color: var(--gray200);
  border-radius: 1.375rem;
}
.catDetailThumb {
  position: relative;
  margin-top: .9375rem;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}
.catDetailThumb::before, .catDetailThumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5.625rem;
  height: 100%;
  background-color: var(--white-color);
  z-index: 9;
}
.catDetailThumb::after {
  left: auto;
  right: 0;
}
.catDetailThumb .swiper-slide {
  opacity: 0.8;
  transition: 0.3s;
}
.catDetailThumb .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-prev, .swiper-button-next {
  width: 2.625rem;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  right: .9375rem;
  left: auto;
}
.swiper-button-next {
  left: .9375rem;
  right: auto;
}
/* sub category product page */
.subCatProduct-section .ourProducts-content .row {
  background-color: var(--white-color);
  padding: 20px 12px 0;
}
.subCatProduct-section .subCatProductBox {
  position: relative;
  display: block;
  aspect-ratio: 1/0.73;
  background-color: var(--gray200);
  border-radius: 1.5625rem;
  overflow: hidden;
}
.subCatProduct-section .subCatProductBox > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.subCatProductTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5625rem;
  background-color: rgba(0,0,0, 0.8);
}
.subCatProduct-section .subCatProductBox .h4 {
  color: var(--white-color);
  margin-bottom: 0;
  transition: 0.3s;
}
.subCatProduct-section .subCatProductBox:hover .h4 {
  color: var(--primary-color);
}
.catProductDescSection .catProductDescRight {
  max-width: 30.3125rem;
  margin-left: auto;
  margin-right: auto;
}
.catProductRightBook {
  max-width: 3.5rem;
  margin: 0 .75rem 0 0 !important;
}
/* thankyou page */
.thankyou-block {
  position: relative;
}
.thankyou-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: 100rem;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
}
.thankyou-bg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.thankyou-mail-check {
  max-width: 15rem;
  margin: 0 auto;
}
.thankyou-block .heading-slabSerif span > span {
  color: var(--white-color);
}
.thankyou-block p {
  font-size: 1.875rem;
}
.thankyou-block p a {
  color: var(--primary-color);
}
.thankyou-block p a:hover, .thankyou-block p a:focus {
  text-decoration: underline;
}
.thankyou-bottom {
  max-width: 56.25rem;
  margin: 0 auto;
}

/* image hover shine effect */
.image-hover-effect {
  position: relative;
  overflow: hidden;
}
.image-hover-effect::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.image-hover-effect:hover::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* wow animation */
.wow {
  visibility: hidden;
}

/* modal */
.requestCallbackModal {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1 !important;
  z-index: 9999 !important;
}
.requestCallbackModal .modal-dialog {
  max-width: 25rem;
  margin: 0 auto;
}
.requestCallbackModal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0 none;
  margin-left: -0.9375rem;
}
.requestCallbackModal .modal-dialog .modal-content .btn-close-wrap {
  position: absolute;
  top: 0;
  right: -3rem;
  padding: 0;
}
.requestCallbackModal .modal-dialog .modal-content .btn-close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 1;
  z-index: 1;
  filter: invert();
}
.simpleImageSlider,
.simpleImageSlider .slick-list,
.simpleImageSlider .slick-list .slick-track {
  height: 100%;
}
/* fancybox */
.fancybox__container {
  z-index: 9999;
}
.fancybox-image {
  max-width: 95%;
}
[data-fancybox] {
  cursor: pointer;
}

.image {
  cursor: pointer;
  display: grid;
  overflow: hidden;
  position: relative;
}
.image--style-1 {
  border-radius: var(--border-radius-xl);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.image--style-2 {
  border-radius: 50%;
  height: 320px;
  width: 320px;
}
.image--style-3 {
  border-radius: var(--border-radius-xl);
  height: 100%;
  width: 100%;
}
.image--style-4 {
  height: 450px;
  width: 285px;
}
.image>.image__element,.image__wrap {
  border-radius: inherit;
  grid-area: 1/1/2/2;
  height: 100%;
  position: relative;
  transform-origin: inherit;
  width: 100%;
  will-change: transform;
}
.image__wrap {
  overflow: hidden;
}
.image__element {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.onscreen-popup-title-link {
  background: black;
  display: flex !important;
}
.product_title_header div {
  display: flex !important; /* Use flexbox for horizontal alignment */
  gap: 0px; /* Add some spacing between items */
  align-items: center !important; /* Align items vertically if needed */
}


 .loader_wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff9c;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99999;
}
.india__loader {
  position: relative;
  width: 300px;
}
.india__loader>img {
  max-width: 100%;
}
.loading-text {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #ff0000;
  /* Base red color */
  text-shadow:
      0 0 2px #ff000066,
      0 0 4px #ff000066,
      0 0 6px #ff000066,
      0 0 8px #ff634766,
      0 0 10px #ff634766,
      0 0 12px #ff634766;
  animation: neonGlow 1s infinite alternate;
}
.dots::after {
  content: '';
  display: inline-block;
  animation: dotsAnimation 1.5s infinite;
}

@keyframes neonGlow {
  0%,
  100% {
      text-shadow:
          0 0 0 #ff000066,
          0 0 0 #ff000066,
          0 0 0 #ff000066,
          0 0 0 #ff634766,
          0 0 0 #ff634766,
          0 0 0 #ff634766;
  }
  50% {
      text-shadow:
          0 0 2px #ff000066,
          0 0 4px #ff000066,
          0 0 6px #ff000066,
          0 0 8px #ff634766,
          0 0 10px #ff634766,
          0 0 12px #ff634766;
  }
}

@keyframes dotsAnimation {
  0% {
      content: '';
  }
  33% {
      content: '.';
  }
  66% {
      content: '..';
  }
  100% {
      content: '...';
  }
}

.touchon-svg {
  height: 64px;
  width: 64px;
  transform: rotate(-30deg);
  margin-top: -40px;
  margin-left: -10px;
}
.touchon-hand-fill {
  fill: #ffffff;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.5));
}
.touchon-hand-stroke {
  stroke: #000;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.touchon-hand-fill, .touchon-hand-stroke {
  animation: 2.2s linear 0.6s infinite handTouch;
  transform-origin: 50% 50%;
}
.hand-touch-1, .hand-touch-2, .hand-touch-3 {
  stroke: var(--primary-color);
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.4));
}
.hand-touch-1 {
  animation: 2.2s linear 0s infinite touch-1;
}
.hand-touch-2 {
  animation: 2.2s linear 0s infinite touch-2;
  opacity: 0;
}
.hand-touch-3 {
  animation: 2.2s linear 0s infinite touch-3;
  opacity: 0;
}
.theme-stroke-heading:hover .touchon-svg * {
    animation: none;
}
.theme-stroke-heading:hover .touchon-svg .hand-touch-1 {
    r: 50;
    opacity: 1;
}
.theme-stroke-heading:hover .touchon-svg .hand-touch-2 {
    r: 110;
    opacity: 0.8;
}
.theme-stroke-heading:hover .touchon-svg .hand-touch-3 {
    r: 160;
    opacity: 0.7;
}
@keyframes touch-1 {
  0% {r: 0;}
  70% {r: 0;}
  80% {r: 50;opacity: 1;}
  100% {opacity: 0;}
}
@keyframes touch-2 {
  0% {r: 0;}
  50% {r: 0;}
  80% {r: 110;opacity: 0.8;}
  95% {opacity: 0;}
}
@keyframes touch-3 {
  30% {r: 0;opacity: 0;}
  80% {r: 160;opacity: 0.7;}
  90% {opacity: 0;}
}
@keyframes handTouch {
  0% {transform: scale(1, 1);}
  10% {transform: scale(0.7, 0.7);}
  20% {transform: scale(1, 1);}
}

/* CAPTCHA */
.captcha {
  min-height: 78px;
}

.recaptcha-container {
  display: inline-block;
}

.g-recaptcha {
  transform-origin: center;
  -webkit-transform-origin: center;
}

@media screen and (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}

