.main-head {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 0.125rem solid #001a3d33;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.375rem 0;
  gap: 1rem;
}
.atnt-logo {
  display: inline-block;
}
.atnt-logo a {
  max-width: 79%;
}
.atnt-header {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.header-links {
  display: flex;
  gap: 2rem;
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.header-links li a {
  font-family: "Inter";
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: #001a3db3;
}

.header-links li a:hover {
  color: #001a3d;
  transition: 0.3s ease-in-out;
}

.header-arrow-icon {
  height: 1rem;
  width: 1rem;
}
.header-dropdown span {
  display: flex;
  align-items: center;
}
header li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-dropdown {
  position: relative;
}

.header-dropdown .dropdown-menu {
  top: 1.5rem;
  left: 0;
  min-width: 8rem;
}

header .dropdown-menu {
  position: absolute;
  top: 134%;
  left: 0;
  background: white;
  width: 7.5rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  padding: 1rem;
  transform: translateY(0.625rem);
}
.dropdown-item-title {
  margin-bottom: 0.3125rem;
}
header .dropdown-menu a {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.3);
  display: block;
  padding-bottom: 0.125rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

header .dropdown-menu a:last-child {
  margin-bottom: 0;
}

.header-lists {
  display: flex;
  align-items: center;
  gap: 2.625rem;
}
.logo-brightspeed img {
  width: 14rem;
}
.header-btn a {
  display: inline-flex;
  padding: 0.875rem 1.5rem;
  border-radius: 0.875rem;
  background-color: #009edb;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0%;
  color: white;
  font-family: "Inter", sans-serif;
}

.logo-brightpeed {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blazing-btn.black-btn a {
  padding: 0.6375rem 1.0625rem;
  margin-bottom: unset;
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .autrorized-logo img {
    width: 14rem;
  }
  .atnt-logo a {
    max-width: 14rem;
  }
}
