.logoHolder {
  width: 100px;
  width: 100px;
  /* height: 60px; */
}

.attributeFilters .form-group-overflow {
  max-height: unset;
}

/* loading screen */

.loaderWrapperNew {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0;
}

.loaderWrapperNew .bigCircle {
  /* background: #151515; */
  width: 30vmax;
  height: 30vmax;
  border-radius: 50%;
}

.loaderWrapperNew .imgWrapperLoader {
  width: 15vw;
  width: 15vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loaderWrapperNew .imgWrapperLoader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (orientation: portrait) {
  .loaderWrapperNew .imgWrapperLoader {
    width: 40vw;
    width: 30vmax;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* loading screen */

#modalProductInner img {
  padding: 1rem;
}

#modalProductInner {
  padding: 1rem !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    min-width: 98vw;
  }
}

@media (min-width: 768px) {
  .fullWidth {
    min-width: 100vw;
  }
}

@media (min-width: 576px) {
  .fullWidth {
    min-width: 100vw;
  }
}

@media (min-width: 992px) {
  .productFlexBox {
    min-width: 98vw;
  }

  .fullWidth {
    /* min-width: 100vw; */
  }

  .productFlexBox .col-lg-3 {
    max-width: 25%;
  }
}

/* section icon image title */

.sectionTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.iconImg {
  width: 2rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

section.productSect {
  /* min-height: 95vh; */
}

.asymProd .card {
  background: #f2f3f5;
}

.productFlexBox .row {
  justify-content: center;
}

.productFlexBox .card-img {
  background: #f4f4f4;
}

.backgroundLines {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 170vh;

  background: url("../img/common/back.svg") transparent no-repeat center center;
  background-size: cover;
}

/* shopping cart */

.cart-image {
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

/* main page hero */

/* <> */
.welcomeCont {
  line-height: normal;
  width: 100vw;
  height: 90vh;
  min-height: 700px;
  /* background: yellowgreen; */
  /* border: 1px solid yellowgreen; */
}

.welcomeCont .welcomeInner {
  padding: 1rem 5rem 0 5rem;
  display: flex;
  align-items: center;
  height: 80%;
  background: #000000;
  position: relative;
}

.welcomeCont .welcomeInner .titleContainer {
  width: 55%;
  /* width: 100vw; */
  /* border: 1px solid red; */
}

.welcomeCont .welcomeInner .titleContainer .title {
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  letter-spacing: -2.50105px;
}

.welcomeCont .welcomeInner .titleContainer .title span {
  color: #e62b16;
}

.welcomeCont .welcomeInner .titleContainer .titleDesc {
  width: 65%;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.625263px;
  color: #e7e7e7;
  padding: 3rem 0;
}

.welcomeCont .welcomeInner .titleContainer .heroBtn {
  display: block;
  margin-top: 2rem;
  font-family: Work Sans;
  width: 25%;
  padding: 0 1rem;
  position: relative;
  background: #e62b16;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
}

.welcomeCont .welcomeInner .titleContainer .heroBtn:before,
.welcomeCont .welcomeInner .titleContainer .heroBtn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border-bottom: 15px solid #e62b16;
  border-left: 15px solid transparent;
}

.welcomeCont .welcomeInner .titleContainer .heroBtn:after {
  bottom: auto;
  top: 100%;
  border-bottom: none;
  border-top: 15px solid #e62b16;
  border-left: 15px solid #e62b16;
  border-right: 15px solid transparent;
}

.welcomeCont .welcomeInner .imgCont {
  width: 45%;
  /* background: powderblue; */
  position: relative;
  height: 100%;

  /* position: absolute;
    right: 0;
    bottom: 0; */
}

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

.imgWrapperParallax {
  position: absolute;
  bottom: 0;
}

.imgWrapperParallax.item1 {
  width: 30vw;
  z-index: 2;
  left: 7vw;
  /* left: 50%;
    transform: translate(-50%, 0%); */
}

.imgWrapperParallax.item2 {
  width: 55vw;
  left: -10vw;
  z-index: 1;
}

.imgWrapperParallax.item3 {
  width: 45vw;
  left: -3vw;
  z-index: 8;
}

.welcomeCont .logoBanner {
  height: 20%;
  /* background: paleturquoise; */
  width: 100%;
  display: flex;
  align-items: center;
}

.welcomeCont .logoBanner .logoFlex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 2rem;
  justify-content: center;
  width: 100%;
}

.welcomeCont .logoBanner .logoFlex li {
  width: 14.28%;
  padding: 1rem 2vw;
}

.welcomeCont .logoBanner .logoFlex li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* slider */
section.slider {
  background: #040404;
}

.sliderItem {
  width: 100%;
  height: 70vh;
  min-height: 400px;
  background: #040404;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.sliderItem .leftDesc {
  width: 25%;
  margin-right: -10%;
  z-index: 2;
}

.sliderItem .leftDesc .title {
  font-weight: 500;
  font-size: 44px;
  line-height: 58px;
}

.sliderItem .leftDesc .desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  padding: 2.5rem 0;
}

.sliderItem .rightImg {
  width: 50%;
  height: 100%;
  z-index: 1;
}

.sliderItem .rightImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* -webkit-mask-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); */
  /* -webkit-mask-image: -webkit-gradient(linear, right center, left center, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); */
}

.faded {
  position: relative;
  display: inline-block;
  color: #040404;
}

.faded:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.faded.faded-left.faded-right:after {
  box-shadow: inset 40px 0 40px -16px, inset -40px 0 40px -16px;
}

.faded.faded-all:after,
.faded.faded-left.faded-top.faded-right.faded-bottom:after {
  box-shadow: inset 0 0 40px 16px;
}

.faded.faded-narrow.faded-all:after,
.faded.faded-narrow.faded-left.faded-top.faded-right.faded-bottom:after {
  box-shadow: inset 0 0 20px 10px;
}

.faded.faded-wide.faded-all:after,
.faded.faded-wide.faded-left.faded-top.faded-right.faded-bottom:after {
  box-shadow: inset 0 0 80px 28px;
}

/* footer */

footer.footerMain {
  background: #020203;
  padding: 3rem 8vw;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
}

.footerMain .title {
  font-weight: bold;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 2rem;
  padding-left: 1rem;
}

.footerMain .linkTree {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}

.footerMain .linkTree .flexColumn {
  /* width: 20%; */
  /* padding: 1rem 2vw; */
  padding: 1rem;
}

.footerMain .flexColumn .columnTitle {
  font-weight: bold;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 1rem;
}

.footerMain .flexColumn ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.footerMain .flexColumn ul li a,
.footerMain .flexColumn ul li {
  font-size: 13px;
  color: #ffffff;
}

.footerMain hr {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footerMain .copyright {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  /* opacity: 0.6; */
}

.footerMain .copyright .lineOne {
  width: 55%;
  display: flex;
  justify-content: space-between;
}

.footerMain .copyright .scoials {
  padding-right: 1.5rem;
}

.footerMain .copyright .scoials a {
  padding-right: 0.5rem;
}

.footerMain .egoSurf {
  width: 45%;
}

.footerMain .egoSurf a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  width: auto;
}

.footerMain .egoSurf .logo {
  height: 20px;
  padding-left: 2px;
}

.footerMain .egoSurf .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* product page styles */

.productContainer {
  width: 100vw;
  height: 80vh;
  min-height: 750px;
  margin-bottom: 5rem;
  /* background: yellowgreen; */
  /* border: 1px solid yellowgreen; */
}

.productContainer .infoSelector {
  padding: 2rem 3rem;
  /* height: 10%; */
  /* background: burlywood; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 14px;
}

.productContainer .card-badge {
  top: 1.25rem;
}

.productContainer .infoSelector.mobileVer {
  display: none;
}

.productContainer .infoSelector .selectItem {
  margin: 0 1rem;
  border-bottom: 2px solid #ffffff;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.productContainer .infoSelector .selectItem:hover {
  border-bottom: 2px solid #0156ff;
}

.productContainer .infoSelector .selectItem.active {
  border-bottom: 2px solid #0156ff;
}

.productContainer .productMain {
  display: flex;
  width: 100%;
  height: 92%;
}

.productContainer .productMain .productImg .badge {
  left: 1rem;
}

.productContainer .productMain .productDesc {
  width: 45%;
  height: 100%;
  padding: 1rem 1rem 1rem 3rem;
  padding: 1rem 5rem;
  padding: 1rem 3vw 1rem 6vw;
  /* background: cadetblue; */
  /* border: 1px solid cadetblue; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f5f7ff;
  transition-property: all;
  transition-duration: 0.8s;
}

.productContainer .productMain .productDesc .title {
  font-weight: 600;
  font-size: 32px;
  padding: 1.5rem 0;
}

.productContainer .productMain .productDesc .desc {
  font-weight: 300;
  font-size: 16px;
  /* line-height: 30px; */
  width: 98%;
}

.productContainer .productMain .productDesc .desc > div {
  display: none;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 1rem;
}

.productContainer .productMain .productDesc .desc > div.active {
  display: block;
}

.productContainer .productMain .productDesc .desc ul {
  list-style-position: outside;
}

.productContainer .productMain .productDesc .helpBanner {
  width: 98%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 4rem;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}

.productContainer .productMain .productDesc .stockBanner {
  width: 98%;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 1.5rem;
}

.productContainer .productMain .productDesc .helpBanner .flexLeft {
  display: flex;
}

.productContainer .productMain .productDesc .helpBanner .flexLeft span {
  padding-right: 1rem;
}

.productContainer .productMain .productDesc .cartWrapper {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.productContainer .productMain .productDesc .cartWrapper .quantity {
  display: flex;
  justify-content: space-evenly;
  width: 100px;
  padding: 5px 0;
  margin: 0 1.5rem;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.4);
}

.productContainer
  .productMain
  .productDesc
  .cartWrapper
  .quantity
  .changeQuantity {
  cursor: pointer;
}

.productContainer .productMain .productDesc .cartWrapper .addToCartBtn {
  cursor: pointer;
  padding: 1rem 1.5rem;
  background: #0156ff;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.productContainer .productMain .productImg {
  width: 55%;
  height: 100%;
  /* background: aquamarine; */
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 2.5rem 1rem;
}

.productContainer .productMain .productImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productContainer .productMain .productImg .mainImg {
  width: 70%;
}

.productContainer .productMain .productImg .mainImg img {
  cursor: pointer;
}

.productContainer .productMain .productImg .imgSelect {
  width: 18%;
  display: flex;
  flex-direction: column;
  margin-right: 6%;
  align-items: center;
  justify-content: space-evenly;
}

.productContainer .productMain .productImg .imgSelect img {
  cursor: pointer;
  height: 22%;
  margin-top: 1rem;
  opacity: 0.6;
  transition-property: opacity;
  transition-duration: 0.2s;
}

.productContainer .productMain .productImg .imgSelect img.active {
  opacity: 1;
}

.productContainer .productMain .productImg .imgSelect img:first-child {
  margin-top: 0;
}

/* brand slider flickity */

.brandsSlider {
  width: 100vw;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brandsSlider .logoFlex {
  margin-bottom: 0 !important;
}

.brandsSlider ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.brandsSlider ul li {
  padding: 0.5rem 1.5rem;
  width: 12%;
}

.brandsSlider ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (orientation: portrait) {
  .brandsSlider ul li {
    padding: 0 1.5rem;
    width: 35%;
  }
}

/* fab on shop */

.fabWrapper {
  width: 100%;
  z-index: 5;
  position: fixed;
  bottom: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
}

.fabWrapper .fab {
  background: #000000;
  border-radius: 30px;
  padding: 1rem 1.5rem;
}

.fabWrapper .fab a {
  color: #ffffff;
}

.fabWrapper .fab i {
  padding-right: 0.5rem;
}

html {
  scroll-behavior: smooth;
}

.only768 {
  display: none;
}

/* this is mobile */
@media (max-width: 768px) {
  .only768 {
    display: block;
  }

  .fabWrapper {
    display: flex;
  }

  .col-md-6 {
    /* flex: 0 0 50%;
      max-width: 50%; */
  }

  .productContainer {
    height: auto;
    min-height: 750px;
    margin-bottom: 0;
  }

  .productContainer .productMain {
    flex-direction: column;
    height: auto;
  }

  .productContainer .productMain .productDesc {
    width: 100%;
    order: 2;
    padding: 1rem;
    background: unset;
  }

  .productContainer .productMain .productDesc .desc {
    width: 100%;
  }

  .productContainer .productMain .productImg {
    width: 100%;
    padding: 2.5rem 0;
  }

  .productContainer .productMain .productImg .mainImg {
    width: 100%;
    height: 30vh;
    min-height: 300px;
  }

  .productContainer .productMain .productImg .imgSelect {
    display: none;
  }

  .productContainer .infoSelector.mobileVer {
    display: flex;
    padding: 1rem;
    padding-left: 0;
    padding-bottom: 0;
  }

  .productContainer .infoSelector.mobileVer div:first-child {
    margin-left: 0;
  }

  .productContainer .infoSelector:not(.mobileVer) {
    display: none;
  }

  .productContainer .productMain .productDesc .title {
    padding: 1rem 0;
  }

  .productContainer .productMain .productDesc .desc > div {
    max-height: unset;
    padding-right: 0;
  }

  .productContainer .productMain .productDesc .helpBanner {
    padding-bottom: 1rem;
  }

  .productContainer .productMain .productDesc .cartWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productContainer .productMain .productDesc .cartWrapper > span {
    display: none;
  }

  .productContainer .productMain .productDesc .cartWrapper .quantity {
    margin-left: 0;
  }

  .productContainer .productMain .productDesc .cartWrapper .mPrice {
    width: 100%;
    padding: 0.7rem;
    margin-bottom: 1rem;
    text-align: center;
    background: #f5f7ff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
  }

  .productContainer .productMain .productDesc .cartWrapper .addToCartBtn {
    width: 62%;
    padding: 0.8rem;
  }
}

@media (max-width: 1470px) {
  .welcomeCont .welcomeInner .imgCont {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .welcomeCont .welcomeInner .titleContainer {
    width: 100vw;
  }
}

/* new adjust */

.welcomeCont .welcomeInner .imgCont {
  position: absolute;
  right: 0;
  bottom: 0;
}

.welcomeCont .welcomeInner .titleContainer {
  width: 100vw;
}

.welcomeCont .welcomeInner .titleContainer .heroBtn {
  width: 18%;
  font-size: 16px;
}

.welcomeCont .welcomeInner .titleContainer .titleDesc {
  width: 55%;
}

/* new adjust end */

@media (min-width: 1025px) and (max-width: 1280px) {
  .welcomeCont .welcomeInner .titleContainer .title {
    font-size: 70px;
    line-height: 62px;
  }

  .welcomeCont .welcomeInner .titleContainer .titleDesc {
    width: 55%;
    font-size: 15px;
    line-height: 19px;
  }

  .welcomeCont .welcomeInner .titleContainer .heroBtn {
    width: 18%;
    font-size: 16px;
  }
}

/* new style auto tec*/
/* ******************************* */
/* Home Page */
/* ******************************* */

.hero-section-new {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;

  padding-bottom: 0.5rem;
}

.hero-new {
  position: relative;
  width: 100%;

  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.hero-side {
  min-height: 90vh;
  width: 52.8%;
  overflow: hidden;
}

.hero-right {
  position: absolute;
  right: 0;

  background: url("../img/common/hero-bg.jpg") no-repeat center top;
  background-size: contain;

  background: url("../img/common/hero-bg.jpg") no-repeat left bottom;
  background-size: cover;
  height: 90%;
  z-index: 1;
}

.hero-new .hero-left {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  align-items: center;
  z-index: +2;
}

.hero-new .content {
  /* margin-top: 6rem; */
  padding: 0 2rem;
  padding-left: 3.8rem;
  color: #050b20;

  /* grid spacing 0.5rem */
  display: grid;
  gap: 1rem;
}

.hero-new .title {
  font-size: 70px;
  font-size: 3.8vw;

  font-size: clamp(50px, 3.8vw, 70px);
  font-size: clamp(62px, 3.8vw, 70px);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;

  display: grid;
  gap: 0rem;
}

.hero-new .title-helper {
  font-size: 25px;
  font-size: 1.3vw;

  font-size: clamp(19px, 1.3vw, 25px);
}

.hero-new .title-special {
  display: flex;
}

.hero-new .title-special img {
  object-fit: contain;
  -o-object-fit: contain;
}

.hero-new .highlight-title {
  /* text-box: ex alphabetic; */
  padding: 0.2rem 1rem 0.75rem 1rem;

  padding: 0.25vw 0.75vw;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 39.5px;
  border: 0.988px solid #e82127;
  margin-right: 1rem;
}

.hero-new .cta {
  display: flex;
  gap: 1rem;
}

.hero-new .cta-action {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-new .cta-pill {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-new .cta-pill a {
  padding: 0.5rem 1rem;
  border-radius: 44px;
  border: 1px solid #e9e9e9;
  background: rgba(255, 255, 255, 0.2);
  color: #050b20;

  transition: all 0.3s;
  text-decoration: none;
}

.hero-new .cta-pill a:hover {
  background: #e82127;
  color: #fff;
}

/* button */

.button-cta {
  /* font-size: 15px;
                                font-weight: 500; */

  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid var(--clr);
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button-cta-secondary {
  background-color: #fff;
  color: var(--clr);
  border: 1px solid var(--clr);
}

.button-cta-alt {
  background-color: transparent;
  color: var(--clr);
  border: none;
  padding: 0.4rem 0;
}

.button-cta-secondary .button-cta__icon-wrapper {
  color: var(--clr);
}

.button-cta-alt .button-cta__icon-wrapper {
  color: var(--clr);
}

.button-cta__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #fff;
  /* background-color: #000; */
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button-cta:hover {
  background-color: #fff;
  border-color: #db1722;
  color: #db1722;
}

.button-cta-secondary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.button-cta:hover .button-cta__icon-wrapper {
  color: #db1722;
}

.button-cta-secondary:hover .button-cta__icon-wrapper {
  color: #fff;
}

.button-cta__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button-cta:hover .button-cta__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button-cta:hover .button-cta__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/* brand logo slider */

.brand-logo-list .brand-logo img {
  height: 100px;
  width: auto;
  object-fit: contain;
  -o-object-fit: contain;
}

.brand-logo-list .brand-title {
  margin-top: 1rem;
  font-size: var(--rv-1-125);
  color: #050b20;
  text-align: center;
  font-weight: 500;
}

/* product cards */

.product-card-new .card {
  border-radius: 16px;
  overflow: hidden;
  color: #050b20;
}

.product-card-new .card .product-img img {
  object-fit: cover;
  -o-object-fit: cover;

  width: 100%;
  height: 100%;
  object-position: center center;

  aspect-ratio: 4/3;
}

.product-card-new .card .card-body {
  border-radius: 0px 0px 16px 16px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;

  padding: 1rem !important;
}

.product-card-new .card .dot {
  font-size: 8px;
  color: #999;
}

.product-card-new .card .product-title {
  font-weight: 600;
  font-size: 18px;
}

.product-card-new .card .product-specs {
  font-size: 14px;
  font-weight: 400;

  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}

.product-card-new .card .product-price {
  font-size: 20px;
  font-size: clamp(14px, 1.1vw, 20px);
}

.product-card-new .card .button-cta {
  font-weight: 600;
}

.product-card-new .card-badge {
  border-radius: 0 0 16px 0;
}

/* services cards */

.services-card > div {
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  padding: 1rem;
}

.services-card .card-img {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.services-card .card-img img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

/* ******************************* */

/* Home Page */
/* ******************************* */

/* ******************************* */

/* responsive mobile */
.mOnly,
.nonDisplay {
  display: none;
}

/* mobile */
/* @media (max-width: 768px) { */
@media (orientation: portrait) {
  .dOnly {
    display: none !important;
  }

  .mOnly {
    display: block;
  }

  .welcomeCont {
    line-height: normal;
    width: 100vw;
    height: 90vh;
    height: auto;
    min-height: unset;
    /* min-height: 680px; */
  }

  .welcomeCont .welcomeInner .titleContainer .title {
    font-size: 38px;
    line-height: 50px;
    text-align: center;
  }

  .welcomeCont .welcomeInner {
    flex-direction: column;
    padding: 1rem;
    padding-bottom: 0rem;
  }

  .welcomeCont .welcomeInner .titleContainer {
    width: 100%;
  }

  .welcomeCont .welcomeInner .titleContainer .titleDesc {
    width: 100%;
    padding: 1rem;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #e7e7e7;
  }

  .welcomeCont .welcomeInner .titleContainer .heroBtn {
    margin: 0 auto;
    margin-top: 1rem;
    width: 50%;
    padding: 0 1rem;
    font-size: 12px;
    line-height: 14px;
  }

  .welcomeCont .welcomeInner .titleContainer .heroBtn:before,
  .welcomeCont .welcomeInner .titleContainer .heroBtn:after {
    border-bottom: 10px solid #e62b16;
    border-left: 10px solid transparent;
  }

  .welcomeCont .welcomeInner .titleContainer .heroBtn:after {
    bottom: auto;
    top: 100%;
    border-bottom: none;
    border-top: 10px solid #e62b16;
    border-left: 10px solid #e62b16;
    border-right: 10px solid transparent;
  }

  .welcomeCont .welcomeInner .imgCont {
    height: 42vh;
    position: relative;
  }

  .imgWrapperParallax.item1 {
    width: 30vw;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .imgWrapperParallax.item1 {
    width: 99vw;
    height: 35vh;
  }

  .imgWrapperParallax.item3 {
    width: 66vw;
    left: -14vw;
  }

  .imgWrapperParallax.item2 {
    width: 98vw;
    left: -29vw;
  }

  .welcomeCont .logoBanner .logoFlex {
    padding: 0 1rem;
  }

  .welcomeCont .logoBanner .logoFlex li {
    width: 25%;
  }

  /* .sliderItem {
        height: 100vh;
        min-height: 600px;
        flex-direction: column;
    } */

  .sliderItem {
    height: 50vh;
    min-height: unset;
    flex-direction: column;
  }

  .sliderItem .leftDesc {
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 1rem;
    padding-top: 2rem;
    order: 2;
  }

  .sliderItem .leftDesc .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 124%;
  }

  .sliderItem .leftDesc .desc {
    font-size: 12px;
    line-height: 20px;
    padding: 1rem;
  }

  .sliderItem .rightImg {
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: inset 0 0 40px 16px;
  }

  .sliderItem .rightImg:after {
    box-shadow: inset 0 0 40px 26px !important;
  }

  footer.footerMain {
    padding: 3rem 1rem;
  }

  .footerMain .copyright {
    flex-direction: column;
    opacity: 0.8;
  }

  .footerMain .copyright .lineOne {
    width: 100%;
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .footerMain .egoSurf {
    width: 100%;
  }

  .footerMain .egoSurf a {
    justify-content: center;
  }

  .footerMain .flexColumn ul li a,
  .footerMain .flexColumn ul li {
    font-size: 12px;
  }

  /* product card new */
  .product-card-new .card .product-price {
    font-size: 20px;
    font-size: clamp(19px, 1.1vw, 20px);
  }
}
