* {
  margin: 0;
  padding: 0;
  font-family: Century Gothic, sans-serif;
  box-sizing: border-box;
}
#loader {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.productBox,
.world {
  flex-direction: column;
}
.getQuo,
.navBut {
  white-space: nowrap;
}
.navBut,
.navButx {
  text-decoration: none;
  transition: 0.3s;
}
body {
  position: relative;
}
.world {
  padding: 20px;
  display: flex;
  align-items: center;
}
.header {
  position: fixed;
  width: 97%;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  background-color: #fff;
}
.headerBox,
.navBut {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo {
  height: 40px;
}
.headerBox {
  justify-content: space-evenly;
}
.navBut {
  padding: 10px;
  border-radius: 15px;
  color: #000;
}
.getQuob,
.navIco,
.onavBut {
  display: none;
}
.navBut:hover {
  background-color: #f0f0f0;
}
.getQuo {
  background-color: red;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.footerLinkb,
.navButx {
  color: #000;
  padding: 10px;
}
.onavBut {
  background: 0 0;
  border: none;
  font-size: 30px;
}
.navButxt {
  position: relative;
  display: inline-block;
}
.navButx {
  border-radius: 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  cursor: pointer;
}
.footerLink,
.footerLinkb {
  text-decoration: none;
  white-space: nowrap;
  transition: 1s;
}
.productBox {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.navButxt:hover .productBox,
.productBox:hover {
  display: flex;
}
.footerLinkb {
  border-radius: 5px;
  width: 100%;
}
.footerLinkb:hover {
  background-color: #d8c4c4;
}
.footerLink:hover,
.loadingContainer {
  background-color: #dfdfdf;
}
/* #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 9999;
} */
.loadingContainer {
  position: relative;
  height: 4px;
  width: 40%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.loada,
.loadb,
.loadc {
  position: relative;
  height: 4px;
  width: 10%;
}
.loada {
  background-color: #004aad;
  box-shadow: 0 0 60px #004aad;
  animation: 3s linear infinite loa;
}
.containerb,
.containerc,
.containerf,
.containerh {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@keyframes loa {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.loadb {
  background-color: red;
  animation: 3s linear infinite lob;
}
@keyframes lob {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.loadc {
  background-color: #ff0;
  animation: 3s linear infinite loc;
}
.containera,
.containerb {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  display: flex;
}
@keyframes loc {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.containera {
  margin-top: 100px;
  height: 50vh;
  background: url("../imagesa/images renamed/about-us,about-us-connect-cable.webp")
    50% / cover no-repeat;
  align-items: center;
  justify-content: center;
  background-position: bottom;
}
.containera h1 {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  text-align: center;
}
.containerb {
  margin-top: 30px;
  gap: 10px;
}
.containerbBoxa {
  position: relative;
  width: 50%;
}
.containerbBoxa h2,
.containerbBoxa p {
  padding: 10px;
}
.containerbBoxb {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outerContainerBox {
  position: relative;
  width: 70%;
}
.containerbone {
  position: relative;
  width: 100%;
  border-radius: 50%;
  background: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.containerc,
.containerd {
  padding: 20px;
  flex-direction: column;
  display: flex;
  margin-top: 30px;
}
.oneImg {
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: rotate(260deg);
}
.minContainerone {
  position: absolute;
  height: 45%;
  width: 45%;
  background: linear-gradient(135deg, #3b3b3b, #000);
  border-radius: 50%;
  top: 50%;
  left: 70%;
}
.certBox,
.certContainer,
.containerc,
.containerd,
.fpBox,
.fpContBox,
.fpContainer,
.fpImg {
  position: relative;
}
.containerc {
  width: 100%;
  border-radius: 20px;
  gap: 20px;
}
.certBox,
.certImg,
.fpBox,
.fpBoxb,
.fpContainer,
.fpImg {
  border-radius: 10px;
}
.containerc h1 {
  width: 100%;
  text-align: center;
}
.certContainer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  width: 100%;
}
.certBox {
  width: 15%;
  overflow: hidden;
  transition: 1s;
  cursor: pointer;
}
.certBox:hover {
  transform: scale(1.5);
  z-index: 1;
}
.certImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.containerd {
  width: 100%;
  background: linear-gradient(
    126deg,
    transparent,
    #b5b7e5,
    #d7d789,
    transparent
  );
  gap: 10px;
}
.containerd h1,
.containerh p {
  width: 100%;
  text-align: center;
}
.fpContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fpBox {
  display: flex;
  gap: 10px;
}
.fpImgBox,
.fpImgBoxb {
  position: relative;
  width: 30%;
  height: 50%;
}
.fpImg {
  height: 100%;
  width: 100%;
}
.fpContBox {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ownerdis {
  width: 60%;
}
.containerh,
.footercontainerb {
  position: relative;
  width: 100%;
  display: flex;
}
.containerh {
  padding: 30px;
  margin-top: 30px;
  border-radius: 20px;
  flex-direction: column;
  gap: 10px;
}
.footerxyz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footercontainera {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.socialmediaBox {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  color: #000;
}
.socialmediaBox a {
  color: #000;
  font-size: 25px;
  text-decoration: none;
}
.footercontainerb {
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5px;
}
.containerf,
.footerminBoxa {
  position: relative;
  flex-direction: column;
  display: flex;
}
.footerminBoxa {
  gap: 10px;
}
.footerLink {
  padding: 5px;
  color: #000;
  border-radius: 5px;
  width: max-content;
}
.containerf {
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  border-radius: 20px;
  align-items: flex-start;
  gap: 30px;
}
.eminBox,
.eminBoxb {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.abcBox,
.eBoxa,
.eBoxb {
  position: relative;
  gap: 10px;
}
.eBoxa {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.eBoxa h2,
.eBoxa p {
  text-align: center;
}
.eBoxb {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-around;
}
.eminBox {
  position: relative;
  height: 260px;
}
.eminBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.eminBoxb {
  position: relative;
}
.eminBoxb::before {
  content: attr(data-step);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}
.eBoxb .eminBox {
  z-index: 1;
}
.eImg {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.eminBox h2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #000;
  padding: 10px;
  font-weight: 600;
  z-index: 1;
}
.abcBox {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.eminBoxb p {
  width: 100%;
  text-align: start;
  font-size: 18px;
  color: #000;
  z-index: 1;
  padding: 5px;
}
@media (max-width: 940px) {
  .containerc h1,
  .navIco {
    font-size: 20px;
  }
  .header {
    width: 95%;
  }
  .headerBox {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .navBut {
    width: 100%;
    justify-content: flex-start;
  }
  .onavBut {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navIco {
    display: inline;
  }
  .getQuo {
    display: none;
  }
  .getQuob {
    display: block;
    background-color: red;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
  }
}
@media (max-width: 830px) {
  .containerb {
    flex-direction: column-reverse;
  }
  .containerbBoxa,
  .containerbBoxb {
    width: 100%;
  }
  .outerContainerBox {
    width: 51%;
  }
  .eBoxb {
    grid-template-columns: auto auto;
  }
  .ownerdis {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .certBox {
    width: 25%;
  }
  .certBox:hover {
    transform: scale(1.1);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .xyzBoxa {
    width: 180px;
    height: auto;
    gap: 8px;
  }
  .imgxyz {
    width: 50px;
    height: 50px;
  }
  .xyzBoxa p {
    font-size: 14px;
  }
  .xyzBox {
    height: 130px;
  }
}
@media (max-width: 730px) {
  .fpBox {
    flex-direction: column;
  }
  .fpContBox {
    width: 100%;
  }
  .fpImgBox {
    width: 45%;
  }
}
@media (max-width: 675px) {
  .certBox {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .eBoxb {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .eminBox {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .containera h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
  }
}
@media (max-width: 597px) {
  .certBox:hover {
    transform: scale(1.2);
  }
}
@media (max-width: 480px) {
  .header {
    width: 90%;

    height: auto;
    flex-wrap: wrap;
  }
  .certBox {
    width: 100%;
    height: 50vh;
  }
  .xyzBoxa {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .imgxyz {
    width: 40px;
    height: 40px;
  }
  .xyzBoxa p {
    font-size: 12px;
    text-align: left;
    text-align: start;
  }
  .outerContainerBox {
    width: 83%;
  }
}
