/* @import url("app.css"); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
  --primary-red: #EC1E24;
  --color-dark: #0D0D0D;
  --white: #fff;
  --color-lightgrey: #818181;
  --color-darkred: #D52634;
  --color-darkblack: #222222;
  --color-grey: #424242;
  --color-silver: #A0A0A0;
  --color-green: #52C41A;
  --color-whitegrey: #C0C0C0;
  --color-lightwhite: #DFDFDF;
}

*,
body {
  scroll-behavior: smooth;
}

body,
html {
  font-family: "Inter", serif;
  font-size: 16px;
  color: var(--color-lightgrey);
}

.fs-10 {
  font-size: 0.625rem;
  /* 10px */
}

.fs-12 {
  font-size: 0.750rem;
  /* 12px */
}

.fs-14 {
  font-size: 0.875rem;
  /* 14px */
}

.fs-16 {
  font-size: 1rem;
  /* 16px */
}

.fs-18 {
  font-size: 1.125rem;
  /* 18px */
}

.fs-20 {
  font-size: 1.25rem;
  /* 20px */
}

.fs-22 {
  font-size: 1.375rem;
  /* 22px */
}

.fs-24 {
  font-size: 1.5rem;
  /* 24px */
}

.fs-26 {
  font-size: 1.625rem;
  /* 26px */
}

.fs-28 {
  font-size: 1.75rem;
  /* 28px */
}

.fs-30 {
  font-size: 1.875rem;
  /* 30px */
}

.fs-32 {
  font-size: 2rem;
  /* 32px */
}

.fs-34 {
  font-size: 2.125rem;
  /* 34px */
}

.fs-36 {
  font-size: 2.25rem;
  /* 36px */
}

.fs-38 {
  font-size: 2.375rem;
  /* 38px */
}

.fs-40 {
  font-size: 2.5rem;
  /* 40px */
}

.fs-42 {
  font-size: 2.625rem;
  /* 42px */
}

.fs-44 {
  font-size: 2.75rem;
  /* 44px */
}

.fs-46 {
  font-size: 2.875rem;
  /* 46px */
}

.fs-48 {
  font-size: 3rem;
  /* 48px */
}

.fs-50 {
  font-size: 3.125rem;
  /* 50px */
}

.text_dark {
  color: var(--color-dark);
}


.text_primaryred {
  color: var(--primary-red);
}

.text_silver {
  color: var(--color-silver);
}



.text_darkred {
  color: var(--color-darkred);
}

.text_silver {
  color: var(--color-silver);
}

.text_lightgrey {
  color: var(--color-lightgrey);
}

.text_whitegrey {
  color: var(--color-whitegrey);
}

.text_lightwhite {
  color: var(--color-lightwhite);
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700 !important;
}

.opacity-7 {
  opacity: 0.7;
}

.bg_dark {
  background-color: var(--color-dark);
}

.bg_lightgrey {
  background-color: var(--color-lightgrey);
}

.bg_grey {
  background-color: var(--color-grey);
}

.bg_darkblack {
  background-color: var(--color-darkblack);
}

.lh_1 {
  line-height: 21px;
}

.lh_2 {
  line-height: 24px;
}

.lh_3 {
  line-height: 42px
}

.lh_4 {
  line-height: 51px;

}

.lh_5 {
  line-height: 60px;
}


.br-5 {
  border-radius: 5px;
}

.br-8 {
  border-radius: 8px;
}

.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

.py-60 {
  padding: 60px 0 60px 0;
}

.pt-200 {
  padding-top: 200px;
}

.pb-100 {
  padding-bottom: 100px;
}

.place-center {
  place-content: center;
}

.place-end {
  place-content: end;
}

.text_green {
  color: var(--color-green)
}

.mobile-navbar {
  max-width: 90%;
}

.rightarc {
  top: 7%;
  position: absolute;
  right: 0px;
}

.leftarc {
  position: relative;
  left: -9rem;
  bottom: 2rem;

}

.headernavbar {
  background-color: var(--color-darkblack);
  padding: 18px 0;
  z-index: 99999;
  position: sticky;
  top: 0;
}

.logo {
  width: 172px;
}

.nav_menus .nav-item a {
  color: var(--color-lightgrey);
  font-size: 16px;
  font-weight: 500;
  padding: 0px !important;
}

.nav_menus .nav-item {
  padding: 4px 16px;
}

.btn_primaryred {
  background-color: var(--primary-red) !important;
  border-radius: 4px;
  padding: 8px 16px;
  color: var(--white) !important;
  z-index: 2;
  position: relative;
}


.hero_section {
  height: calc(100dvh - 95px);
}

.hero_context {
  height: calc(100dvh - 95px);
  place-content: center;
  /* place-items: center;
  text-align: center; */
}

.btn_white {
  border-radius: 4px;
  padding: 8px 16px;
  background-color: var(--white) !important;
  color: var(--color-darkblack) !important;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section2-reinvent .heading {
  line-height: 51px;
  color: var(--white);
}

/* .semichip_columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
} */

.semichip_columns img {
  background-color: var(--color-grey);
  padding: 10px;
  border-radius: 12px;
}



.bordered_box,
.leftbordered {
  position: relative;
  border: 0.5px solid #222222;

}

.semichip_columns .box p {
  color: #C0C0C0;

}

/* Corner dots for all border boxes */
.bordered_box::before,
.bordered_box::after,
.dot-top-right,
.dot-bottom-left,
.dot-bottom-right,
.leftbordered::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #616161;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* Top-left dot */
.bordered_box::before,
.leftbordered::before {
  top: -2px;
  left: -2px;
}

/* Bottom-right dot */
.bordered_box::after {
  bottom: -2px;
  right: -2px;
}

/* Top-right dot */
.dot-top-right {
  top: -2px;
  right: -2px;
}

/* Bottom-left dot */
.dot-bottom-left {
  bottom: -2px;
  left: -2px;
}

.dot-bottom-right {
  top: -2px;
  right: -2px;
}

.semichip_columns .box {
  background: #22222240;
  border: 1px solid var(--color-darkblack);
  border-radius: 8px;
  gap: 24px;
  opacity: 0;
  transform: translate(50px, 50px);
  margin-bottom: 20px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 2;
}

.semichip_columns .box:hover {
  background: var(--color-darkblack);

}

.feature-card:hover p {
  color: var(--white);
}

/* .semichip_columns .box:last-child {
  border-right: 0.5px solid #222222;
} */

.bordered_box:hover .dot-top-right,
.bordered_box:hover .dot-bottom-left,
.bordered_box:hover.bordered_box::before,
.bordered_box:hover.bordered_box::after,
.leftbordered:hover .dot-bottom-left {
  background-color: var(--white);
}

.boxhover:hover.box .icon-1 {
  background-color: var(--primary-red);
}

.boxhover:hover.box .icon-2 {
  background-color: #357F11;
}

.boxhover:hover.box .icon-3 {
  background-color: #0062EB;
}

.boxhover:hover.box .icon-4 {
  background-color: #E09705;
}

.boxhover:hover.box .icon-5 {
  background-color: #45B8C4;
}

.box img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.transitionOnscroll {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


.vertical_tabs .nav-pills .nav-link {
  padding: 0;
  background-color: transparent;
}

.vertical_tabs .accordion-item {
  background-color: transparent;
  border-radius: 0px;
  padding: 32px;
}

.vertical_tabs .accordion-item .accordion-button {
  background-color: transparent !important;
  box-shadow: none;
  color: var(--white);
  font-size: 20px;
  padding: 0;
}

/* .vertical_tabs .accordion-button:not(.collapsed){
  font-weight: 700;
} */
.vertical_tabs .accordion-item .accordion-body {
  padding: 0;
}

.section3-verticaltabs .leftimg {
  padding: 40px 40px 69px 40px;
}

.section3-verticaltabs .leftimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 630px;
  border-radius: 8px;
}

.accordion.vertical_tabs .accordion-button::after {
  background: url(../images/arrowdown.svg) #22222280;
  background-repeat: no-repeat;
  padding: 11px;
  border-radius: 4px;
  background-size: contain;
}

.aos-animate+.scale-chip-card-image {
  transform: scale(5.5) translate(-7rem, -8rem) !important;
  z-index: 1;
  position: relative;
}

.scale-chip-card::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0.01%, #0E0D0D 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  content: '';
  left: 0;
}

.hero_section {
  position: relative;
  z-index: 2;
}

.slide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  top: 30%;
  transform: translateX(200px);
}

.slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.slide .btn_primaryred {
  transition: opacity 0.9s ease-in-out;
  -webkit-transition: opacity 0.9s ease-in-out;
  -moz-transition: opacity 0.9s ease-in-out;
  -ms-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
}

.slide:not(.active) .btn_primaryred {
  opacity: 0;
}

.slide.active .btn_primaryred {
  opacity: 1;
}

.blogsrow .box {
  background: #22222240;
  border: 1px solid var(--color-darkblack);
  border-radius: 8px;
  height: 100%;
}

.blogsrow .box:hover {
  background: #22222280;
}

.blogsrow {
  position: relative;
  z-index: 9;
}

.businesscard .para {
  opacity: 0.8;
}

/* .chip-image {
  width: 100%;
  transition: transform 1s ease;
  display: block;url(../images/ai_animateimg.jpg)
} */
.chip-image {
  height: 100vh;
  width: 100%;
  background:
    linear-gradient(360deg, rgba(0, 0, 0, 0) 0.01%, #0E0D0D 100%),
    url("../images/hrdwyrchipset.png") no-repeat center center;
  background-size: contain;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0.01%, #0E0D0D 100%);
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.scale-up {
  transform: scale(6) translate(-6rem, -9rem);
}

.show-overlay {
  opacity: 1;
}


/* section transition */
.image-box {
  transition: transform 1s ease-in-out;
  transform: translate(35rem, -15rem);
  position: relative;
  z-index: 1;
}

.image-box.active {
  transform: translate(0, 0);
  opacity: 1;
  margin-top: 45px;
}


.semichip_columns {
  display: none;
  flex-direction: column;
}


.feature-card:nth-child(1) {
  transition-delay: transform 0s;
}

.feature-card:nth-child(2) {
  transition-delay: transform 0.20s;
}

.feature-card:nth-child(3) {
  transition-delay: transform 0.40s;
}

.feature-card:nth-child(4) {
  transition-delay: transform 0.60s;
}

.feature-card:nth-child(5) {
  transition-delay: transform 0.80s;
}


.red_gradient::after {
  z-index: 0;
  position: absolute;
  content: url(../images/right_gradient.svg);
  top: -20%;
  right: -15%;
  width: 610px;
}

.red_gradient::before {
  z-index: 0;
  position: absolute;
  content: url(../images/left_gradient.svg);
  top: -20%;
  left: -2%;
  width: 610px;
}

.leftgradientImg {
  position: absolute;
  top: -60%;
  z-index: 0;
}

.rightgradientImg {
  position: absolute;
  top: -60%;
  right: 0;
  z-index: 0;
}

.rightgradientImgbottom {
  position: absolute;
  bottom: -48%;
  right: 0;
  z-index: 0;
}

.blogsimg {
  background: var(--color-lightgrey);
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 50px;
}

.vertical_tabs .nav-pills .nav-link.active .accordion-item {
  height: 145px;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

.vertical_tabs .accordion-item {
  height: 106px;
  width: 100%;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

.accordion-item.leftbordered {
  border-left: 0px;
  border-right: 0px;
}

.scrollbar {
  background-color: #616161;
  width: 16px;
  height: 2px;
  border-radius: 50px 0 0 50px;
  margin: 16px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.scrollbar:hover {
  background: #F1565B;
}

.sectionscroller {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}


.scrollbar.active {
  background: #F1565B;
}

.bgvideo_banner,
.technologyvideo_banner {
  max-width: 621px;
  place-content: center;
  position: absolute;
  top: 0;
  z-index: 2;
  height: calc(100dvh - 95px);
}

.bgvideo_banner .heading,
.gradientwhite-text {
  background: linear-gradient(83deg, #FFF 0%, #DFDFDF 89.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .edgelib-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin-top: 80px;
  position: relative;
  z-index: 2;
} */

.edgelib-card {
  border-radius: 10px;
  border: 1px solid var(--primary-red);
  background: var(--primary-red);
  padding: 24px;
  text-align: center;
  height: 100%;
}

.finetuningcard {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #DFDFDF;
  padding: 24px;
  text-align: center;
  color: #D01217;
  height: 100%;
  position: relative;
}

.finetuningcard p {
  color: #D01217;
}

.edgelib-card .heading,
.finetuningcard .heading {
  line-height: 30px;
}

.titledatacard {
  height: calc(50% - 12px);

}

.edgelib-card {
  position: relative;
}

.edgelib-card::before {
  position: absolute;
  content: '';
  width: 23.5px;
  height: 15px;
  background-color: var(--primary-red);
  clip-path: polygon(71% 0, 100% 50%, 71% 100%, 0 100%, 0 0);
  top: 44%;
  right: -10%;
}

.finetuningcard::before {
  position: absolute;
  content: '';
  width: 23.5px;
  height: 15px;
  background-color: #DFDFDF;
  clip-path: polygon(71% 0, 100% 50%, 71% 100%, 0 100%, 0 0);
  top: 44%;
  right: -10%;
}


.cheveronlefticon {
  position: absolute;
  content: '';
  width: 23.5px;
  height: 15px;
  background-color: #DFDFDF;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 30% 100%, 0 50%);
  top: 52%;
  left: -10%;
}


.edgelib-card:nth-child(5)::before {
  display: none;
}

.edgelib-card p {
  margin-bottom: 9px;
}

.bg_graphvideo {
  background: rgba(34, 34, 34, 0.10);
  padding: 56px 12px 88px;
  border: 1px solid #222222;
  border-radius: 10px;
  box-shadow: 0px 4px 44px 0px #FFFFFF0A;
  position: relative;
}

.redesign-semiconductorcard {
  border-radius: 24px;
  backdrop-filter: blur(27px);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;

}

.cardred {
  border: 1px solid rgba(246, 143, 146, 0.20);
  background: linear-gradient(172deg, rgba(236, 30, 36, 0.10) -21.33%, rgba(116, 15, 18, 0.10) 93.77%);
}

.redesign-semiconductorcard img {
  width: 100%;
  opacity: 0.5;
  height: 227px;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
}

.redesign-semiconductorcard:hover img {
  opacity: 1;
}

.redesign-semiconductorcard:hover p {
  color: var(--white);
}

.redesign-semiconductorcard .borderbottom_red {
  background: linear-gradient(90deg, rgba(88, 68, 68, 0.40) 0%, rgba(102, 71, 72, 0.40) 50.48%, rgba(88, 68, 68, 0.40) 97.12%);
}

.cardgreen {
  border: 1px solid rgba(146, 235, 102, 0.20);
  background: linear-gradient(168deg, rgba(82, 196, 26, 0.10) -15.96%, rgba(37, 90, 12, 0.10) 91.2%);
}

.cardblue {
  border: 1px solid rgba(139, 187, 255, 0.20);
  background: linear-gradient(170deg, rgba(22, 119, 255, 0.10) -11.34%, rgba(7, 49, 108, 0.10) 92.64%);
}

.cardbrown {
  border: 1px solid rgba(251, 194, 79, 0.20);
  background: linear-gradient(166deg, rgba(250, 173, 20, 0.10) -16.17%, rgba(109, 75, 7, 0.10) 93.05%);
}

.cardgrey {
  border: 1px solid rgba(142, 212, 219, 0.20);
  background: linear-gradient(168deg, rgba(142, 212, 219, 0.10) -9.84%, rgba(58, 85, 88, 0.10) 93.58%);
}

/* .performance-row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 24px;
} */
.methodologybox {
  border-radius: 10px;
  border: 1px solid var(--color-grey);
  background: var(--color-darkblack);
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.methodologybox:hover {
  background: var(--color-grey);
  border: 1px solid var(--color-lightgrey);
}

.activityText .lefttext p {
  color: #F1565B;
  position: relative;

}


.activityText .righttext p {
  color: var(--white);
  position: relative;
  left: -3%;
}

.activityText .lefttext p::before {
  background-color: #F1565B;
  content: '';
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: -4%;
  left: 0;
}

.activityText .righttext p::before {
  background-color: var(--white);
  content: '';
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: -4%;
  left: 0;
}

.cardred:hover {
  border-radius: var(--RADIUS-radius-6, 24px);
  border: 1px solid rgba(246, 143, 146, 0.50);
  background: linear-gradient(172deg, rgba(236, 30, 36, 0.50) -21.33%, rgba(116, 15, 18, 0.50) 93.77%);
  box-shadow: 0px 4px 24px 0px rgba(133, 41, 44, 0.12);
}

.cardblue:hover {
  border: 1px solid rgba(139, 187, 255, 0.50);
  background: linear-gradient(170deg, rgba(22, 119, 255, 0.50) -11.34%, rgba(7, 49, 108, 0.50) 92.64%);
  box-shadow: 0px 4px 24px 0px rgba(82, 134, 206, 0.12);
}

.cardgreen:hover {
  border: 1px solid rgba(146, 235, 102, 0.50);
  background: linear-gradient(168deg, rgba(82, 196, 26, 0.50) -15.96%, rgba(37, 90, 12, 0.50) 91.2%);
  box-shadow: 0px 4px 24px 0px rgba(65, 115, 40, 0.12);
}

.cardbrown:hover {
  border: 1px solid rgba(251, 194, 79, 0.50);
  background: linear-gradient(166deg, rgba(250, 173, 20, 0.50) -16.17%, rgba(109, 75, 7, 0.50) 93.05%);
  box-shadow: 0px 4px 24px 0px rgba(132, 100, 36, 0.12);
}

.cardgrey:hover {
  border-radius: var(--RADIUS-radius-6, 24px);
  border: 1px solid rgba(142, 212, 219, 0.50);
  background: linear-gradient(168deg, rgba(142, 212, 219, 0.50) -9.84%, rgba(80, 132, 137, 0.50) 93.58%);
  box-shadow: 0px 4px 24px 0px rgba(95, 128, 132, 0.12);
}



.gradientrightimg2::before {
  z-index: 0;
  position: absolute;
  content: url(../images/bggradient2.svg);
  top: -20%;
  right: -15%;
  width: 610px;
}

.bg_graphvideo .textleft {
  position: absolute;
  left: 9%;
  writing-mode: sideways-lr;
  top: 40%;
}

/* .bg_graphvideo video {
  opacity: 0.6;
} */

.bg_graphvideo .textright {
  position: absolute;
  bottom: 6%;
}

.realtime {
  border-radius: 8px;
  border: 0.5px solid #424242;
  background: rgba(34, 34, 34, 0.50);
  backdrop-filter: blur(27px);
  padding: 12px 24px;
  position: absolute;
  left: 51%;
  top: 5%;
  width: auto;
}

#next-generation .leftgradientImg {
  position: absolute;
  top: -20%;
  z-index: 0;
}

#technologyvideo-banner::after {
  display: none;
}

#technologyvideo-banner::before {
  content: radial-gradient(71.95% 56.22% at 72.67% 39.9%, rgba(14, 13, 13, 0) 0%, #0E0D0D 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  right: -21%;
}

#technologyvideo-banner video {
  position: relative;
  right: -21%;
  z-index: 1;
}

.darkcard {
  border-radius: 8px;
  border: 1px solid var(--color-darkblack);
  background: rgba(34, 34, 34, 0.25);
  backdrop-filter: blur(27px);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  z-index: 1;
}

.darkcard:hover {
  border: 0.5px solid var(--color-grey);
  background: rgba(34, 34, 34, 0.50);
}

.darkcard:hover .corecards svg g,
.darkcard:hover .corecards svg path {
  opacity: 1;
}

.divider {
  background: rgba(88, 77, 68, 0.40);
  width: 100%;
  display: inline-block;
  height: 1px;
}

.corecards {
  padding: 12px;
  height: 147px;
  place-content: end;
}

.teamImg {
  border-radius: 12px 12px 0px 0px;
  opacity: 0.5;
}

.team-wrapper .name,
.team-wrapper .designation {
  color: var(--color-whitegrey);
}

.team-wrapper .about {
  color: var(--color-lightgrey);
}

.team-wrapper .darkcard:hover .card-body .teamImg {
  opacity: 1;
}

.team-wrapper .darkcard:hover .card-body .name,
.team-wrapper .darkcard:hover .card-body .designation {
  color: var(--white);
}

.team-wrapper .darkcard:hover .card-body .linkdinicon path {
  opacity: 1;
}

.team-wrapper .darkcard:hover .card-body .about {
  color: var(--color-lightwhite);
}

.rightarc,
.mission-card {
  transform: translateX(540px);
  opacity: 0;
  overflow: hidden;
}

.leftarc,
.vision-card {
  transform: translateX(-540px);
  opacity: 0;
  overflow: hidden;
}



.leftgradienthalfcurve {
  position: absolute;
  bottom: -64%;
  z-index: 0;
}

.rightgradienthalfcurve {
  position: absolute;
  bottom: -64%;
  z-index: 0;
  right: 0;
}

.powermanagment {
  max-width: 800px;
  margin: 0 auto;
}

.key_capabilities .title {
  color: var(--color-lightwhite);
}

.darkcard .corecards svg path {
  fill: #F1565B;
}

.key_capabilities:hover .title {
  color: var(--white);
}

.key_capabilities:hover .info {
  color: var(--color-whitegrey)
}

.darkcard:hover .corecards svg path {
  fill: #EC1E24;
}

.nav_Techtabs {
  margin-top: 33px;
  width: calc(50vw - 12px);
  position: relative;
  z-index: 2;
}

.nav_Techtabs .nav-link {
  padding: 24px;
  border-radius: 10px 0 0 10px;
  border: 1px solid var(--color-grey);
  color: var(--color-whitegrey);
  background-color: var(--color-darkblack);
  opacity: 0.5;
  text-align: left;
  margin-left: 24px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  margin-bottom: 24px;
  font-size: 20px;
}

.nav_Techtabs .nav-link.active {
  border: 1px solid var(--color-lightgrey);
  box-shadow: 0px 4px 24px 0px rgba(197, 197, 197, 0.24);
  opacity: 1;
  background-color: var(--color-darkblack);
  margin-left: 0px;
  border-right: 0px;
}

.hrdwyr-ecosystemText {
  max-width: 621px;
  z-index: 2;
  position: absolute;
  left: 0%;
  bottom: 1%;
  transform: translatey(-50%);
  right: 0%;
  margin: 0 auto;
}

.dataInfrastructureText {
  position: absolute;
  bottom: 15%;
  max-width: 462px;
  /* transform: translateX(154%); */
  z-index: 2;
}

.dataInfrastructureImage {
  position: relative;
}

/* .dataInfrastructureImage::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;

  background: radial-gradient(100% 152.22% at 100% -49.88%, rgba(14, 13, 13, 0.00) 0%, #0E0D0D 100%);
  z-index: 1;
  top: 0;
} */

.leftgradientImgtop {
  position: absolute;
  z-index: 0;
  bottom: 43%;
}

.gradientimgbottom {
  position: absolute;
  z-index: 0;
  bottom: -20%;
  right: 0;
}

.gradientimgbottom img {
  width: 320px;
}

.offcanvas.careerpopup {
  max-width: 630px;
  width: 90%;
  background-color: var(--color-darkblack);
}

.careerpopup .offcanvas-body {
  padding: 60px;
}

.offcanvasFooter {
  padding: 19px 37px;
  border-top: 1px solid #616161;
}

.btn_close {
  border: 1px solid var(--color-whitegrey) !important;
  border-radius: 4px;
  padding: 8px 16px;
}

.btn_apply {
  border-radius: 4px;
  padding: 8px 16px;
  background-color: var(--primary-red) !important;
}

.hrdwyranime-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, 0.40) 15.1%, rgba(5, 5, 5, 0.00) 29.77%, rgba(5, 5, 5, 0.00) 70.04%, rgba(5, 5, 5, 0.50) 85.45%, #050505 100%);
  filter: blur(2px);
  z-index: 1;
  top: 0;
}

.slider-dots {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  position: absolute;
  bottom: 25%;
  z-index: 2;
}

.dot,
.aidriven-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-silver);
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 1;
}

.dot.active,
.aidriven-dots .swiper-pagination-bullet-active {
  background-color: var(--primary-red);
  width: 24px;
  border-radius: 8px;
}

.aidriven-dots {
  bottom: -4% !important;
}

.careerbox {
  opacity: 0;
}

.zero {
  opacity: 0.5;
}

.ailib_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11px, 1fr));
  column-gap: 5px;
  row-gap: 10px;
  height: calc(50% - 28px);
  min-width: 180px;
}

.ailib_boxborder {
  border: 1px solid #616161;
  padding: 24px;
  background-color: var(--color-dark);
  max-width: 180px;
  /* margin: 0 auto; */
}

.ailib_box .bit {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.video_flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  rotate: 180deg;
}



.animatedvideo {
  position: absolute;
  /* width: 930px;
  top: 17.5%; */
  left: 12%;
  z-index: -1;
  width: 850px;
  top: 7%
}

.cardheight {
  height: 495px !important;
}

.cardheightsmall {
  height: 540px !important;

}

.cardheightsmall>* {
  flex: 1 1 auto;

}

.cardheight>* {
  flex: 1 1 auto;
}

/* .sectionminheight {
  height: calc(100dvh - 525px);
  place-content: center;
} */

/* .edgeai-lib .swiper-wrapper {
  overflow-x: auto;
  overflow-y: hidden !important;
  
} */

/* .hrdwyranime-video::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 235px;
  left: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.00) 0%, #0D0D0D 100%);
  z-index: 1;
  bottom: 0;
}   */
.ailibicon_hover:hover svg path {
  fill: #F68F92;
  stroke: none;
}

.ailibicon_hover:hover h2 {
  color: var(--white);
}

.socialicons img {
  border-radius: 5px;
  background-color: var(--color-grey);
  padding: 10px;
}

.linkdinicon {
  line-height: 0.1;
  background-color: var(--color-grey);
  padding: 9px;
  height: 31px;
  width: 31px;
  border-radius: 4px;
}

.linkdinicon path {
  opacity: 0.5;
}

.herosectionHeight {
  height: calc(100dvh - 95px);
  object-fit: cover;
}

.navbar.static {
  position: static;
}


.slider-dot {
  z-index: 9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-silver);
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 4px;
}

.slider-dot.active {
  background-color: var(--primary-red);
  width: 24px;
  border-radius: 8px;
}

.scrollbar_hide::-webkit-scrollbar {
  display: none;
}


/* mediaquery */


@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }

  .dataInfrastructureText {
    transform: translateX(154%);
  }
}

@media (max-width: 1199px) {
  .fs-48 {
    font-size: 2rem;
  }

  .fs-34 {
    font-size: 1.625rem;
  }

  .gradientrightimg2::before {
    content: unset;
  }

  #missionVision svg {
    width: 340px;
  }

  .leftarc {
    left: -3rem;
  }

  .section2-reinvent .heading {
    line-height: 36px;
  }

  .lh_5,
  .lh_4 {
    line-height: unset;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav_menus .nav-item a {
    padding: 8px 0 !important;
    color: var(--color-dark) !important;
  }


  #v-pills-home-tab.active .showimage,
  #v-pills-profile-tab.active .showimage,
  #v-pills-messages-tab.active .showimage,
  #v-pills-mathbased-tab.active .showimage {
    display: block;
  }


  .nav-link .showimage {
    display: none;
  }

  .nav_Techtabs {
    width: 100%;

  }

  .nav_Techtabs .nav-link {
    margin-left: 0px;
    border-radius: 10px;
  }

  .nav-link .showimage img {
    height: 450px;
    object-fit: cover;
    width: 100%;
  }

  .nav_Techtabs .nav-link.active {
    border-right: 1px solid var(--color-lightgrey);
  }

  .nav_menus .nav-item {
    padding: 4px 0px;
  }

  .headernavbar {
    padding: 10px 0;
  }

}

@media (min-width: 320px) and (max-width: 767px) {
  .fs-48 {
    font-size: 2rem;
  }

  .red_gradient::after {
    display: none
  }

  .red_gradient::before {
    width: 110px;
  }

  .hero_context .slides-container {
    padding: 8px;
  }

  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .chip-image {
    height: 60vh;
  }


  .fs-34 {
    font-size: 1.625rem;
  }

  .rightgradientImg,
  .leftgradientImg {
    width: 150px;
  }

  .slider-dots {
    bottom: 12%;
    transform: translateX(10px);
  }

  .p-32 {
    padding: 16px;
  }

  .vertical_tabs .accordion-item {
    padding: 16px;
  }

  .navonhover_tabs .leftbordered.border-end-0 {
    border-right: 0.5px solid var(--color-darkblack) !important;
    border-top: 0px;
    border-bottom: 0px;
  }

  .vertical_tabs .nav-pills .nav-link.active .accordion-item {
    height: unset;
  }

  .vertical_tabs .accordion-item {
    height: unset;
  }

  .section3-verticaltabs .leftimg img {
    height: 170px;
  }

  .nav_menus .nav-item a {
    padding: 8px 0 !important;
    color: var(--color-dark) !important;
  }

  .nav_menus .nav-item a.active {
    color: var(--color-darkred) !important;
  }

  .lh_5 {
    line-height: 40px;
  }

  /* #solutions-banner img {
    object-position: right;
    height: 450px;
    object-fit: cover;
  } */

  .lh_4 {
    line-height: 38px;
  }

  .ailib_boxborder {
    padding: 14px;
    margin: unset;
    column-gap: 4px;
  }

  .ailib_box {
    min-width: unset;
  }

  .edgeai-lib .swiper-slide svg {
    width: 56px;
    height: 70px;
  }

  .animatedvideo {
    z-index: -1;
    top: 12.5%;
    left: 34%;
    width: 650px;
  }

  #edge-ailib .swiper-wrapper .fs-16 {
    font-size: 0.875rem;
  }

  .cardheightsmall {
    height: 495px !important;
  }

  .bg_graphvideo .textleft {
    left: -4%;
  }

  .bg_graphvideo {
    padding: 46px 12px 45px;
  }

  #technologyvideo-banner video {
    right: unset;
    width: 100%;
  }

  #technologyvideo-banner {
    height: calc(100dvh - 95px);
  }

  #technologyvideo-banner::before {
    right: unset;
  }

  .bgvideo_banner {
    top: -5%;
    place-content: end;
  }

  .careerpopup .offcanvas-body,
  .offcanvasFooter {
    padding: 18px;
  }

  .btn_primaryred,
  .btn_knowmore  {
    width: 100%;
  }

  .dataInfrastructureImage img {
    height: 550px;
    object-fit: cover;
  }

  .animevideo video {
    height: 600px;
    object-position: top;
    object-fit: cover;
  }

  .hrdwyr-ecosystemText {
    bottom: -15%;
  }

  #solutions-banner::before {
    background: linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, 0.40) 15.1%, rgba(5, 5, 5, 0.00) 29.77%, rgba(5, 5, 5, 0.00) 70.04%, rgba(5, 5, 5, 0.50) 85.45%, #050505 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }

  .nav_Techtabs {
    width: 100%;

  }

  .nav_Techtabs .nav-link {
    margin-left: 0px;
    border-radius: 10px;
    padding: 16px;
    font-size: 16px;
    width: 100%;
  }

  .realtime {
    padding: 7px 14px;
    font-size: 10px;
  }

  #v-pills-home-tab.active .showimage,
  #v-pills-profile-tab.active .showimage,
  #v-pills-messages-tab.active .showimage,
  #v-pills-mathbased-tab.active .showimage {
    display: block;
  }


  .nav-link .showimage {
    display: none;
  }

  .nav-link .showimage img {
    height: 180px;
    object-fit: cover;
    width: 100%;
  }

  .nav_Techtabs .nav-link.active {
    border-right: 1px solid var(--color-lightgrey);
  }

  .headernavbar {
    padding: 10px 0;
  }

  .slide {
    bottom: 20%;
    top: unset;
    left: 0;
    width: 100%;
    padding: 0 16px;
  }

  .footerBottom a {
    font-size: 13px;
  }

  .footerBottom {
    position: relative;
  }

  /* .footerBottom::before{
  content: '';
  position: absolute;

} */
  .footerBottom::before {
    right: -10%;
    content: '';
    position: absolute;
    width: 2px;
    height: 13px;
    background: var(--color-lightgrey);
    top: 7px;
  }

  .dataInfrastructureText {
    bottom: 4%;
    text-align: center;
  }

  #missionVision svg {
    width: 310px;
  }

  .offcanvas-body .fs-20 {
    font-size: 16px;
  }

  .offcanvas-body .fs-16 {
    font-size: 14px;
  }

  .nav_menus .nav-item {
    padding: 4px 0px;
  }
  .menuDropdown .dropdown-menu.show a{
  color: var(--white) !important;
}
}

/* Product Page Cls Declaration */
.bgvideo_banner.bgvideo_banner_static {
    position: relative;
    height: auto;
    z-index: 999;
}
.section-padding {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.product-highlights {
    display: flex;
    width: 85%;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.product-highlights-block-svg svg {
    max-width: 100%;
}
.product-highlights-block-svg {
    text-align: center;
    padding: 0px 35px;
}
.product-highlights-block {
    display: flex;
    width: 23%;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.product-highlights-block-body p {
    color: var(--COLORS-Neutral-300, #C0C0C0);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.intelligent-battery-mag-wap {
    position: relative;
}
.intelligent-battery-mag-wap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
    /* height: 121vh; */
}
.intelligent-battery-mag-bg img.img-fluid {
    height: 100%;
}
.intelligent-battery-mag-bg {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;  
    text-align: center;
}
.intelligent-battery-mag-wapper {
    position: relative;
    z-index: 99;
    width: 530px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #616161;
    background: #202020;
    padding: 14px;
}
.intelligent-battery-table-block p{
  color: #C0C0C0;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
/* .intelligent-battery-table-block {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #4B4B4B;
    background: var(--COLORS-Black, #0D0D0D);
    text-align: left;
    height: 98px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.intelligent-battery-table-wap {
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(315deg, #2D2D2D -49.3%, #5E5E5E 177.69%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
} */

.intelligent-battery-table-wap-col {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: linear-gradient(315deg, #2D2D2D -49.3%, #5E5E5E 177.69%);
}
.intelligent-battery-table-wap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}
.intelligent-battery-table-block {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #4B4B4B;
    background: var(--COLORS-Black, #0D0D0D);
    height: 98px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.intelligent-battery-table-block.battery-highlights-block {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    flex: 5 0 0;
}
.intelligent-battery-table-block:hover {
    border-radius: 4px;
    border: 1px solid #D24E52;
    background: linear-gradient(104deg, #AB0E13 -109.78%, #450608 198.41%);
    box-shadow: 0 6px 24px 0 #000;
}
.intelligent-battery-table-block:hover p{
  color: #fff;
}
.popover {
    --bs-popover-max-width: 394px;
    background: transparent;
}
.popover-body h6 {
    color: var(--COLORS-White, #FFF);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}
.pophover-content-wapper ul {
    padding-left: 0;
}
.pophover-content-wapper ul li {
    color: var(--COLORS-Neutral-300, #C0C0C0);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    position: relative;
}
.popover.bs-popover-start .popover-arrow {
  top: 0.8rem !important;
  transform: translateY(0) !important;
}
.popover-bg {
    position: relative;
    margin-bottom: -25px;
}
.popover {
    margin-top: 3rem !important;
}
.popover-arrow{
  display: none !important;
}
.pophover-content-wapper {
    padding-left: 1rem;
}
[data-popper-placement="right"] .popover-bg {
    transform: scaleX(-1);
}
[data-popper-placement="right"] .pophover-content-wapper {
    padding-left: 75px;
}
.hrd-tab-wapper button:hover{
  color: #fff;
}
.hrd-tab-wapper button {
    display: flex;
    padding: 24px var(--RADIUS-radius-6, 24px);
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 10px;
    border: 1px solid var(--COLORS-Neutral-700, #424242);
    background: var(--COLORS-Neutral-800, #222);
    color: var(--COLORS-Neutral-300, #C0C0C0);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.hrd-tab-wapper button.active,.hrd-tab-wapper button:hover {
    border-radius: 10px;
    border: 1px solid #D24E52;
    background: linear-gradient(104deg, #AB0E13 -109.78%, #450608 198.41%);
    color: #FFF;
}
.text-header-wap {
    display: block;
    margin-bottom: 60px;
}
.hrd-tab-wapper .tab-pane {
    border-radius: 10px;
    border: 1px solid var(--COLORS-Neutral-700, #424242);
    background: var(--COLORS-Neutral-800, #222);
    padding: 8px;
}
.product-highlights-block:hover .product-highlights-block-svg svg path {
    stroke: #F68F92;
    fill: #F68F92;
}
.product-highlights-block:hover .product-highlights-block-body p {
    color: #F68F92;
}
.tabpane-block {
    border-radius: 4px;
    border: 1px solid #454545;
    background: #303030;
    padding: 12px;
    margin-bottom: 8px;
}
.tabpane-block h5 {
    color: var(--COLORS-Neutral-200, #DFDFDF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}
.tabpane-block h4 {
    color: var(--COLORS-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.tabpane-block button.btn.btn-primary {
    display: inline-flex;
    height: 55px;
    padding: 18px 36px;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    flex-shrink: 0;
    margin-bottom: 0;
    width: auto;
    border-radius: 4px;
    background: linear-gradient(104deg, #AB0E13 -109.78%, #450608 198.41%);
    color: var(--COLORS-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.tab-pane .adjust-p-waper .col-md-7 {
    padding-left: 4px;
}
.tab-pane .adjust-p-waper .col-md-5 {
    padding-right: 4px;
}
.tabpane-block.tabpane-block-plane {
    border-radius: 0;
    border: 0;
    background: transparent;
}
.row.adjust-p-waper .tabpane-block {
    margin-bottom: 0;
}
.popover .popover-body button.btn-close {
    display: none;
}
.intelligent-battery-table-block p {
    height: 48px;
    display: flex;
    align-items: center;
}

/* Tmp Block */
div#myTabContent {
    position: relative;
    height: 100%;
}
.hrd-tab-wapper .tab-pane {
    position: relative;
    height: 100%;
}
/* Tmp Block */
.tabpane-block-buttons h5,.tabpane-block-buttons p {
    margin-bottom: 0;
}
.tabpane-block-buttons {
    border-radius: 4px;
    border: 1px solid #454545;
    background: #303030;
}
.tabpane-block-wapper {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    margin-bottom: 4px;
}
.tabpane-block-buttons {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
}
.tabpane-block-buttons.tabpane-block-buttons-pro {
    border-radius: 4px;
    background: linear-gradient(104deg, #AB0E13 -109.78%, #450608 198.41%);
}
.tabpane-block-buttons.tabpane-block-buttons-pro h5 {
    color: var(--COLORS-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.tabpane-block-buttons.tabpane-block-buttons-sm p
{
  color: var(--COLORS-Neutral-200, #DFDFDF);
  text-align: center;

  /* Global Tokens/Body/B-2 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
}
.intelligent-battery-mag-wapper-pophover {
    position: absolute;
    bottom: -112px;
    z-index: 999;
    width: 35%;
    text-align: left;
    right: 16%;
}
.intelligent-battery-mag-wapper-pophover h6 {
    color: var(--COLORS-White, #FFF);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.intelligent-battery-mag-wapper-pophover ul li {
    color: var(--COLORS-Neutral-300, #C0C0C0);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.intelligent-battery-mag-wapper-pophover .popoverContent-static-wapper .popover-bg {
    margin-left: -8rem;
    margin-bottom: -28px !important;
}
span.span-bgvideo_banner {
    color: #EC1E24 !important;
    font-family: Inter;
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    line-height: 60px;
    -webkit-text-fill-color: #EC1E24;
}
.product-highlights-block:hover .svg-wapper-fixma path.hovertext {
    stroke: #F68F92;
}

.btn_knowmore {
  background-color: var(--primary-red) !important;
  border-radius: 8px;
  padding: 8px 16px;
  color: var(--white) !important;
  z-index: 2;
  position: relative;
}
.menuDropdown .dropdown-menu.show{
      background: #222222;
    border: 0px;
    border-radius: 0px;

}

.menuDropdown .dropdown-menu.show li{ 
padding: 11px 14px;
}
.menuDropdown .dropdown-item:focus, .menuDropdown .dropdown-item:hover{
background-color: transparent;
color: var(--white);
}
/* .menulistborder{
 border-bottom: 1px solid #5f5b5b;
} */
.menuDropdown .dropdown-menu.show li {
    border-bottom: 1px solid #5f5b5b;
}   
.menuDropdown .dropdown-menu.show li:last-child{
  border-bottom: 0px solid #5f5b5b;
}

@media (max-width: 1000px) 
{
  .intelligent-battery-mag-wapper {
      width: 100%;
  }
  .product-highlights {
      display: block;
  }
  .product-highlights-block {
      width: 100%;
      margin-bottom: 3rem;
  }
  .section-padding {
      padding-top: 3rem;
      padding-bottom: 3rem;
  }
  .intelligent-battery-mag-wap {
      margin-top: 4rem;
  }
  .intelligent-battery-table-wap-col {
      display: block;
  }
  .popover {
      position: fixed !important;
      left: 0 !important;
      transform: none !important;
      top: 0rem !important;
      z-index: 9999;
      background-color: #000;
      max-width: 100% !important;
      padding-top: 5rem;
      height: 100%;
  }
  .popover .popover-body {
      position: relative;
  }
  .popover .popover-body button.btn-close {
      display: block;
      position: absolute;
      color: #fff;
      top: -2rem;
      right: 1rem;
      cursor: pointer;
      z-index: 99;
      width: fit-content;
      height: auto;
  }
  div#myTabContent {
      margin-top: 20px;
  }
  .tabpane-block button.btn.btn-primary {
      margin-top: 1rem;
      width: 100%;
  }
  .hrd-tab-wapper button {
      font-size: 12px;
      padding: 4px 12px;
      width: auto;
      margin-bottom: 0px;
  }
  ul#myTab {
      display: flex;
      gap: 10px;
      flex-direction: initial !important;
  }
  .tab-pane .adjust-p-waper .col-md-5 {
      padding-right: 15px;
  }
  .tab-pane .adjust-p-waper .col-md-7 {
      padding-left: 15px;
  }
  .tabpane-block.tabpane-block-plane.p-0 {
      padding-top: 2rem !important;
  }
}