
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800;900&display=swap");

body {
  background-color: #1c1c1c;
  margin: 0;
  padding: 0;
  /* min-width: 1100px; */
}

.main_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  z-index: -1;
}

.main {
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
}

.nav_bar {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: right;
  font-family: 'Montserrat', sans-serif;
  user-select: none;
  font-size: 1rem;
  position: sticky;
  top: 15px;
  margin-bottom: 125px;
}

a {
  color: white;
  text-decoration: none;
}

.nav_bar_elem {
  display: flex;
  align-items: center;
  color: white;
  padding: 15px;
  line-height: 64px;
}

.block_name {
  margin-top: 50px;
  color: white;
  font-size: 1.5rem;
  line-height: 110%;
  margin: 3.52rem 0 1.912rem 0;
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

#elem_copyright {
  font-size: 1.1rem;
  margin-top: 638px;
  margin-bottom: 40px;
}

.hNeOJw {
  display: flex;

  position: absolute;
  top: 80px;
  right: 25px;
  flex-direction: column;
  background-color: rgb(20, 21, 25);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 5px;
  padding: 5px 10px;
  width: 250px;
  height: auto;
  text-align: start;
  text-transform: none;
  text-overflow: ellipsis;
  z-index: 99;

  color: rgb(135, 128, 128);
  
  box-sizing: border-box;

  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0px;
  transition: 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.gUtnTh {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-right: 8px;
  object-fit: cover;
}

.kCOMwR {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 8px 5px;
  border-bottom: 1px solid #1c1c1c;
}

.cTCYtU {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  transition: 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.dKJgWT {
  font-size: 15px;
  margin-right: 8px;
}

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

.avatar_img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.block_content {
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1rem;
  line-height: 110%;
  margin: 1.52rem 0 .912rem 0;
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_item {
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

.profile_avatar {
  width: 100px;
}

.profile_content {
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1rem;
  line-height: 110%;
  margin: 0.9rem 0 .912rem 0;
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.donate_box {
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1rem;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat', sans-serif;

  margin-top: 30px;
  width: 100%;
  /* display: grid; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
}

.donate_item {
  width: 200px;
  position: relative;
  background: linear-gradient(to top, rgb(10 10 10 / 50%) 0%, rgb(10 10 10 / 50%) 35%);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.donate_item_image {
  width: 50%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.donate_item_div {
  width: 100%;
  height: 150px;
}

.categories {
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}

.category {
  background: linear-gradient(to top, rgb(10 10 10 / 50%) 0%, rgb(10 10 10 / 50%) 35%);
  border-radius: 5px;

  cursor: pointer;
  color: white;
  padding: 10px 15px;
  border-radius: 2px;
  margin: 5px;
  transition: all .15s ease;

  border: 0;
  outline: 0;
  font-weight: inherit;
  font-size: inherit;
}

@media (max-aspect-ratio: 1/1) {
  /* .nav_bar {
    display: none;
  } */
  .nav_bar {
    position: static;
    margin-top: 15px;
  }
  /* #nav_bar_elem_Main {
    display: none;
  }
  #nav_bar_elem_Donate {
    display: none;
  } */
  .main {
    margin-left: 30px;
    margin-right: 30px;
  }
}