.logo {
  margin-left: 35px;
}
.primary-text {
  color: #ff551a;
}
.navbar-toggle {
  outline: none;
  border: none;
}
.navbar-toggle:focus {
  box-shadow: none;
  color: #ff551a;
}
.active_route {
  background-color: #ff551a;
  min-height: 5px;
  min-width: 100%;
}
.item {
  align-self: center;
  font-size: 18px;
}
.menu_style {
  background-color: #0d0d0d;
  font-size: 18px;
}
.item_menu_style {
  color: #ffffff;
  background-color: #222222;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.item_menu_style:hover {
  color: #ff551a;
  background-color: #222222;
}
.signUpBtn {
  background-color: #ff551a;
  color: #ffffff;
  height: 50px;
  width: 132px;
  border-radius: 10px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signUpBtn:hover {
  color: #ff551a;
  background-color: #ffffff;
}
.reverse-nav-item {
  display: none;
}
.profile_menu[data-bs-popper] {
  left: -100px;
  top: 100%;
}
.profile_image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.nav_countries_shadow {
  min-width: 100%;
  min-height: 100%;
  z-index: 5;
  background-color: rgba(13, 13, 13, 0.9);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  display: none;
}
.nav_countries_container {
  width: 500px;
  background-color: #222222;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: fixed;
  top: 20px;
  z-index: 6;
  overflow-y: scroll;
  max-height: 640px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav_countries_container::-webkit-scrollbar {
  display: none;
}
.nav_countries_title {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.nav_countries_search_content {
  display: flex;
  align-items: center;
}
.nav_countries_search_content input {
  width: 80%;
  height: 40px;
  text-align: left;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px 0px 0px 10px;
  border: none;
  outline: none;
}
.nav_countries_search_content button {
  border-radius: 0px 10px 10px 0px;
  background-color: #ff551a;
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  height: 40px;
  width: 55px;
}
.nav_countries_search_content img {
  width: 30px;
}
.nav_countries_country_title {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin: 8px;
  margin-left: 10px;
}
.nav_countries_country_text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  text-align: left;
  margin: 5px;
  margin-left: 25px;
}
.nav_countries_country_text:hover {
  color: #ff551a;
}
.active_country {
  color: #ff551a;
  font-weight: 700;
}
@media only screen and (max-width: 1220px) {
  .item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1120px) {
  .gone-nav-item {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .reverse-nav-item {
    display: block;
  }
  .logo {
    align-self: center;
    height: 40px;
    margin: 0px;
  }
  .menu_style {
    background-color: #222222;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
  }
  .item {
    align-self: flex-start;
  }
  .gone-nav-item {
    display: none;
  }
  .active_route {
    display: none;
  }
  .profile_image {
    width: 40px;
    height: 40px;
  }
  .profile_menu[data-bs-popper] {
    left: auto;
    top: 100%;
    right: 20px;
  }

  .nav_countries_container {
    width: 90%;
    background-color: #222222;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: fixed;
    top: 10px;
    z-index: 6;
  }
  .nav_countries_title {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: left;
  }
  .nav_countries_search_content {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .nav_countries_country_title {
    font-size: 16px;
  }
  .nav_countries_country_text {
    font-size: 14px;
  }
}
