.wow {
  visibility: hidden;
}

@-webkit-keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade_top {
  -webkit-animation-name: fade_top;
  animation-name: fade_top;
}

.swiper-pagination-progressbar {
  background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

@keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

.slide_left {
  -webkit-animation-name: slide_left;
  animation-name: slide_left;
}

@-webkit-keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

@keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

.slide_right {
  -webkit-animation-name: slide_right;
  animation-name: slide_right;
}

/* @font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/helixa/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "Manrope-bold";
  src: url("../fonts/manrop/Manrope-Bold.woff2") format("woff2"),
    url("../fonts/manrop/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-extrabold";
  src: url("../fonts/manrop/Manrope-ExtraBold.woff2") format("woff2"),
    url("../fonts/manrop/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-extralight";
  src: url("../fonts/manrop/Manrope-ExtraLight.woff2") format("woff2"),
    url("../fonts/manrop/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-light";
  src: url("../fonts/manrop/Manrope-Light.woff2") format("woff2"),
    url("../fonts/manrop/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-medium";
  src: url("../fonts/manrop/Manrope-Medium.woff2") format("woff2"),
    url("../fonts/manrop/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-semibold";
  src: url("../fonts/manrop/Manrope-SemiBold.woff2") format("woff2"),
    url("../fonts/manrop/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope-regular";
  src: url("../fonts/manrop/Manrope-Regular.woff2") format("woff2"),
    url("../fonts/manrop/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-regular";
  src: url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("Helixa-Black.woff2") format("woff2"),
    url("Helixa-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("../fonts/helixa/Helixa-BlackItalic.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helixa-bold";
  src: url("../fonts/helixa/Helixa-Bold.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helixa Book";
  src: url("../fonts/helixa/Helixa-Book.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("../fonts/helixa/Helixa-BoldItalic.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helixa-regular";
  src: url("../fonts/helixa/Helixa-Regular.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("../fonts/helixa/Helixa-Italic.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("../fonts/helixa/Helixa-Light.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helixa Book";
  src: url("../fonts/helixa/Helixa-BookItalic.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("../fonts/helixa/Helixa-LightItalic.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("../fonts/helixa/Helixa-Thin.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helixa";
  src: url("../fonts/helixa/Helixa-ThinItalic.woff2") format("woff2"),
    url("../fonts/helixa/Helixa-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  /* colors */
  --primary-color: #000000;
  --secondary-color: #0baea9;
  --white-color: #ffffff;
  --pure-black-color: #231f1f;
  --highlight-color: #e1e4e8;
  --background-smoke: #fafbfc;
  --background-gray: #f6f6f6;
  --gray-color: #828282;
  --button-text-color: #cacaca;
  --light-black-color: #222222;
  --font-gray: #888787;
  --link-color-gray: #454545;
  --secondary-highlight-color: #0366d6;

  /* font-sizes */
  --main-title-fonts-size: 7.5rem;
  --banner-title-font-size: 5.625rem;
  --section-title-font-size: 4.5rem;
  --section-subtitle-font-size: 4rem;
  --second-title-font-size: 3.5rem;
  --small-title-font-size: 2.625rem;
  --paragraph-font-size: 2.25rem;
  --small-paraghraph-fonts-size: 2rem;
  --content-font-size: 1.5rem;
  --link-font-size: 1rem;
  --medium-font-size: 3.375rem;
  --small-subtitle-font-size: 1.125rem;
  /* font-families */
  --light-font-family: "Manrope-light";
  --regular-font-family: "Manrope-regular";
  --medium-font-family: "Manrope-medium";
  --semibold-font-family: "Manrope-semibold";
  --bold-font-family: "Manrope-bold";
  --gilroy-regular-font-family: "Gilroy-regular";
  --helixa-regular-font-family: "Helixa-regular";
  --helixa-bold-font-family: "Helixa-bold";
  --black-font-family: "Poppins-Black";
  /* other */
  --common-transition: all 0.6s ease;
  --web-border-radius: 0.625rem;
  --mobile-border-radius: 0.6rem;
  --common-gap-size: 1rem;
  --small-gap-size: 1.5rem;
  --biggest-gap-size: 7rem;
  --middest-gap-size: 2.25rem;
  --medium-gap-size: 4rem;
  --semimedium-gap-size: 4.5rem;
  --big-gap-size: 10.375rem;
}

.light-fonts {
  font-family: var(--light-font-family) !important;
}

.regular-fonts {
  font-family: var(--regular-font-family) !important;
}

.medium-fonts {
  font-family: var(--medium-font-family) !important;
}

.semibold-fonts {
  font-family: var(--semibold-font-family) !important;
}

.bold-fonts {
  font-family: var(--bold-font-family) !important;
}

.gilroy-regular {
  font-family: var(--gilroy-regular-font-family) !important;
}

.Helixa-regular {
  font-family: var(--helixa-regular-font-family);
}

/* Custom scrollbar for Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 4px;
  /* Width of the vertical scrollbar */
  height: 4px;
  /* Height of the horizontal scrollbar */
}

/* Remove the up/down arrow buttons on the scrollbar */
::-webkit-scrollbar-button {
  display: none;
}

/* The scrollbar track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background-color: transparent;
  /* Transparent background */
}

/* The draggable part of the scrollbar (thumb) */
::-webkit-scrollbar-thumb {
  background-color: var(--highlight-color);
  /* Color of the scrollbar thumb */
  border-radius: 2px;
  /* Rounded corners */
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--highlight-color);
  /* Darker color when hovered */
}

/* Custom scrollbar for Firefox */
* {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: var(--highlight-color) transparent;
  /* Thumb color and track color */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: var(--regular-font-family);
  color: var(--primary-color);
}

html {
  height: auto;
  font-size: 16px;
  scroll-behavior: smooth;
}

* {
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.2;
  width: 100%;
}

body.no-scroll-body {
  overflow-y: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  background-color: transparent;
  color: unset;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: unset;
  color: unset;
}

img {
  max-width: 100%;
  transition: var(--common-transition);
  width: 100%;
  object-fit: cover;
  /* cursor: pointer; */
  display: block;
}

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

.p0 {
  padding: 0 !important;
}

.main-container-fluid {
  width: 95%;
  margin: 0 auto;
}

.main-container {
  width: 90%;
  margin: 0 auto;
}

.mini-container {
  width: 65%;
  margin: 0 auto;
}

.content_accordian {
  display: none;
}

.section-padding {
  padding: 8rem 0;
}

.section-padding-small {
  padding: 2rem 0;
}

.section-padding-medium {
  padding: 4rem 0;
}

.hover-enable {
  display: none;
}

.hover-disable {
  display: inline-block;
}

.mobile-image {
  display: none;
}

.web-image {
  display: block;
}

div:focus-visible,
img:focus-visible,
button:focus-visible {
  outline: none;
  border: none;
}

.visible-tab-mobile {
  display: none !important;
}

.hide-tab-mobile {
  display: block !important;
}

.visible-mobile-only {
  display: none !important;
}

.hide-mobile-only {
  display: block !important;
}

.inner-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.inner-flex.inner-flex-small {
  gap: var(--small-gap-size);
}

.inner-flex.inner-flex-middest {
  gap: var(--middest-gap-size);
}

.inner-flex.inner-flex-smallest {
  gap: 0.25rem;
}

.inner-flex.inner-flex-medium {
  gap: var(--medium-gap-size);
}

.inner-flex.inner-flex-big {
  gap: var(--big-gap-size);
}

.inner-flex.inner-flex-semi-medium-gap {
  gap: var(--semimedium-gap-size);
}

.inner-flex.inner-flex-biggest-gap {
  gap: var(--biggest-gap-size);
}

.big-gap {
  gap: var(--big-gap-size) !important;
}

.flex-row.flex-row-middest {
  gap: var(--middest-gap-size);
}

.flex-row.flex-row-small {
  gap: var(--small-gap-size);
}

.inner-flex.inner-flex-large {
  gap: 10rem;
}

.inner-flex.inner-flex-common {
  gap: var(--common-gap-size);
}

.inner-flex.inner-flex-center {
  text-align: center;
  align-items: center;
}

.white-color {
  color: var(--white-color) !important;
}

.black-color {
  color: var(--pure-black-color) !important;
}

.highlight-color {
  color: var(--highlight-color) !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.secondary-highlight-color {
  color: var(--secondary-highlight-color) !important;
}

.font-gray-color {
  color: var(--font-gray);
}

/* fonts css */

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}

.banner-title h1,
.banner-title h1 span,
.banner-title h2,
.banner-title h2 span {
  font-size: var(--banner-title-font-size);
  font-family: var(--bold-font-family);
}

.banner-title h1 span,
.banner-title h2 span {
  color: var(--secondary-color);
}

.section-title h1,
.section-title h1 span,
.section-title h2,
.section-title h2 span {
  font-size: var(--section-title-font-size);
  font-family: var(--semibold-font-family);
}

/* .section-title h1 span,
.section-title h2 span {
    color: var(--secondary-color);
} */

.second-title h2 {
  font-size: var(--second-title-font-size);
}

.small-title h2 {
  font-size: var(--small-title-font-size);
}

.section-content p,
.section-content p span {
  font-size: var(--content-font-size);
  line-height: 1.5;
}

.medium-font-size p {
  font-size: var(--medium-font-size);
}

.section-content p span {
  color: var(--secondary-color);
}

.section-paragraph p,
.section-paragraph p span {
  font-size: var(--paragraph-font-size);
  line-height: 1.5;
}

.section-paragraph p span {
  color: var(--secondary-color);
}

.section-text p,
.section-text span,
.section-text p span {
  font-size: 1rem !important;
  line-height: 1.25;
}

.section-text p span {
  color: var(--secondary-color);
}

.section-subtitle h4,
.section-subtitle h4 span {
  font-size: var(--section-subtitle-font-size);
  /* font-family: var(--semibold-font-family); */
  color: var(--primary-color);
}

/* .section-subtitle h4 span {
    color: var(--secondary-color);
} */

.smallest-font p {
  font-size: 0.85rem;
}

.link-font-size a p,
.link-font-size p a,
.link-font-size a p span.material-symbols-outlined,
.link-font-size p {
  font-size: var(--link-font-size);
  line-height: 1.5;
}

.link-font-size.link-font-size20 a p,
.link-font-size.link-font-size20 a p span.material-symbols-outlined,
.link-font-size.link-font-size20 p {
  font-size: 1.25rem !important;
  line-height: 1;
}

.microgenix-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.125rem 3.438rem;
  transition: var(--common-transition);
  /* border-radius: 0.5rem; */
  width: fit-content;
  justify-content: center;
}

.microgenix-button p,
.microgenix-button span {
  line-height: 1 !important;
}

.text-button {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: fit-content;
  position: relative;
  cursor: pointer;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
}

.text-button::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  background-color: var(--primary-color);
  left: 0;
  width: 0%;
  transition: var(--common-transition);
}

.text-button:hover::after {
  transition: var(--common-transition);
  width: 100%;
}

.text-button:hover {
  border-bottom: 2px solid transparent;
}

.text-button p,
.text-button span {
  font-size: var(--paragraph-font-size);
  color: var(--button-text-color);
  transition: var(--common-transition);
  font-family: var(--helixa-regular-font-family);
}

.text-button:hover p,
.text-button:hover span {
  color: var(--primary-color);
  transition: var(--common-transition);
}

.button-black {
  background-color: var(--light-black-color);
  border: 1px solid var(--light-black-color);
  transition: var(--common-transition);
}

.button-black:hover {
  background-color: transparent;
  border: 1px solid var(--light-black-color);
}

.button-black p,
.button-black span {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: var(--content-font-size);
}

.button-black:hover p,
.button-black:hover span {
  color: var(--light-black-color);
  transition: var(--common-transition);
}

.button-style-primary {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

.button-style-primary span,
.button-style-primary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.button-style-primary:hover {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-primary:hover span,
.button-style-primary:hover p {
  color: var(--primary-color);
  transition: var(--common-transition);
}

.button-style-secondary {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
}

.button-style-secondary span,
.button-style-secondary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.button-style-secondary:hover {
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-secondary:hover span,
.button-style-secondary:hover p {
  color: var(--secondary-color);
  transition: var(--common-transition);
}

.button-style-white {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
}

.button-style-white span,
.button-style-white p {
  color: var(--primary-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.button-style-white:hover {
  border: 1px solid var(--white-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-white:hover span,
.button-style-white:hover p {
  color: var(--white-color);
  transition: var(--common-transition);
}

/* CSS STarts here */

.header-wrapper {
  position: fixed;
  background-color: transparent;
  /* transition: var(--common-transition); */
  top: 0;
  border-bottom: 0px solid var(--primary-color);
  left: 0;
  width: 100%;
  /* padding: 1rem; */
  z-index: 999;
}

.header-wrapper.black-header {
  background-color: var(--white-color);
}

.header-wrapper.black-header .nav-toggle .bar {
  background-color: var(--primary-color);
}

.header-wrapper.black-header .logo-black {
  opacity: 1;
}

.header-wrapper.webmenu_hidden {
  top: -100%;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  gap: var(--small-gap-size);
  align-items: center;
  padding-right: 0;
}

.header-links-ul ul {
  display: flex;
  align-items: center;
  gap: var(--medium-gap-size);
}

.header-links-ul ul li a,
.header-links-ul ul li span,
.header-links-ul ul li p {
  color: var(--primary-color);
}

.header-links-ul ul li a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--primary-color);
}

.header-logo {
  width: 5.5rem;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

/* .nav-toggle {
    cursor: pointer;
    display: none;
} */

.mob-link-font-size {
  display: none;
}

.mobile-navigation-wrapper {
  display: none;
}

.form-input-icon.form-input-icon-left {
  left: 1rem;
}

.form-title-label {
  margin-bottom: 0.5rem;
}

.form-input-icon.form-input-icon-right {
  right: 1rem;
}

.form-control-microgenix {
  padding: 1rem 2rem 1rem 3.5rem;
  border: 1px solid var(--highlight-color);
  resize: none;
  background-color: var(--white-color);
  margin: 0 !important;
  outline: none;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
  font-family: var(--medium-font-family);
  border-radius: 0.5rem;
}

.form-control-microgenix.form-control-microgenix-search {
  padding: 1rem 3.5rem 1rem 2rem;
}

.form-input-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 1rem;
  transform: unset;
}

.form-input-icon.form-input-icon-search {
  right: 1rem;
}

.form-control-microgenix:focus,
.form-control-microgenix:focus-visible {
  border-color: var(--primary-color);
}

.white-bg {
  background-color: var(--white-color);
}

.crafting-quality {
  padding: 5.063rem 0;
}

.gray-color {
  color: var(--gray-color) !important;
}

.flex-row {
  display: flex;
  gap: 0.5rem;
}

.jc-sb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.alc {
  align-items: center;
}

.alend {
  align-items: end;
}

.als {
  align-items: flex-start;
}

.inner-flex-middest {
  gap: var(--middest-gap-size);
}

/* .left-right-padding{
    padding: 0 6.25rem;
} */

.small-subtitle p {
  font-size: var(--small-subtitle-font-size);
}

.main-title-font h1 {
  font-size: var(--main-title-fonts-size);
}

.helixa-bold-fonts {
  font-family: var(--helixa-bold-font-family) !important;
}

.we-micogenix {
  padding: 9.688rem 0;
}

.industry-application {
  /* padding:  3.688rem 0; */
  gap: 0;
}

.industry-item {
  /* padding:  6.125rem 0 6.125rem 6.25rem; */
  padding: 3.5rem 4.75rem 3.5rem 6.25rem;
  /* padding: 0 6.25rem; */
  width: 100%;
  transition: var(--common-transition);
}

.industry-item:hover {
  background-color: #ededed;
  transition: var(--common-transition);
}

.indusrty-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex50 {
  width: 50%;
  flex-basis: 50%;
}

.img-padding-industry {
  padding-right: 6.25rem;
}

.why-microgenix {
  padding: 3.375rem 0;
}

.text-gradient {
  background: rgb(55, 55, 55);
  background: linear-gradient(90deg,
      rgba(55, 55, 55, 1) 0%,
      rgba(160, 160, 160, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.flex45 {
  flex-basis: 45%;
  width: 45%;
}

.flex40 {
  flex-basis: 40%;
  width: 40%;
}

/* .affilities-maib-sec{
    padding: 7.125rem 0;
} */

.logo-div {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-right: 1px solid var(--gray-color); */
}

.affiliti-swiper-sec {
  padding: 7.125rem 0 0 0;
}

.affiliti-swiper-sec .swiper-slide {
  border-right: 1px solid var(--gray-color);
}

/* .affiliti-swiper-sec{
    padding: 7.125rem 0;
} */
.affiliti-swiper-sec-main {
  padding: 3.375rem 0;
  overflow: hidden;
}

.h-100 {
  height: 100%;
}

/* .line-after {
    position: relative;
    width: fit-content;
    padding-bottom: 1rem;
}

.line-after::before {
    content: '';
    height: 2px;
    width: 50%;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
} */
.line-after {
  position: relative;
  width: fit-content;
  padding-bottom: 1rem;
}

.line-after .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  /* Start with 0 width */
  background-color: var(--primary-color);
  animation: expandLine 1s forwards;
  /* Animation for the line */
}

@keyframes expandLine {
  from {
    width: 0;
    /* Start with 0 width */
  }

  to {
    width: 50%;
    /* Expand to 50% width */
  }
}

.flex55 {
  flex-basis: 55%;
  width: 55%;
}

.getintouch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 2rem; */
  column-gap: 5.5rem;
  row-gap: 4rem;
}

.form-main-wrapper .getintouch-grid :nth-child(5) {
  grid-area: span 1 / span 2;
}

/* form css  */

.form-control {
  position: relative;
  border-radius: 0;
  font-size: var(--link-font-size);
  border: 0;
  border-bottom: 1px solid var(--gray-color);

  width: 100%;
  height: unset !important;
  resize: none;
  /* border-radius: 0.5rem; */
  padding: 1.25rem 0;
  font-family: var(--medium-font-family);
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  /* color: var(--white-color); */
}

.form-icon-input {
  border-bottom: 1px solid #ffffff16;
}

.upload-button-wrapper-input {
  position: relative;

  z-index: 2;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  padding: 0.875rem 3rem;
}

.contact_lable {
  position: relative;
}

.contact_lable .contact-form {
  padding-left: 9.5rem !important;
}

.conatct_number_input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* padding: 1.25rem 1.5rem; */
}

form .md-lable.contact_code,
form .md-lable.contact_code #contact_no {
  left: 9.5rem;
}

.select_apr .fa-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  transform: translateY(-50%);
}

.md-lable {
  color: var(--grey-color);
  text-transform: capitalize;
  padding: 4px 6px;
  position: absolute;
  top: 50%;
  transition: all 0.1s ease;
  transform: translateY(-50%);
  left: 0;
  font-size: var(--link-font-size);
  font-family: var(--regular-font-family);
  line-height: 1;
  /* cursor: pointer; */
  pointer-events: none;
  /* background-color: white!important; */
}

.contact_lable input:focus-visible~label.md-lable,
.contact_lable select:focus-visible~label.md-lable,
.contact_lable textarea:focus-visible~label.md-lable,
.contact_lable input.not_required~label.md-lable,
.contact_lable select.not_required~label.md-lable,
.contact_lable textarea.not_required~label.md-lable {
  transition: all 0.1s ease;
  /* top: 5%; */
  transform: translateY(-50%);
  left: 0.3rem;
  /* background: var(--white-color); */
  z-index: 5;
  color: var(--black-color);
  /* font-size: 14px; */
  display: none !important;
}

.contact_lable input.ng-not-empty~label.md-lable,
.contact_lable textarea.ng-not-empty~label.md-lable,
.contact_lable select.ng-not-empty~label.md-lable {
  transition: all 0.1s ease;
  /* top: 5%; */
  transform: translateY(-50%);
  left: 0.3rem;
  /* background: var(--white-color); */
  z-index: 5;
  color: var(--black-color);
  /* font-size: 14px; */
  display: none !important;
}

.default_lable {
  transition: all 0.1s ease !important;
  /* top: 5% !important; */
  transform: translateY(-50%) !important;
  left: 0.3rem !important;
  /* background: var(--white-color) !important; */
  z-index: 5 !important;
  color: var(--black-color) !important;
  /* font-size: 14px !important; */
}

.select_apr select {
  -webkit-appearance: none;
  appearance: none;
}

.form-control:focus,
.form-control:focus-visible {
  border-color: var(--primary-color);
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.form-control.error~label {
  /* color: #ff0000 !important; */
  display: block !important;
  text-transform: capitalize !important;
}

label.error {
  position: absolute;
  margin-top: 0.7rem;
  display: block;
  padding-left: unset;
  font-size: 0.9rem;
  color: #ff0000;
  left: 0;
  /* display: none !important; */
}

.contact_lable.commentbox .md-lable {
  top: 2rem;
}

.upload-button-wrapper img {
  width: 1.5rem;
}

.upload-button-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  top: 0;
  left: 0;
  border: 1px solid #7c7c7c;
  border-radius: 4px;
  width: 100%;
  padding: 0.875rem 4rem;
  font-family: var(--regular-font-family);
}

.display_country_code {
  width: 35px;
}

.country_code_data {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  font-size: var(--moblink-size);
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 2.5rem;
  width: fit-content;
  padding: 0.75rem 1rem;
}

.country_code_list_data ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.country_code_list_data ul li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all ease 0.2s;
}

.country_code_list_data ul li:hover {
  background-color: #dddddd;
}

.country_code_list_data li>div {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.country_code_list_data {
  position: absolute;
  top: 100%;
  left: 0;
  height: 40vh;
  overflow-y: scroll;
  width: 300px;
  z-index: 99999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  border: 1px solid #999999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search_c-code {
  padding: 0 1rem;
  padding-bottom: 0.5rem;
}

.search_c-code input {
  position: relative;
  border-radius: var(--border-radius);
  border: 1px solid #999999;
  width: 100%;
  padding: 0.7rem;
}

.country_code_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}

.country_code_overlay.code_overlay {
  display: block;
  /* z-index: 999; */
}

.country_code_list_data {
  display: none;
}

.country_code_list_data.active {
  display: block;
}

.country_code_list_data img {
  width: 25px !important;
}

.getintouch-form {
  padding: 8.75rem 0;
}

/* .get-intouch-main{
    background-image: url(../images/getintouch/fast-fashion-vs-slow-sustainable-fashion-removebg-preview.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
  } */

.footer-wrapper-main {
  background-color: var(--light-black-color);
  padding: 6.25rem 0 0 0;
  filter: invert(1) brightness(1.5);
  transition: var(--common-transition);
}

.footer-wrapper-main.active {
  filter: unset;
  transition: var(--common-transition);
}

.dwoloade-broucher-icon {
  /* width: 3rem; */
  /* height: 3rem; */
  /* border: 1px solid var(--white-color); */
  position: relative;
  overflow: hidden;
}

/* .dwoloade-broucher-icon::after {
    background-color: var(--white-color);
    content: "";
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    position: absolute;
    transition: var(--common-transition);
}

.dwoloade-broucher-icon span.material-symbols-outlined {
    position: relative;
    z-index: 5;
} */

/* .ddonwload-brochure-footer:hover .dwoloade-broucher-icon span.material-symbols-outlined {
    color: var(--primary-color) !important;
} */

.ddonwload-brochure-footer:hover .dwoloade-broucher-icon::after {
  top: 0;
  transition: var(--common-transition);
}

.media-icon {
  width: 3rem;
  height: 3rem;
  opacity: 0.6;
  transition: var(--common-transition);
}

.media-icon:hover {
  transition: var(--common-transition);
  opacity: 1;
}

.media-icon img {
  height: 1.2rem;
  width: 1.2rem;
}

.location-main {
  width: 14rem;
}

.fb-icon {
  object-fit: scale-down;
}

.logo-copyright-div {
  padding: 0 20.125rem;
}

.designby-div {
  border-top: 1px solid var(--gray-color);
  padding: 1.5rem 0;
}

/* heder css  */

.nav-toggle {
  cursor: pointer;
  display: block;
  position: relative;
  transition: var(--common-transition);
}

.header-main {
  position: relative;
  z-index: 999;
  padding: 2.25rem 0;
}

.nav-toggle:focus-visible {
  outline: none;
}

/* .nav-toggle:hover .bar.top {
    transform: scaleX(0);
}

.nav-toggle:hover .bar.bar.bottom {
    transform: scaleX(1.5) translateY(-8px);
} */

.bar {
  display: block;
  height: 3px;
  width: 30px;
  background-color: var(--white-color);
  transition: var(--common-transition);
}

.bar.top {
  margin-top: 0 !important;
  margin-bottom: 8px;
  width: 26px;
}

.bar.middle {
  margin: 8px 0;
  width: 30px;
}

.bar.bottom {
  width: 22px;
}

.nav-toggle.active .bar {
  background-color: var(--light-black-color);
}

.nav-toggle.active .bar.middle {
  display: none;
}

.nav-toggle.active .bar.top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.nav-toggle.active .bar.bottom {
  -webkit-transform: translateY(0) rotateZ(-45deg);
  -moz-transform: translateY(0) rotateZ(-45deg);
  -ms-transform: translateY(0) rotateZ(-45deg);
  -o-transform: translateY(0) rotateZ(-45deg);
  margin-bottom: 8px !important;
  transform: translateY(0) rotateZ(-45deg);
  width: 26px;
}

.back-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00163266;
  opacity: 40%;
}

.web_nav {
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
  position: fixed;
  top: 0;
  right: -100%;
  /* bottom: -200%;
    left: 50%; */
  overflow: hidden;
  transition: var(--common-transition);
  /* transform: translateX(-50%); */
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.web_nav.active {
  /* bottom: 0; */
  right: 0;
  opacity: 1;
  visibility: visible;
}

.web_menu_content {
  padding-top: 10rem;
}

/* .web_menu_content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
   
    height: 100%;
    width: 100%;
    transition: all ease 0.8s;
   

}

.web_menu_content.active {
    opacity: 1;
    visibility: visible;
} */
.logo-black {
  opacity: 0;
  width: 15rem;
}

.logo-black.active {
  opacity: 1;
}

.header-links {
  padding: 5.063rem 16rem;
}

.header-links div a p,
.header-links div p {
  color: var(--link-color-gray);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  width: fit-content;
  position: relative;
  transition: var(--common-transition);
}

.header-links div a:hover p,
.header-links div p:hover {
  color: var(--primary-color);
  border-bottom: 2px solid transparent;
  transition: var(--common-transition);
}

.header-links div a p::after,
.header-links div p::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  background-color: var(--primary-color);
  left: 0;
  width: 0%;
  transition: var(--common-transition);
}

.primary-color2 {
  color: #9d9d9d !important;
}

.text-button:hover .primary-color2 {
  color: var(--primary-color) !important;
}

.section-content.accordion_click.product-title.flex-row.alc.active p::after {
  width: 100%;
  transition: var(--common-transition);
}

.header-links div a:hover p::after,
.header-links div p:hover::after {
  transition: var(--common-transition);
  width: 100%;
}

.header-links div a.active-page p::after {
  transition: var(--common-transition);
  width: 100%;
}

.product-title p {
  color: var(--link-color-gray);
  cursor: pointer;
}

/* .product-accordion-main .content_accordian {
    position: absolute;
    top: 0;
    padding: 0;
    left: 150%;
    width: max-content;
} */

.who-we-are-sub-links,
.product-sub-links {
  position: absolute;
  top: 0;
  padding: 0;
  left: 150%;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: var(--common-transition);
}

.who-we-are-sub-links.links-show,
.product-sub-links.links-show {
  opacity: 1;
  visibility: visible;
  transition: var(--common-transition);
}

.page-link,
.about-web-link {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.tagline-container {
  overflow: hidden;
  height: 100%;
  max-height: 0;
  transition: var(--common-transition);
}

.title-flex-hover span {
  font-size: var(--paragraph-font-size);
}

.tagline-container.expanded {
  max-height: 15rem;
  transition: var(--common-transition);
}

.title-flex-hover {
  gap: 1.5rem;
}

.tagline-container p {
  margin: 0;
  padding: 2.25rem 0 0 3.75rem;
}

.title-flex-hover .right-arrow {
  display: none !important;
}

.title-flex-hover .cross-arrow {
  display: block !important;
}

.title-flex-hover.arrowshow .cross-arrow {
  display: none !important;
}

.title-flex-hover.arrowshow .right-arrow {
  display: block !important;
}

/* .scroll-container{
    height: 100svh;
} */
.scroll-container .swiper-slide {
  text-align: left;
}

.img-padding-industry img {
  max-height: 50rem;
  min-height: 42rem;
  /* height: 100%; */
}

.contact_country_flag {
  width: 25px;
}

.product-title.active .down-arrow,
.up-arrow {
  display: none !important;
}

.product-title.active .up-arrow,
.down-arrow {
  display: block !important;
}

.section-paragraph span {
  font-size: var(--paragraph-font-size);
  line-height: 1.5;
}

/* .scroll-section {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scroll-section.active {
    opacity: 1;
}

.scroll-container {
    position: relative;
    height: 100vh; 
    overflow: hidden;
} */

/* .scroll-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.scroll-section.active {
    opacity: 1;
    transform: translateY(0);
} */

.scroll-container .swiper-slide {
  padding: 0 5%;
}

.absolute-get-in-toch-img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}

@keyframes bounceDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

.arrow-animation {
  display: inline-block;
  animation: bounceDown 1.5s infinite;
}

.header-wrapper.header_change {
  background-color: var(--white-color);
  box-shadow: 4px 4px 8px #00000050;
}

.header-wrapper.header_change .nav-toggle .bar {
  background-color: var(--primary-color);
}

.footer-text-gray {
  color: #b5b5b5;
}

.industryArrow {
  rotate: -45deg;
  transition: var(--common-transition);
}

.industry-item .arrowshow .industryArrow {
  rotate: 0deg;
}

.footer-wrapper-main a.active-link,
.footer-wrapper-main a.active-link p,
.footer-wrapper-main a:hover,
.footer-wrapper-main a:hover p {
  color: #ffffff;
  transition: var(--common-transition);
}

.arrowAnimation {
  height: 2rem;
}

.arrowAnimation {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  animation: explore 0.75s linear 0s infinite;
}

.arrowContainer {
  height: 2.5rem;
  overflow: hidden;
}

@keyframes explore {
  0% {
    transform: translateY(-125%);
  }

  100% {
    transform: translateY(10%);
  }
}

.footerLinks li .footer-text-gray {
  font-family: var(--semibold-font-family);
}

.header-wrapper.header_change .logo-black {
  opacity: 1 !important;
  width: 15rem;
}

.marquee {
  position: relative;
  width: 100%;
  z-index: 9;
}

.marquee>div {
  position: relative;
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
  gap: 0rem;
}

.logos-img>div {
  padding: 0px 10rem;
  border-right: 1px solid var(--gray-color);
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

#microgenix-home-section-5 {
  overflow: hidden;
}

.js-c-c {
  justify-content: center !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.header-wrapper.active,
.header-main.active {
  background-color: var(--white-color) !important;
}

.text-button.text-button-white {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  cursor: pointer;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
}

.text-button.text-button-white::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  background-color: var(--white-color);
  left: 0;
  width: 0%;
  transition: var(--common-transition);
}

.text-button.text-button-white:hover::after {
  transition: var(--common-transition);
  width: 100%;
}

.text-button.text-button-white:hover {
  border-bottom: 2px solid transparent;
}

.text-button.text-button-white p,
.text-button.text-button-white span {
  font-size: var(--link-font-size);
  color: #b5b5b5;
  transition: var(--common-transition);
  font-family: var(--helixa-regular-font-family);
}

.text-button.text-button-white span {
  font-size: 1.5rem;
  line-height: 1;
}

.text-button.text-button-white:hover p,
.text-button.text-button-white:hover span {
  color: var(--white-color);
  transition: var(--common-transition);
}

.animationOverlay {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0%);
  width: 100%;
  height: 200%;
  background: #ffffff;
  transition: none;
}

.animationOverlay.revealVideo {
  animation: reveal 2s linear 0s;
  transform: translateY(-100%);
  transition: none;
}

@keyframes reveal {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.subtleGrayBg {
  background: #f9f9f9;
}

.industry-application-text {
  line-height: 10rem;
}

.backToTopBtn {
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
  background: #222222;
  position: fixed;
  bottom: 1rem;
  right: 0;
  transform: translateX(110%);
  transition: var(--common-transition);
  /* aspect-ratio: 1; */
}

.backToTopBtn.active {
  transform: translateX(74%);
}

.backToTopBtn.active:hover {
  transform: translateX(0%);
}

.backArrowContainer {
  height: 1.25rem;
  overflow: hidden;
}

.backArrowContainer span {
  font-size: 1.25rem;
}

.backArrowAnimation {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.backToTopBtn.active:hover .backArrowAnimation {
  animation: explore2 1.5s linear 0s infinite reverse;
}

@keyframes explore2 {
  0% {
    transform: translateY(-125%);
  }

  100% {
    transform: translateY(20%);
  }
}

.whymicrogenixswiper {
  position: sticky;
  top: 5%;
}

.microgenixItems {
  position: sticky;
  top: 9rem;
  background: var(--white-color);
}

.scale-on-scroll {
  /* transition: transform 0.2s ease-out; */
  transform-origin: center center;
  will-change: transform;
}

/* .microgenixItems {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: white;
    opacity: 0;
    z-index: -1;
    transition: var(--common-transition);
}

.microgenixItems.active {
    opacity: 1;
    z-index: 9;
    transition: var(--common-transition);
} */

/* .microgenixItems .why-upper-text{
    opacity: 0;
    z-index:-1;
    
}
.microgenixItems.active .why-upper-text {
    opacity: 1;
    z-index: 9;
    
} */
/* .microgenixItems .why-upper-text h1{
    transform: translateY(100%);
    transition: transform 0.4s linear 0.2s;
}
.microgenixItems.active .why-upper-text h1{
    transform: translateY(0%);
    transition: transform 0.4s linear;
}
.microgenixItems .why-upper-text h2{
    transform: translateY(100%);
    transition: transform 0.4s linear 0s;
}
.microgenixItems.active .why-upper-text h2{
    transform: translateY(0%);
    transition: transform 0.4s linear 0.2s;
} */

/* .microImage{
    
    opacity: 0;

 
}
.microgenixItems.active .microImage{
    opacity: 1;
 
} */

/* .microImage {
  height: 49.5rem;
} */

.footerContainer {
  height: 1.5rem;
  overflow: hidden;
}

.ddonwload-brochure-footer .arrowAnimation.footerAnimation {
  height: 1.5rem;
  gap: 1rem;
  animation: unset;
}

.ddonwload-brochure-footer:hover .arrowAnimation.footerAnimation {
  animation: explore3 1s linear 0s infinite;
}

@keyframes explore3 {
  0% {
    transform: translateY(-150%);
  }

  100% {
    transform: translateY(10%);
  }
}

/* .product-title {
    background-color: #F4F4F4;
    padding: 3.875rem 0;
} */
.microgenix-about-wrapper {
  padding-top: 5.875rem;
}

.pioneering-main-div {
  padding: 3.875rem 0;
}

/* .who-are-banner img{
    height: 100%;
    width: 100%;
    object-position: center center;
 }
  */

.small-paraghraph p {
  font-size: var(--small-paraghraph-fonts-size);
}

.bg-gray {
  background-color: var(--background-gray);
}

.padding-84 {
  padding: 5.25rem 0;
}

.founder-director-section>div:nth-child(1) {
  padding-right: 4rem;
  border-right: 1px solid var(--primary-color);
  flex-basis: calc(40% - 4rem);
  width: calc(40% - 4rem);
}

.founder-director-section>div:nth-child(2) {
  padding-left: 4rem;
  flex-basis: calc(60% - 4rem);
  width: calc(60% - 4rem);
}

.padding-202 {
  padding: 12.625rem 0;
}

.our-journey-text {
  width: 87%;
  margin: 0 auto;
}

.gap-42 {
  gap: 2.625rem;
}

.gap-407 {
  gap: 25.438rem;
}

.padding-48 {
  padding: 3rem 0;
}

.journe-section-icons {
  width: 4rem;
  min-width: 4rem;
}

.gap-56 {
  gap: 3.5rem;
}

.evolving-content p {
  font-size: 1.75rem;
}

.evolving-flex>div:nth-child(1),
.evolving-flex>div:nth-child(2) {
  flex-basis: calc(50% - 1.625rem);
  width: calc(50% - 1.625rem);
}

.padding-56 {
  padding: 3.5rem 0;
}

.evolving-arrow-right {
  width: 1.5rem;
  min-width: 1.5rem;
  padding: 0.625rem 0;
}

.small-gap-size {
  gap: var(--small-gap-size);
}

.padding-226 {
  padding: 7.063rem 0;
}

.semi-medium-gap {
  gap: var(--semimedium-gap-size);
}

.decideing-text p {
  font-size: 3.375rem;
}

.dark-gray-color {
  color: #4a4a4a;
}

.coma-left-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.125rem;
  min-width: 11.125rem;
}

.coma-right-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.125rem;
  min-width: 11.125rem;
}

.deciding-text-width {
  width: 70%;
  margin: 0 auto;
  padding: 7.063rem 0;
}

.accreditations-main-sec {
  padding: 5.625rem 0 9.375rem 0;
}

.gap-120 {
  gap: 7.5rem;
}

.certificate-name p {
  font-size: 1.155rem;
}

.certificate-icon {
  width: 2.31rem;
  min-width: 2.31rem;
}

.feathers-grid-main {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7.5rem;
  grid-template-areas: " one one two two  three three" "  four four five five  six six" " . seven seven eight  eight .";
}

.certificate-main-text {
  width: fit-content;

  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}

.default-certi-text {
  gap: 0.77rem;
  align-items: center;
}

.margin-auto {
  margin: 0 auto;
}

.feathers-grid-items {
  cursor: pointer;
  transition: var(--common-transition);
}

.feathers-grid-items:hover {
  transform: scale(1.1);

  transition: var(--common-transition);
}

.feathers-grid-items .feather-img img {
  opacity: 50%;
  transition: var(--common-transition);
}

.feathers-grid-items:hover .feather-img img {
  opacity: 100%;
  transition: var(--common-transition);
}

.feathers-grid-items:nth-child(1) {
  grid-area: one;
}

.feathers-grid-items:nth-child(2) {
  grid-area: two;
}

.feathers-grid-items:nth-child(3) {
  grid-area: three;
}

.feathers-grid-items:nth-child(4) {
  grid-area: four;
}

.feathers-grid-items:nth-child(5) {
  grid-area: five;
}

.feathers-grid-items:nth-child(6) {
  grid-area: six;
}

.feathers-grid-items:nth-child(7) {
  grid-area: seven;
}

.feathers-grid-items:nth-child(8) {
  grid-area: eight;
}

.see-certificate {
  opacity: 0;
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--common-transition);
}

.align-item-end {
  align-items: end;
}

.blue-color {
  color: #003f8d;
}

.feathers-grid-items:hover .see-certificate {
  opacity: 1;
  visibility: visible;

  transition: var(--common-transition);
}

.feathers-grid-items:hover .default-certi-text {
  visibility: hidden;
  opacity: 0;
  transition: var(--common-transition);
}

/* we-we-are-layout-2 */
.primaray-color-border-bottom {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 2rem;
}

.who-we-are-sec-2 p {
  color: #6e6e6e;
}

.who-we-are-sec-small {
  padding: 9rem 0 0 0;
}

.mid-container {
  width: 79%;
  margin: 0 auto;
}

.banner-space {
  padding: 12rem 0 5rem 0;
}

.who-we-are-sec2-icon {
  width: 3.422rem;
  margin: 0 auto;
}

.who-we-are-sec2-icon img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: grayscale(1);
}

.who-we-are-sec-2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.who-we-are-3 p {
  font-size: 1.75rem;
}

.top-space {
  padding-top: 2rem;
}

.doublequation-icon {
  width: 4rem;
  margin-top: 0;
}

.lh-5 {
  line-height: 1.5;
}

.height-div {
  height: 100svh;
}

.double-quation-icon {
  width: 8rem;
}

.light-gray {
  color: #a5a5a5;
}

.sustanbility-space {
  padding-top: 5rem;
}

.bigger-gap {
  gap: 20rem;
}

.sustanbility-sec-5 .founder-director-section>div:nth-child(1) {
  padding-right: 4rem;
  border-right: 1px solid var(--primary-color);
  flex-basis: calc(40% - 4rem);
  width: calc(40% - 4rem);
  height: auto;
}

.certificateactive.dataactive {
  display: block;
  z-index: 99;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
}

.certificateactive img {
  height: 100%;
  object-fit: contain;
}

.certificateactive {
  display: none;
}

.down-aerrow {
  width: fit-content;
}

.at-microgenix>div:nth-child(1) {
  flex-basis: 60%;
  width: 60%;
}

.at-microgenix>div:nth-child(2) {
  flex-basis: 35%;
  width: 35%;
}

.atmicrogenix-content {
  width: 82%;
}

.title-sticky {
  height: fit-content;
  position: sticky;
  top: 5rem;
}

.wfc {
  width: fit-content;
}

.text-gradian-1 {
  color: #121212;
  background-image: linear-gradient(45deg, #121212 0%, #696969 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradian-2 {
  color: #696969;
  background-image: linear-gradient(45deg, #696969, #121212 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sustanbility-icons {
  width: 3.164rem;
}

.sustanbility-icons img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: grayscale(1);
}

.journe-section-icons img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: grayscale(1);
  background-color: var(--background-gray);
}

.at-microgenix-gap {
  gap: 6.375rem;
}

.all-page-banner {
  width: 90%;
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
  position: relative;
  z-index: 10;
}

.all-page-banner.fullscreen {
  width: 100%;
  transition: all 0.6s ease-in-out;
}

.all-page-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.categoryselect p::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  background-color: var(--primary-color);
  left: 0;
  width: 0%;
  transition: var(--common-transition);
}

.categoryselect p:hover::after {
  transition: var(--common-transition);
  width: 100%;
}

.categoryselect.active-category p::after {
  transition: var(--common-transition);
  width: 100%;
}

.vision-img-height {
  height: 100%;
  /* height: 28.922rem; */
  overflow: hidden;
}

.obj-position-bt {
  object-position: bottom;
}

.obj-position-top {
  object-position: top;
}

/* 
.vision-img-height img {
} */

.processing-images {
  height: 43.688rem;
  overflow: hidden;
}

/* active-category */
.footer-product-links:hover p {
  color: var(--white-color);
  transition: var(--common-transition);
}

.fade-in img {
  opacity: 0;
  animation: fadeIn 0.6s ease-in-out forwards;
  transition: var(--common-transition);
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.processing-images img {
  transition: var(--common-transition);
}

/* .sticky-title-container {
  position: sticky;
  top: 5rem;
  z-index: 10;
  background-color: var(--white-color);
  padding: 1rem 0;
  width: fit-content;
} */

.microgenixItems.scale-on-scroll {
  margin-top: 2rem;
}

.whyMicroGenixStickyHeading {
  position: sticky;
  top: 0;
  /* margin-bottom: 38rem; */
  z-index: 99;
  background-color: var(--white-color);
}

/* .whymicrogenixcontainer{
        margin-top: -35rem;
    } */

.header-links div p.active-page::after {
  width: 100%;
  transition: var(--common-transition);
}

.mr0auto {
  margin: 0 auto;
}

.career-title {
  padding-bottom: 1.5rem;
  position: relative;
}

.career-title::after {
  content: "";
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: var(--primary-color);
}

.career-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 4rem;
}

.career-form-grid div.contact_lable:nth-child(7),
.career-form-grid div:nth-child(8) {
  grid-area: span 1 / span 3;
}

.career-form-grid .md-lable {
  color: #7c7c7c;
}

.career-form-grid .contact_lable input,
.career-form-grid .contact_lable select,
.career-form-grid .contact_lable textarea {
  color: var(--primary-color);
  padding: 0.875rem 0;
}

.resume_lable input {
  opacity: 0;
  pointer-events: all;
  padding-left: 3rem;
}

.resume_lable {
  border: 1px solid #7c7c7c;
  border-radius: 4px;
}

.resume_lable .md-lable {
  left: 3rem;
}

.upload-button-wrapper img {
  margin: 0;
  position: absolute;
  left: 0;
  border-right: 1px solid #7c7c7c;
  height: 100%;
  padding: 0.75rem 12px;
  width: 3rem;
}

.close-icon-resume {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  z-index: 4;
}

.microgenix-sect-product {
  padding: 4rem 0;
  background-color: #f4f4f4;
}

.header-padding {
  padding-top: 6rem;
}

.product-chips-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12.5rem;
  row-gap: 1.5rem;
  /* justify-content: center; */
}

/* .product-chips-flex div{
  min-width: max-content;
} */
.product-chips-flex .produt-pagelist-border br {
  display: none;
}

.product-chips-flex .produt-pagelist-border {
  width: max-content;
  padding: 0.75rem 1rem;
  background-color: transparent;
  transition: var(--common-transition);
}

.produt-pagelist-border:hover,
.produt-pagelist-border.active {
  background-color: #f0f0f0;
  transition: var(--common-transition);
}

.product-page-space {
  gap: 3rem;
  padding: 2.25rem 0;
}

.product-sect-line {
  width: 100%;
  height: 1px;
  background-color: #bebebe;
}

.accreditations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.accreditations-item img {
  max-width: 200px;
  margin: 0 auto;
  transition: var(--common-transition);
  filter: grayscale(1);
  opacity: 0.75;
  cursor: pointer;
}

.accreditations-item img:hover {
  opacity: 1;
  filter: unset;
}

.product-img {
  min-height: 24rem;
}

.activeproduct .section-content p {
  font-size: 1.125rem;
}

.activeproduct .inner-flex {
  font-size: 1rem;
}

.activeproductOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 27%);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.activeproductOverlay.overlayactive {
  opacity: 1;
  z-index: 100;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.grament-filter {
  position: relative;
  z-index: 101;
}

@media screen and (min-width: 1024px) {
  .product-hover:hover .product-img {
    transform: scale(1.1);
    transition: var(--common-transition);
  }
}



.md-toast {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999999999999999;
}

.backToTopBtn.link-font-size p{
  font-size: 1rem !important;
}

.shimmer-card.shimmerChip {
    padding: 0.75rem 1rem;
    min-width: 100px;
    width: fit-content;
}
.shimmer-card.shimmerImage {
    padding: 0.75rem 1rem;
    min-width: 100px;
    width: 100%;
    height: 40vh;
}
.shimmer-card.shimmerPara {
    padding: 0.75rem 1rem;
    min-width: 100px;
    width: 100%;
}

.shimmer-card {
  background-repeat: no-repeat;
  width: 100%;
    background: linear-gradient(90deg, #e0e0e0 25%, #e0e0e075 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  /* border-radius: 4px; */
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}