@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@100..800&display=swap');
.head-font{
  font-family: "Sora", sans-serif;
}
.font-medium-custom {
  font-family: "DM Sans", sans-serif;
}
.font-light-custom {
  font-family: "DM Sans", sans-serif;
}
:root {
  --primary: #00AA55;
  --secondary: #0b0271;
  --purpleClr : #7501EC;
  --light-bg: #eeeeee;
  --text-clr: #000000cc;
  --green: #3bceac;
  --yellowclr: #FFD23F;
  --clamp222: clamp(150px, 10.25vw, 222px);
  --clamp12: clamp(10px, 0.625vw, 12px);
  --clamp13: clamp(10px, 0.677vw, 13px);
  --clamp14: clamp(12px, 0.72916vw, 14px);
  --clamp15: clamp(13px, 0.78125vw, 15px);
  --clamp16: clamp(14px, 0.8333vw, 16px);
  --clamp18: clamp(14px, 0.9375vw, 18px);
  --clamp20: clamp(16px, 1.0416vw, 20px);
  --clamp21: clamp(18px, 1.0937vw, 21px);
  --clamp22: clamp(16px, 1.145vw, 22px);
  --clamp24: clamp(16px, 1.25vw, 24px);
  --clamp26: clamp(18px, 1.3541vw, 26px);
  --clamp27: clamp(18px, 1.40625vw, 27px);
  --clamp28: clamp(18px, 1.4583vw, 28px);
  --clamp30: clamp(20px, 1.5625vw, 30px);
  --clamp32: clamp(20px, 1.666vw, 32px);
  --clamp34: clamp(20px, 1.77vw, 34px);
  --clamp35: clamp(20px, 1.8229vw, 35px);
  --clamp36: clamp(22px, 1.875vw, 36px);
  --clamp38: clamp(22px, 1.9791vw, 38px);
  --clamp40: clamp(24px, 2.1875vw, 40px);
  --clamp42: clamp(24px, 2.1875vw, 42px);
  --clamp44: clamp(24px, 2.291vw, 44px);
  --clamp45: clamp(26px, 2.3vw, 45px);
  --clamp46: clamp(26px, 2.3vw, 46px);
  --clamp48: clamp(28px, 2.5vw, 48px);
  --clamp50: clamp(28px, 2.6041vw, 50px);
  --clamp52: clamp(28px, 2.7083vw, 52px);
  --clamp54: clamp(28px, 2.8125vw, 54px);
  --clamp55: clamp(28px, 2.8645vw, 55px);
  --clamp56: clamp(28px, 2.9166vw, 56px);
  --clamp58: clamp(28px, 3.02083vw, 58px);
  --clamp60: clamp(30px, 3.125vw, 60px);
  --clamp62: clamp(30px, 3.2291vw, 62px);
  --clamp64: clamp(30px, 3.333vw, 64px);
  --clamp65: clamp(30px, 3.3854vw, 65px);
  --clamp66: clamp(32px, 3.4375vw, 66px);
  --clamp68: clamp(32px, 3.541vw, 68px);
  --clamp70: clamp(32px, 3.645vw, 70px);
  --clamp72: clamp(35px, 3.72vw, 72px);
  --clamp74: clamp(35px, 3.854vw, 74px);
  --clamp75: clamp(35px, 3.90625vw, 75px);
  --clamp76: clamp(35px, 3.958vw, 75px);
  --clamp78: clamp(35px, 4.0625vw, 78px);
  --clamp80: clamp(35px, 4.1666vw, 80px);
  --clamp82: clamp(35px, 4.27083vw, 82px);
  --clamp84: clamp(38px, 4.375vw, 84px);
  --clamp88: clamp(38px, 4.411vw, 88px);
  --clamp96: clamp(40px, 4.854vw, 96px);
  --clamp100: clamp(38px, 5.2083vw, 100px);
  --clamp115: clamp(40px, 5.2183vw, 110px);
  --clamp120: clamp(60px, 6.25vw, 120px);
  --clamp150: clamp(70px, 7.25vw, 150px);
}
.primaryClr {
  color: var(--primary);
}
.bg-primary {
  background-color: var(--primary);
}
.secondaryClr {
  color: var(--secondary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.purpleClr {
  color: var(--purpleClr);
}
.purpleBg {
  background-color: var(--purpleClr);
}
.yellowClr {
  color: var(--yellowclr);
}
.yellowBg {
  background-color: #FFF1CA;
}
.bg-gradient {
  background: linear-gradient(104deg, #FF063A 21.46%, #0B0271 52.12%, #7BE7A2 76.65%);
}
.bg-gradient2 {
  background: linear-gradient(102deg, #7BE7A2 29.65%, #FF063A 53.94%, #0B0271 76.86%);
}
.font-12 {
  font-size: var(--clamp12);
}
.font-13 {
  font-size: var(--clamp13);
}
.font-14 {
  font-size: var(--clamp14);
}
.font-15 {
  font-size: var(--clamp15);
}
.font-16 {
  font-size: var(--clamp16);
}
.font-18 {
  font-size: var(--clamp18);
}
.font-20 {
  font-size: var(--clamp20);
}
.font-21 {
  font-size: var(--clamp21);
}
.font-22 {
  font-size: var(--clamp22);
}
.font-24 {
  font-size: var(--clamp24);
}
.font-26 {
  font-size: var(--clamp26);
}
.font-27 {
  font-size: var(--clamp27);
}
.font-28 {
  font-size: var(--clamp28);
}
.font-30 {
  font-size: var(--clamp30);
}
.font-32 {
  font-size: var(--clamp32);
}
.font-34 {
  font-size: var(--clamp34);
}
.font-35 {
  font-size: var(--clamp35);
}
.font-36 {
  font-size: var(--clamp36);
}
.font-38 {
  font-size: var(--clamp38);
}
.font-40 {
  font-size: var(--clamp40);
}
.font-42 {
  font-size: var(--clamp42);
}
.font-44 {
  font-size: var(--clamp44);
}
.font-45 {
  font-size: var(--clamp45);
}
.font-46 {
  font-size: var(--clamp46);
}
.font-48 {
  font-size: var(--clamp48);
}
.font-50 {
  font-size: var(--clamp50);
}
.font-52 {
  font-size: var(--clamp52);
}
.font-54 {
  font-size: var(--clamp54);
}
.font-55 {
  font-size: var(--clamp55);
}
.font-56 {
  font-size: var(--clamp56);
}
.font-96 {
  font-size: var(--clamp96);
}
.container-fluid {
  max-width: 83% !important;
  margin: 0 auto;
}
.container {
  margin: 0 auto;
}
hr {
  border-bottom: 1px solid #141414;
}
*:focus {
  outline: none;
}
html {
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: #141414;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}
.text-clr {
  color: var(--text-clr);
}
a {
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
button:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  color: #141414;
  scroll-behavior: smooth;
}
html, body {
  touch-action: manipulation;
}
.menunew .nav-link.active {
  position: relative;
  transition: all ease-in-out 0.4s;
}
.menunew .nav-link.active::before {
  content: "";
  position: absolute;
  width: var(--clamp21);
  height: var(--clamp21);
  background-color: var(--secondary);
  border-radius: 50%;
  top: 2px;
  left: -35px;
  transition: all ease-in-out 0.4s;
}

.headerMenunew {
  padding: 10px !important;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  overflow: hidden;
  text-transform: uppercase;
}

.black {
  color: #000;
}

.headerMenunew li a.menunew {
  background-color: #0d382b !important;
  color: #fff;
}
#mobile-menu-toggle #hamburger-icon path,
#mobile-menu-toggle #close-icon path {
  fill: #121212;
}
.headerMenunew .myMenu.active a {
  color: var(--secondary);
  text-shadow: 0px 0px;
 }
 section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

@media (min-width: 1023.98px) {
 
   .headerMenunew .myMenu a {
    transition: all ease-in-out 0.2s;
    transform: translateY(-1px);
    display: inline-block;
   }
   .headerMenunew .myMenu:hover a {
    transform: translateY(-6px);
   }
   .headerMenunew .myMenu.active a {
    color: var(--secondary);
    text-shadow: 0px 0px;
   }
   .myMenu {
    position: relative;
    overflow: hidden;
   }
   .myMenu a {
    transform: translateY(100px);
   }
   .myMenu .activeStyle {
    position: relative;
    border-radius: 5px 5px 0 0;
    background-color: transparent;
    width: 100%;
    height: 5px;
    display: block;
    overflow: hidden;
}
.myMenu .activeStyle::before {
  position: absolute;
  content: '';
  width: 220px;
  height: 5px;
  border-radius: 5px 5px 0 0;
  /* background: linear-gradient(90deg, #FFC300, #2B19F8, #08FFC6, #FC093C, #7E00FF);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 1s ease-in-out; */
  background: linear-gradient(
    90deg,
    #FFC300,
    #2B19F8,
    #08FFC6,
    #FC093C,
    #7E00FF
  );
  background-size: 900% 10%;
  background-position: 0% center;
  transition: background-position 1.5s ease;
  opacity: 0;
}
.myMenu:hover .activeStyle::before {
  background-position: right center;
  opacity: 1;
}

section {
  height: calc(100vh + 80px);
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-5 {
  height: auto;
}
}
header .menuBtn {
  display: none;
}
.menuBtn {
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
  background-color: #00AA55;
  width: 178px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  gap: 5px;
}
.menuBtn span {
  transform: rotate(0deg);
  transition: all ease-in-out 0.4s;
}
.menuBtn:hover span {
  transform: rotate(45deg);
}
header nav {
  background-color: #fff;
  z-index: 99;
  box-shadow: 5px 6px 10px #0000000d;
}
.logo {
  width: 172px;
}
@media (max-width: 1023.98px) {
  header nav {
    /* background-color: #0d382b; */
    position: fixed;
  }
  #mobile-menu-toggle {
    padding: 0;
  }
  .headerMenunew li a,
  .headerMenunew li .active {
    padding: 8px 14px !important;
  }
  .logo {
    width: 160px !important;
  }
  .headerMenunew {
    gap: 4px !important;
    padding: 26px 15px 26px 32px;
    background: #fff;
    z-index: 99;
    position: relative;
  }
  .headerMenunew li a.menunew {
    background-color: var(--primary);
  }
}
#hamburger-icon:focus {
  outline: none;
}
#hamburger-icon path,
#close-icon path {
  fill: var(--secondary);
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.swiperButtons .swiper-button-prev,
.swiperButtons .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: none;
  font-size: 20px;
  color: var(--secondary);
  margin: 0;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: none;
  font-size: 20px;
  color: var(--secondary);
  transform: all ease-in-out 0.3s;
}
.swiper-button-prev:hover::after,
.swiper-rtl .swiper-button-next:hover::after,
.swiper-button-next:hover::after,
.swiper-rtl .swiper-button-prev:hover::after {
  color: #fff;
  transform: all ease-in-out 0.3s;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -15px;
  left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -15px;
  right: auto;
}
.heroSection {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.heroSection::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9987;
background: rgba(2, 26, 20, 0.95);
z-index: 2;
}
.heroSection::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/home/chip.svg');
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  left: 0;
z-index: 2;
opacity: 0.3;
}
.hero-content h1 {
  font-size: var(--clamp64);
  color: var(--primary);
  font-weight: 400;
  line-height: var(--clamp78);
}
.hero-content p {
  font-size: var(--clamp20);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.logoText {
  font-size: 24px;
  line-height: 26px;
  font-family: "Sora", sans-serif;
}
.heading {
  font-size: var(--clamp48);
  color: #181A17;
  font-weight: 400;
  line-height: var(--clamp58);
  letter-spacing: -0.5px;
}
.head-container p {
  font-size: var(--clamp22);
  color: #777;
}
.head-container p span {
  font-size: var(--clamp15);
  color: #00AA55;
  line-height: var(--clamp30);
  font-weight: 500;
}
.industries-box h3 {
  font-size: var(--clamp26);
  font-weight: 400;
line-height: var(--clamp36);
letter-spacing: -0.5px;
}
.industries-box img {
  border-radius: 10px;
}
.product-block {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-block::before {
  content: '';
  position: absolute;
  opacity: 0.6;
background: #2C2C2C;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
}
.product-block .contentBlock h4 {
  font-size: var(--clamp20);
  font-weight: 700;
line-height:var(--clamp30);
text-transform: uppercase;
}
.product-block .contentBlock p {
  font-size: var(--clamp16);
  font-weight: 400;
line-height:var(--clamp26);
}
.why-chooseus .head-container p {
  font-size: var(--clamp16);
}
.choose-box .dark {
background-color: #021A14;
}
.choose-box h5 {
  font-size: var(--clamp22);
  font-weight: 400;
  line-height: var(--clamp38);
  letter-spacing: -0.5px;
}
.choose-box p {
  font-size: var(--clamp16);
  font-weight: 400;
  line-height: var(--clamp28);
  letter-spacing: -0.5px;
}
.choose-box.dark p {
color: #FFFFFFBD;
}
.contactForm label {
  font-size: var(--clamp16);
  display: block;
  color: #344054;
  font-family: "Sora", sans-serif;
}