@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-image: radial-gradient(circle, rgb(27, 27, 27), rgb(8, 8, 8));
  color: rgb(221, 221, 221);
  font-weight: 500;
  overflow-x: hidden;
}

.navbar {
  transition: all 1s ease-in-out;
}

.navbar-sticky {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.align-items {
  display: flex;
  align-items: center;
}

.underline-style {
  position: relative;
  padding: 0 10px !important;
}

.underline-style:after {
  content: "";
  position: absolute;
  background-color: var(--bs-secondary);
  height: 2px;
  width: 0;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}

.underline-style:hover:after {
  width: 100%;
}

.navbar-mobile-open {
  background: rgba(0, 0, 0, 0.7);
}

#nav-container {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 2rem;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  box-shadow: none;
}

.nav-text {
  font-size: 1rem !important;
  font-weight: 500;
}

.width-adj {
  width: 300px !important;
  animation: nav-items-load 0.9s ease-out;
}

.navbar-brand img {
  width: 317.6px;
}

.nav-item {
  animation: nav-items-load 0.9s ease-out;
}

.nav-link {
  font-size: 1.125rem;
}

.nav-link:hover {
  color: white !important;
}

#contact-btn {
  position: relative;
  background: transparent;
  color: rgb(221, 221, 221);
  text-decoration: none;
  border: none;
  outline: 1px solid rgb(223, 223, 223);
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  margin: 0 1rem;
  transition: 0.2s;
}

#contact-btn:hover {
  color: var(--bs-secondary);
  outline: 1px solid var(--bs-secondary);
  animation: box 3s infinite;
}

#contact-btn::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 3rem;
  background: transparent;
}

#contact-btn span {
  position: relative;
  z-index: 1;
}

#contact-btn i {
  position: absolute;
  inset: 0;
  display: block;
}

#contact-btn i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  left: 70%;
  top: -2px;
  outline: 2px solid var(--bs-secondary);
  border-radius: 2rem;
  background: transparent;
  transition: 0.2s;
}

#contact-btn:hover i::before {
  width: 15px;
  left: 20%;
  animation: move 3s infinite;
}

#contact-btn i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  left: 20%;
  bottom: -2px;
  outline: 2px solid var(--bs-secondary);
  border-radius: 2rem;
  background: transparent;
  transition: 0.2s;
}

#contact-btn:hover i::after {
  width: 15px;
  left: 70%;
  animation: move 3s infinite;
}

#close-icon {
  color: white;
  font-size: 1.875rem;
}

#current-page {
  color: var(--bs-secondary) !important;
}

i {
  margin: 0 0.5rem;
}

.gab-logo {
  width: 26px;
  height: 16px;
  margin-bottom: 0.25rem;
}

.social-links a {
  color: inherit;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-5%);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.stagger:nth-child(2) {
  transition-delay: 200ms;
}

.stagger:nth-child(3) {
  transition-delay: 400ms;
}

.stagger:nth-child(4) {
  transition-delay: 600ms;
}

.features-bg {
  background: url("../images/bg.webp") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.features-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.features-bg .container {
  position: relative;
  z-index: 10;
}

@media (max-width: 1669px) {
  .gab-logo {
    width: 4%;
  }
}
@media (max-width: 1199px) {
  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .nav-item {
    margin-bottom: 0.75rem;
  }
  .footer-text {
    font-size: 0.875rem !important;
  }
  .gab-logo {
    width: 5%;
  }
}
@media (max-width: 1064px) {
  .footer-text {
    font-size: 0.75rem !important;
  }
  .gab-logo {
    width: 6%;
  }
}
@media (max-width: 991px) {
  .align-items {
    display: inline-block;
  }
  .underline-style:after {
    display: none;
  }
  #contact-btn i::before {
    display: none;
  }
  #contact-btn i::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .gab-logo {
    height: 16px !important;
    width: 24px !important;
  }
}
@media (max-width: 730px) {
  .mobile-nav-container {
    padding: 0 1rem !important;
  }
  ul {
    width: 100%;
  }
  .navbar-nav {
    margin-top: 0.75rem;
  }
  .mobile-contact-btn {
    width: 100%;
  }
  #contact-btn {
    padding: 0.75rem 1rem;
    margin: 0;
    width: 100%;
  }
  .width-adj {
    width: 250px !important;
  }
  .navbar-brand img {
    width: 100%;
  }
  .footer {
    margin: 1.5rem 0.5rem !important;
  }
  .copyright-text {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .copyright-text span {
    display: none;
  }
  .footer-links {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .width-adj {
    width: 200px !important;
  }
  .gab-logo {
    width: 6%;
  }
}
@media (perfers-reduced-motion) {
  .hidden {
    transition: none;
  }
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes box {
  0% {
    box-shadow: transparent;
  }
  50% {
    box-shadow: 0 0 25px var(--bs-secondary);
  }
  100% {
    box-shadow: transparent;
  }
}
@keyframes nav-items-load {
  0% {
    transform: translateY(-100%);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
