/* header */
.custom-select {
  background-color: #0a0b0d;
  color: #fdfdfd;
  border: 1px solid #ffffff33;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  min-width: fit-content;
}

.custom-select:focus {
  outline: none;
  border-color: #555;
}

.custom-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top-color: #fff;
}

.header-sctn {
  background: #000000;
  color: #fff;
}

.header-sctn a.nav-link.head-nav-link {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0.02em;
  padding: 6px 12px;
}

.header-sctn div#navbarText {
  gap: 40px;
}

.header-menu {
  width: 100%;
}

.header-menu-navbar {
  gap: 10px;
  align-items: center;
}

.close-menu {
  display: none;
}

.header-menu-navbar a.sign-btn,
.header-menu-navbar a.login-btn {
  min-width: 80px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 6px 12px;
}
.header-menu-navbar a.sign-btn {
  border: 1px solid #fc8e61 !important;
  border-radius: 30px;
  color: #fff;
}

.header-menu .dropdown {
  position: relative;
  display: flex;
}

.header-menu ul.dropdown-menu.show {
  border-radius: 8px;
  border: 1px solid #262626;
  background: #222223;
  transform: translate(0, 60px) !important;
}
.header-menu ul.dropdown-menu.show li.dropdown-item a span {
  margin-left: 10px;
}

.menu-down button {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  background: var(--primary-btn-clr);
  border-radius: 50px;
/*  clip-path: circle(42% at 50% 51%);*/
  padding: 10px;
}

.dropdown-toggle::after {
  display: none !important;
}

.whole-header .dropdown .dropdown-item a {
  color: #fff !important;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background-color: #29292A;
}

.dropdown-menu .dropdown-item:focus a,
.dropdown-menu .dropdown-item:hover a {
  color: var(--btn-primary) !important;
}

/* hover dropdown */
.header-menu-dropdown a.nav-link.head-dropdown-btn:hover {
  background: #f7931b;
}

li.nav-item.header-menu-dropdown {
  position: relative;
}

.head-menu a.head-dropdown-btn {
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #1d1d1d;
  display: block;
}

.dropdown-head-menu {
  position: absolute;
  top: 38px;
  left: 0px;
  background: #fff;
  list-style: none;
  display: none;
  width: 200px;
  border-radius: 13px;
  padding-left: 0;
}

body.dark .dropdown-head-menu {
  background: #000;
}

body.dark .head-menu a.head-dropdown-btn {
  color: #fff;
}

.dropdown-head-menu a:hover,
a.nav-link.head-nav-link.head-dropdown-btn:hover {
  background: #f7931b;
  color: #fff;
  border-radius: 10px;
}

.dropdown-head-menu a {
  padding: 10px 20px;
  display: block;
  color: #000;
  /* background: #fff; */
}

.header-menu-dropdown:hover .dropdown-head-menu {
  display: block;
}

/* footer */
.footer-section {
  background: #0a0b0d;
  padding-top: 40px;
}

.footer-menu h3,
.footer-section .community p,
.copy-rights-area .copy-rights,
.copy-rights-area .copy-rights a,
.header-menu ul.dropdown-menu.show a {
  color: #fdfdfd !important;
}

.footer-head {
  padding: 30px 0 40px;
}

.footer-head,
.footer-menu {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.2) 48.42%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border-image-slice: 1;
}

.footer-section .community p {
  font-size: 20px;
  margin-bottom: 0;
}

.footer-section .community,
.footer-section .community .community-logos {
  gap: 30px;
  align-items: center;
}

a.community-logo {
  transition: 0.5s;
}

a.community-logo:hover {
  transform: translateY(-6px);
  transition: 0.3s;
  cursor: pointer;
}

a.community-logo:hover svg path {
  fill: var(--btn-primary);
}

.footer-menu h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 10px;
}

.footer-menu,
.footer-bottom {
  padding: 50px 0;
}

.footer-menu ul {
  padding-left: 0;
}

.footer-menu ul li a {
  font-size: 16px;
  color: #adb3bf;
  transition: all 0.3s ease-in-out;
}

.copy-rights-area .copy-rights a {
  transition: all 0.3s ease-in-out;
  position: relative;
}

.copy-rights-area .copy-rights a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.6;
  left: -25px;
  top: 9px;
  border-radius: 50px;
}

.footer-menu ul li a:hover,
.copy-rights-area .copy-rights a:hover {
  color: var(--btn-primary) !important;
  transform: translateY(-2px);
}

.footer-menu ul li span {
  background: #1b70f11a;
  color: #1b70f1;
  margin-left: 15px;
}

.footer-menu ul li {
  margin-top: 15px;
  line-height: 1.4;
}

.copy-rights-area {
  gap: 47px;
}

.footer-lang {
  gap: 20px;
}
