.getQuo,
.navBut {
  white-space: nowrap;
}
.navBut,
.navButx {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Century Gothic, sans-serif;
}
body,
html {
  height: 100%;
  background: var(--bg);
  color: var(--text);
}
#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;
}
.header,
.loadingContainer {
  align-items: center;
  display: flex;
}
.getQuob,
.navIco {
  display: none;
}
.loadingContainer {
  position: relative;
  height: 4px;
  width: 40%;
  background-color: #dfdfdf;
  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;
}
@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;
}
@keyframes loc {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.world {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerLinkb,
.getQuo,
.header,
.navBut,
.navButx {
  padding: 10px;
}
.header {
  position: fixed;
  width: 97%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  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 {
  border-radius: 15px;
}
.navBut:hover {
  background-color: #f0f0f0;
}
.getQuo {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.onavBut {
  display: none;
  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;
  color: #000;
  white-space: nowrap;
  transition: 1s;
}
.containera,
.productBox {
  flex-direction: column;
  gap: 10px;
}
.productBox {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.containera,
.navButxt:hover .productBox,
.productBox:hover {
  display: flex;
}
.blogBox,
.containerh {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.footerLinkb {
  border-radius: 5px;
  width: 100%;
}
.footerLinkb:hover {
  background-color: #d8c4c4;
}
.containera {
  margin-top: 90px;
  width: 100%;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 20px;
  gap: 20px;
}
.blogContainer {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}
.blogBox,
.blogDescribtionbox {
  position: relative;
  display: flex;
  gap: 5px;
}
.blogBox {
  border-radius: 10px;
  flex-direction: column;
}
.blogImgbox {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogImg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blogDescribtionbox {
  flex-direction: column;
  padding: 10px;
}
.containerh,
.profileContainer {
  gap: 10px;
  position: relative;
  display: flex;
}
.profileContainer {
  align-items: center;
  justify-content: space-between;
}
.profileImgbox {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogDescribtionbox h2 {
  font-size: 17px;
}
.profileImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.containerh {
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  border-radius: 20px;
  flex-direction: column;
}
.containerh p {
  width: 100%;
  text-align: center;
}
.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;
}
.socialmediaBox a {
  color: #000;
  padding: px;
  font-size: 25px;
  text-decoration: none;
}
.footercontainerb {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5px;
}
.footerminBoxa {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerLink {
  padding: 5px;
  border-radius: 5px;
  width: max-content;
}
.footerLink:hover {
  background-color: #dfdfdf;
}
@media (max-width: 975px) {
  .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);
  }
  .nav-links.open,
  .onavBut {
    display: flex;
  }
  .navBut {
    width: 100%;
    justify-content: flex-start;
  }
  .onavBut {
    align-items: center;
    justify-content: center;
  }
  .navIco {
    display: inline;
    font-size: 20px;
  }
  .cta,
  .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;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    flex-direction: column;
    box-shadow: var(--card-shadow);
  }
  .menu-toggle {
    display: inline-flex;
  }
}
@media (max-width: 650px) {
  .card img {
    height: 180px;
  }
  .header {
    padding: 10px;
  }
  .brand h1 {
    font-size: 16px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .header {
    width: 90%;
  }
}
.desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.desc::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
