@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-size: 16px;
  font-family: "Comfortaa";
}

a {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 120%;
  color: #B9CEFC;
  text-decoration: none;
}

.page-width {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bg_gradient {
  background: linear-gradient(97.64deg, #FFBDD6 19.26%, #B9CEFC 117.69%);
  border: 1px solid #1E1E1E;
  border-radius: 30px;
}

.dropdown-toggle {
  color: #B9CEFC;
}

.section {
  display: block;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
.section-banner {
  /* max-width: 1250px; */
  border-radius: 30px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

header {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}
header-brand {
  max-width: 20%;
  width: 100%;
}
header-search {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 5px;
  align-items: center;
  border-radius: 999px;
  width: 100%;
  max-width: 40%;
  padding: 5px 20px;
  /* overflow: hidden; */
  background-color: transparent;
  border: 1px solid gray;
  position: relative;
}
header-search-icon {
  max-width: 20px;
  max-height: 20px;
}
header-search-icon svg {
  width: 20px;
  height: 20px;
  fill: gray;
  position: relative;
  top: -4px;
}
header-search input {
  border: 0px;
  padding: 4px 7px;
  font-size: 1.2rem;
  border-color: transparent;
  background-color: transparent;
  outline: none;
  color: #B9CEFC;
}
header-search #filterList {
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 30px;
  list-style: none;
  padding: 10px;
  width: calc(100% - 50px);
  max-height: 300px;
  overflow: auto;
}
header-search #filterList li {
  margin-bottom: 5px;
  margin-top: 5px;
}
header-search #filterList li a {
  color: #000;
}
header-search #filterList li a:hover {
  color: #666;
}
header-search #filterList.hideFilter {
  display: none;
}
header-search #filterList li.hide {
  display: none;
}

nav {
  margin-left: auto;
}
nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
  margin-bottom: 0;
}
nav [role=connect-wallet] {
  background: linear-gradient(271.91deg, #B9CEFC 5.9%, #FFBDD6 93.34%);
  display: inline-block;
  padding: 10px 22px;
  color: #000;
  border-radius: 999px;
  text-align: center;
}/*# sourceMappingURL=theme.css.map */


.m-w{
    max-width: 1440px;
}
.home_page_list{
    min-height: 500px;
    border-radius: 14px;
    
}

.home_page_sales_tab{
    min-height: 500px;
    border-radius: 14px;


}