body {
  background-color: #06080b;
  color: white;
  font-family: Poppins, sans-serif;
}

nav {
  background-color: #292826 !important;
}

.navbar {
  height: 99px;
  display: flex;
  align-items: center;
}

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

.navbar-logo {
  max-height: 69px !important;
  max-width: 130px !important;
}

#navbarContent {
  max-height: 69px !important;
}

.nav-item {
  max-height: 42px !important;
}

.nav-link {
  color: #ffffff;
  font-weight: 500 !important;
  font-size: 18px !important;
  padding: 0 1.25rem !important;
}

@media screen and (max-width: 992px) {
  .nav-link {
    font-size: 1rem !important;
    padding: 0 0.5rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .nav-link {
    font-size: 1.25rem !important;
    padding: 0 0.75rem !important;
  }
}

@media screen and (max-width: 991.99px) {
  .common.search-wrapper {
    max-height: 42px !important;
    max-width: 300px !important;
    background-color: #292826;
    border: 1px solid #8a8a8a99;
    border-radius: 50px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .common.search-wrapper {
    max-height: 42px !important;
    width: 300px !important;
    background-color: #292826;
    border: 1px solid #8a8a8a99;
    border-radius: 50px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
  }
}

.common.search-wrapper input {
  background-color: #292826;
  color: #ffffff4d !important;
  border: none;
  outline: none;
}

.common.search-wrapper i {
  color: #8a8a8a99 !important;
}

.common.search-wrapper > .form-control::placeholder {
  color: #ffffff4d !important;
  opacity: 1;
  font-size: 1rem;
  font-weight: 300;
}

.common.form-control {
  background-color: #292826 !important;
  color: #ffffff !important;
}

.common.form-control:focus {
  box-shadow: none;
}

.common.dropdown-toggle::after {
  display: none !important;
  background-color: transparent !important;
}

.common.dropdown-toggle {
  background-color: transparent !important;
  border: none !important;
}

.dropdown-for-moblie.dropdown-menu {
  background-color: #292826 !important;
}

.common.dropdown-menu {
  background-color: #1c1c1c !important;
}

.mobile-footer {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #181819 !important;
}

.common.login-btn {
  font-size: 20px;
  font-weight: 400;
}

/* footer */

footer {
  background-color: #181819 !important;
  color: #ffffff !important;
}

.icon-about {
  max-width: 42px !important;
  max-height: 42px !important;
}

.about-section-home {
  color: #ffffff !important;
  font-weight: 400 !important;
}

.common.text-primary {
  color: #052efd !important;
  font-weight: 500 !important;
  font-size: 16px;
}

.common.dropdown-divider {
  border-top: 1px solid #ffffff99;
  margin: 0;
}
