.img-profile {
  height: 2rem;
  width: 2rem;
}

.construction {
  width: 100%;
  height: auto;
}

.box_img {
  height: 50px;
}

.box_img img {
  height: 100%;
  /* width: auto; */
}

/* ======================= GOLDEN SIGN ========================== */

.golden_container {
  /* background: radial-gradient(ellipse at center, #443501 0%, #000000 100%); */
  background: radial-gradient(ellipse at center, #6dc264 0%, #196002 100%);
  height: 100%;
}

.golden_box {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.golden_sign_main {
  font-size: 4.8vw;
  text-transform: uppercase;
}

.golden_sign_support {
  font-size: 4.1vw;
}

.golden_sign_main,
.golden_sign_support {
  color: #cfc09f;
  font-family: Lobster;
  /* Загрузить шрифт */
  position: relative;
  margin: 0;
  font-weight: 400;
  transform: scale(1);
  text-shadow: -1px 0 1px #c6bb9f, 0 1px 1px #c6bb9f,
    5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}

.golden_sign_main:before,
.golden_sign_support:before {
  content: attr(data-heading);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    #cfc09f 12%,
    #634f2c 22%,
    #cfc09f 26%,
    #cfc09f 27%,
    #ffecb3 40%,
    #3a2c0f 78%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

/* ==================== Jarallax ====================== */

.jarallax {
  position: relative;
  height: 50vh;
  z-index: 0;
}

.jarallax-img {
  width: 50%;
}

/* ================ Addings to navbar =================== */

.transform:hover {
  transform: scale(1.2);
  text-shadow: 1px 1px 2px black, 0 0 1em rgb(255, 242, 0);
}

/* ___________________Returning Button ____________ */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  /* font-family: "Arial Narrow"; */
  font-size: 1rem;
  border: none;
  outline: none;
  background-color: #196002;
  /* background-color: red; */
  color: #ebe6d6;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
}

/* #myBtn:hover {
  background-color: #555;
} */

/* ========================= MEDIA ======================== */
/* ================== LG 992 (burger) =================== */

@media (max-width: 992px) {
  .member {
    font-size: 0.9rem;
  }

  .transform:hover {
    transform: translate(10%, 0%) scale(1.2);
  }
}

/* ======================= 768 ========================== */

@media (max-width: 768px) {
  .member {
    font-size: 0.7rem;
  }
}

/* ======================= 576 ========================== */

@media (max-width: 576px) {
  .member {
    font-size: 0.6rem;
  }
}

/* $grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
); */

/* .green_section {
  background-color: #a23b3b34;
} */
