/*!
Theme Name: Nerko
Theme URI: https://www.themegenix.net/wp/nerko/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Nerko - NFT Portfolio WordPress Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nerko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media screen and (max-width: 480px)
.banner__btn {
		margin-left: 0px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.social_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.cs_scrollup {
  position: fixed;
  bottom: -60px;
  right: 40px;
  color: #fff;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #000000;
  color: #03ca89;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.cs_scrollup:hover {
  background-color: #03ca89;
  color: #ffffff;
}

.cs_scrollup.cs_scrollup_show {
  bottom: 50px;
}
