@import url(reset.css);
@import url(fonts.css);
/* @import url(bootstrap.min.css); */
#button.show,
.socio span:hover {
  opacity: 1;
}
#button.show,
.visible-title {
  visibility: visible;
}

.new-back {
  color: #fff;
}
#preloader,
.nav-link:hover::after {
  width: 100%;
}
#button {
  text-align: center;
}

.hidden {
  display: none;
}

#closeBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader img {
  width: 450px;
}
#button {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 65px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
#button::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
.quick-nav {
  background-color: #f0db25;
}
.quick-nav .socio {
  display: flex;
  justify-content: space-between;
}
.socio .left a,
.socio .right a {
  padding: 8px;
  margin: 0 10px;
}
.socio span {
  font-size: 25px;
  opacity: 0.9;
}

#home {
  position: sticky;
  top: 0;
  z-index: 100;
}

.new-back {
  box-shadow: 0px 6px 12px 0px #717171;
}
.new-back .nav-link::after {
  background: #fff;
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color) !important;
  pointer-events: none;
  cursor: default;
}
.new-back.nav-lin span {
  color: #18e918;
}
.nav-link {
  color: #000;
  margin: 0 5px;
  font-size: 16px;
}
.nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}
.nav-lin span {
  color: green;
  font-size: 34px;
  margin-right: 40px;
  /* padding: 8px; */
}

/* Footer css */
.cg-footer {
  background: #0b1220;
  color: #8190a7;
  padding: 55px 0 20px;
}
.cg-footer h3 {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.cg-footer a {
  color: #8190a7;
  font-size: 11px;
  display: block;
  margin: 7px 0;
}
.cg-footer a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 35px;
  padding-top: 18px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cg-footer-brand img {
  display: block;
  width: 60%;
}
.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 20px;
}
/* extra */
.cta-box p {
  color: #fff;
}

.cg-footer p {
  color: #9cabc2;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.08);
  color: #fff;
  font-size: 13px;
  transition: 0.25s ease;
}
.footer-social .fa-brands {
  color: #fff;
}
.footer-social a:hover {
  background: #075fc7;
}
