.bottomWrapper {
   width: 100%;
   padding-bottom: 3rem;
   /* min-width: 1500px; */
   text-align: center;
   /* background: #191919; */
   /* background-color: #0e0e0e; */
   /* background-color: #0f131b; */
   background-color: var(--d0);
   box-sizing: border-box;
   background-image: radial-gradient(farthest-corner at 50% 0px, var(--d2), var(--d0) 100%);

   z-index: 1;
   /* position: absolute; */
   /* bottom: 0px; */
}

.bottom_menu {
   /* margin-top: 100px; */
   /* border-top: 1px solid #111; */
   /* background-color: #000; */
   /* background-color: var(--d0); */
   /* margin-bottom: 1rem; */
}

.bottom_socialmedia {
   padding: 30px 0;
}

.bottom_menu_area {
   padding: 50px 3%;
}

.copyright {
   font-family: BankGothic Md Bt;
   margin: 0 auto;
   display: block;
   opacity: 0.8;
   font-size: 1rem;

   display: block;
   /* font-weight: 400; */
   color: rgb(231, 231, 231);
   color: #a7a7a7;
   margin-bottom: 5px;
   animation: fade-in-text 1.5s 1;
}

.link {
   color: #ffae00;
   opacity: 0.7;
}

.link:hover {
   opacity: 1;
}

.bottom_icon_twitter {
   filter: brightness(2) saturate(0);
}

@media only screen and (max-width: 1145px) {

   .bottom-terms-text {
      font-size: 10vw;
   }
   
   .copyright {
      padding: 2rem;
      font-size: 1rem;
   }

   .icon-s {
      width: 50px;
      height: 50px;
      margin: 0 30px;
   }

   .bottom_menu_hyperlinks {
      display: none;
   }

   .bottom_menu_area {
      display: none;
   }

}