@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap');

body {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  list-style: none;
  outline: none;
}
.container {
  max-width: 1140px;
  margin: auto;
  width: 90%;
}
ul {
  margin: 0%;
  padding: 0;
}

.h2-tag {
  font-size: 2rem;
  color: #050039;
  font-weight: 700;
  line-height: 1.3;
}
.h2-tag span {
  color: #4262ff;
  font-weight: 700;
}
.container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scroll-top {
  position: fixed;
  bottom: -2.9rem;
  right: 2.5rem;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 100%;
  box-shadow: 0 0 0 5px rgb(0 0 0 / 5%);
  transition: 0.5s all ease;
  color: #788487;
  cursor: pointer;
}
.scroll-top.visible {
  bottom: 1.8rem;
}
.scroll-top:hover {
  transform: translateY(-7px);
}
.scroll-top:hover i {
  color: #1900ee;
}
/* ======== header ====== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 30;
  transition: all 0.5s ease;
  height: 80px;
}

header.fixed {
  position: fixed;
  top: 0;
  background-color: white;
  border-bottom: 1px solid rgba(240, 240, 240, 0.8) !important;
  box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
  height: 65px;
}

header.transparent.fixed a {
  color: #050039 !important;
}
header.transparent.fixed nav.mobile_nav a {
  color: white !important;
}
header.transparent.fixed {
  border-bottom: 1px solid rgba(240, 240, 240, 0.8) !important;
  box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
}
header .container {
  width: 90%;
  height: 100%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: black;
  font-size: 1.1rem;
}
.logo span {
  font-weight: 700;
  margin-left: 10px;
}
.logo img {
  width: 1.5rem;
}
header nav ul {
  display: flex;
}
header nav li {
  margin-right: 1.8rem;
}
header nav a {
  font-weight: 600;
  color: #718096;
  display: block;
}

.last {
  display: flex;
  align-items: center;
}
.search-box {
  display: none;
}
.search a {
  margin-right: 1rem;
  color: #718096;
  font-size: 1.1rem;
}
.wallet a {
  color: #4262ff;
  border: 2px solid #4262ff;
  transition: all 0.2s ease;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  display: block;
}
.wallet div {
  display: none;
}

.burger-menu {
  margin-right: 1rem;
  color: #718096;
  display: none;
}
header .remove {
  display: none;
}

header.transparent a {
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease;
}
header.transparent a:hover {
  opacity: 1;
}
header.transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav.mobile_nav {
  display: none;
}

@media (max-width: 500px) {
  .burger-menu {
    display: block;
  }
  header nav {
    display: none;
  }
  nav.mobile_nav {
    display: block;
  }
  header nav.mobile_nav {
    position: absolute;
    top: 100%;
    right: 0%;
    left: 0;
    z-index: 20;
    background-color: #4262ff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
  }
  header nav.mobile_nav ul {
    display: block;
    padding: 2rem 0rem;
    width: 90%;
    margin: auto;
  }
  header nav.mobile_nav ul a {
    color: white;
    padding: 0.5rem 0;
  }
  header .container {
    width: 90%;
    padding: 1rem 0;
  }
  header .remove {
    display: block;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    color: white;
    font-size: 1.1rem;
  }
  header .remove i {
    transition: all 0.2s ease;
  }
  header .remove i:hover {
    transform: rotate(-90deg);
  }
  header.fixed nav a {
    color: #ffffff !important;
  }
}

/* ========= HERO | SECTION ======== */

.hero {
  width: 100%;
  background-color: #f7f8f9;
  padding: 5rem 0 6rem;
  position: relative;
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  background: url('/img/Frame1.png') no-repeat;
  background-position: 10% 35%;
  background-size: cover;
}
.hero .container > span {
  color: #55c1e5;
}
.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #050039;
  max-width: 70%;
  line-height: 1;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.hero h1 span {
  font-size: 3.5rem;
  font-weight: 700;
  color: #4262ff;
}
.hero p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #718096;
  max-width: 50%;
  text-align: center;
}
.hero a {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  display: block;
  background-color: #4262ff;
}

/* ========= SLIDER | SECTION ======== */

.owl-carousel {
  padding: 0 0 2rem;
}
.owl-carousel .item {
  height: 280px;
  background-color: #4262ff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.owl-carousel .img {
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  height: 100%;
  width: 100%;
}
.owl-carousel .img::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.31);
  height: 100%;
  width: 100%;
}
.owl-carousel .card {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: white;
  display: flex;
  align-items: center;
  z-index: 20;
}
.owl-carousel .card img {
  width: 3rem !important;
}
.owl-carousel .icon {
  margin-right: 0.5rem;
}
.owl-carousel h4 {
  margin-bottom: 0%;
  margin-top: 0;
  font-size: 0.975rem;
}
.owl-carousel h4 i {
  color: #55c1e5;
  margin-left: 5px;
}
.owl-carousel .price {
  font-size: 0.75rem;
}
.owl-dot {
  height: 6px;
  width: 6px;
  background-color: #718096 !important;
  margin-right: 5px;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.slider-owl-nft .owl-nav {
  display: none;
}
.slider-owl-nft .owl-dots {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.owl-dot.active {
  width: 19px;
  background-color: #4262ff !important;
}

/* ========= DROPS | SECTION ======== */
.drops {
  padding: 0 0 2rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
  padding: 0 0 2rem;
}
img {
  width: 100%;
}
.row {
  overflow: hidden;
  box-shadow: 0 0 1.25rem rgb(31 45 61 / 5%);
  box-shadow: 0 0 1.25rem #1f2d3d0d;
  transition: all 0.2s ease;
  border: 1px solid #eaecf3;
  border-radius: 0.75rem;
  position: relative;
}
.row:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  box-shadow: 0 1rem 3rem #1f2d3d20;
}
/* .row .row-img {
  max-height: 259px;
  max-width: 259px;
} */
.row .row-des {
  padding: 1.25rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.row h3 {
  margin: 0 0 0.5rem;
}
.row h3 a {
  color: #373f50;
  transition: all 0.2s ease;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.row .row-des span {
  color: #7d879c;
  font-size: 0.875rem;
}
.row .row-des h4 {
  margin: 0.3rem 0 0.5rem;
  font-weight: 700;
  color: #2b3445;
}

.row .favor {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
}
.row .favor a {
  font-size: 0.8rem;
  padding: 0.5rem;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050039;
  transition: all 0.2s ease;
}
.row .favor a:hover {
  color: #4262ff;
}
.drops .browse {
  text-align: center;
}
.drops .browse a {
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  display: inline-block;
  background-color: #4262ff;
  color: white;
  border: 2px solid #4262ff;
  transition: all 0.2s ease;
}
.drops .browse a:hover {
  background-color: white;
  color: #4262ff;
}
/* ========= PRODUCTS | SECTION ======== */

.products .grid {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.products img {
  width: 100%;
  height: 100%;
  /* max-width: 259px;
  max-height: 259px; */
  object-fit: cover;
}
.products button {
  padding: 0.5rem 1rem;
  outline: none;
  background-color: #e2e8f0;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  color: #050039;
  margin-bottom: 5px;
  margin-right: 1px;
}
.products button:hover {
  background-color: #4262ff;
  color: white;
}
.products button:focus {
  background-color: #4262ff;
  color: white;
}

/* ========= CREATORS | SECTION ======== */
.creators .container {
  padding: 2rem 0;
}
.creators .grid-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem 3rem;
  padding: 2rem 0 0;
}
.creators .el {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaecf3;
  padding-bottom: 1rem;
}
.el .el-follow {
  margin-left: auto;
}
.el img {
  width: 3rem;
}
.el .el-img {
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}
.el h3 {
  margin: 0 0 0.1rem;
  font-size: 0.975rem;
}
.el h3 a {
  color: #050039;
}
.el span {
  font-size: 0.75rem;
  color: #7d879c;
}
.el .el-follow a {
  font-size: 0.775rem;
  color: #4b566b;
  padding: 0.425rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid #dae1e7;
  transition: all 0.2s ease;
}
.el .el-follow a:hover {
  background-color: #e3e2e2;
}

/* ========= COLLECTIONS | SECTION ======== */
.collections {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.collections .grid-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 3rem;
  padding: 1rem 0 3rem;
}
.collections img {
  width: 100%;
  height: 100%;
  max-height: 10rem;
  object-fit: cover;
  border-radius: 0.3rem;
}
.filter-bar {
  padding: 1.5rem;
  border: 1px solid #eaecf3;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  overflow: hidden;
  /* box-shadow: 0 0 1.25rem #1f2d3d0d; */
}
.filter-control {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  gap: 2rem;
}

.filter-bar .dropdown button {
  padding: 0.6rem 0.9rem;
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #4b566b;
  background-color: transparent;
  cursor: pointer;
}
.filter-bar .dropdown button .fa-sort-down {
  margin-bottom: 6px;
  margin-left: 10px;
}
.filter-bar .dropdown button i {
  margin: 0px 8px 0px;
}
.filter-bar .search-filter {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
}
.filter-bar .sorting {
  height: 100%;
  appearance: none;
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.filter-bar .sorting i {
  margin: 0 12px 5px 0;
}
.filter-bar .sorting select {
  height: 100%;
  width: 100%;
  padding: 0 4rem 0 1rem;
  border: none;
  appearance: none;
  background-color: transparent;
}

.filter-bar .sort-filter {
  display: flex;
  align-items: center;
  color: #4b566b;
}
.filter-bar .sort-filter label {
  margin-right: 10px;
  font-size: 0.875rem;
  color: #4b566b;
}
.filter-bar .search-filter i {
  color: #4b566b;
}
.filter-bar .search-filter input {
  flex-grow: 1.1;
  border: none;
}
.filter-bar .collapse .block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1.5rem;
}
.filter-bar .collapse {
  height: 0;
  transition: height 0.3s;
}
.filter-bar .collapse li {
  color: #4b566b;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
}
.filter-bar .collapse .filter-col {
  padding: 1rem;
  border: 1px solid #eaecf3;
  border-radius: 0.75rem;
  margin-top: 1.5rem;
}
.filter-bar .collapse h3 {
  margin-top: 0.5rem;
  font-weight: 700;
  opacity: 0.8;
}
.filter-bar .currency {
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
  padding: 0.4rem 0.6rem;
  margin-bottom: 13px;
  background-color: transparent;
}
.filter-bar .price-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.filter-bar .price-input input {
  width: 6rem;
  margin-left: 0.7rem;
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
  padding: 0.4rem;
}
.filter-bar .progress {
  height: 5px;
  background-color: #4262ff;
  border-radius: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 25%;
  right: 25%;
}
.filter-bar .price-range {
  position: relative;
  margin-top: 15px;
  height: 5px;
  background-color: #ddd;
}
.filter-bar .range-input input {
  width: 100%;
  position: absolute;
  top: -2px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  appearance: none;
  height: 5px;
  background: none;
  margin: auto 0;
}
input[type='range']::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 30px;
  background-color: #4262ff;
  appearance: none;
  position: relative;
  z-index: 20;
}
input[type='range']::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border-radius: 30px;
  background-color: #4262ff;
}
.noUi-connect {
  background-color: #4262ff;
}

.noUi-target {
  height: 5px;
  background-color: #ddd;
  border: none;
  box-shadow: none;
}
.noUi-handle {
  height: 17px !important;
  width: 17px !important;
  border-radius: 50%;
  box-shadow: none;
  border: none;
  background-color: #4262ff;
}
.noUi-handle::after {
  display: none;
}
.noUi-handle::before {
  display: none;
}
.filter-bar .price-input .field {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
}
.type-1 .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}

.type-1 .imgs img:last-child {
  grid-column: 1 / span 2;
}

.collections h3 {
  font-size: 1.2rem;
  color: #050039;
  margin: 1rem 0 0.3rem;
  font-weight: 700;
  transition: all 0.2s ease;
}
.collections h3:hover {
  color: #4262ff;
}
.collections h3 span {
  color: #55c1e5;
}
.collections .price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #7d879c;
}
/* ========= TUTO | SECTION ======== */
.tuto {
  margin-bottom: 3rem;
}

.tuto .phases {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2.5rem;
  padding: 2rem 0;
}
.tuto .img {
  font-size: 2rem;
  color: #4262ff;
}
.tuto p {
  font-size: 0.875rem;
  color: #7d879c;
}
.tuto h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}
.tuto i {
  transition: all 0.2s ease;
}

.tuto i:hover {
  transform: translateY(-4px);
}
/* ========= ARTICALES | SECTION ======== */
.article {
  margin-bottom: 3rem;
  padding: 3rem 0 1rem;
}

.article .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}
.article .img {
  overflow: hidden;
}
.article h6 a {
  font-size: 1rem;
  font-weight: 600;
  color: #050039;
  transition: all 0.2s ease;
}
.article h6 a:hover {
  color: #4262ff;
}
.article h6 {
  margin: 1rem 0 0.5rem;
}
.article .box span {
  font-size: 0.855rem;
  color: #4b566b;
  font-weight: 600;
}

/* ========= FOOTER ======= */
footer {
  padding: 3rem 0 2rem;
  background-color: #f5f5f5;
  position: relative;
}
footer .grid {
  display: grid;
  grid-template-columns: 50% 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #dbdada;
}

footer .socials {
  display: flex;
}
footer .socials li {
  margin-right: 10px;
  margin-left: 0;
}
footer p {
  max-width: 23rem;
  font-size: 0.875rem;
  color: #050039;
  font-weight: 400;
  line-height: 1.7;
}
footer h5 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
}
footer a {
  font-size: 0.875rem;
  color: #050039;
  font-weight: 400;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom ul {
  display: flex;
}
footer .bottom ul li {
  margin-left: 1rem;
}
footer .subs {
  margin-left: auto;
}
footer .subs p {
  max-width: 18rem;
}
footer input {
  padding: 0.7rem 1rem;
  border-radius: 0.275rem;
  outline: none;
  color: #4a5568;
  font-family: 'Nunito Sans', sans-serif;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  flex-grow: 1.1;
  margin-right: 10px;
}
footer input:focus {
  background-color: #fff;
  border-color: rgba(0, 138, 255, 0.5);

  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075),
    0 0 20px rgba(0, 138, 255, 0.1);
}
footer button {
  padding: 0.7rem 1rem;
  border-radius: 0.275rem;
  border: none;
  background-color: #4262ff;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
footer button:hover {
  background-color: #354fd3;
}
footer form {
  display: flex;
}
footer .logo img {
  width: 2.5rem;
}
footer .logo span {
  font-size: 1.5rem;
}

/* ========= HERO PAGE | COLLECTION PAGE ======= */
.grod {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}
.collection-page footer .shape {
  display: none;
}
.collection-page footer {
  padding: 2rem 0;
}

.page-hero {
  padding: 14rem 0 11rem;
  background-size: cover !important;
  position: relative;
  background-attachment: fixed;
}
.page-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0%;
  left: 0%;
  bottom: 0%;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.516);
}
.page-hero .container {
  position: relative;
  z-index: 3;
}
.page-hero h2 {
  margin: 0 0 0.5rem;
  color: white;
  font-weight: 500;
  font-size: 2.5rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  margin-right: 7px;
  font-size: 0.8125rem;
  color: white;
}
.breadcrumb a {
  color: white;
  font-size: 0.8125rem;
  transition: all 0.3s ease;
}
.breadcrumb a:hover {
  opacity: 0.8;
}
.nft-collection {
  margin: 5rem 0;
}

.pagination ul {
  padding: 2.5rem 0 1rem;
  display: flex;

  display: flex;
  justify-content: center;
}
.pagination li {
  margin-left: 0.4rem;
}
.pagination a {
  font-size: 0.875rem;
  height: 2rem;
  color: #788487;
  width: 2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.pagination a:hover {
  color: #222;
  text-decoration: none;
  background-color: #f4f4f4;
}
.pagination a.active {
  background-color: #4262ff;
  color: white;
}
/* ========= Contact | CONTACT PAGE ======= */
.contact-page .h2-tag {
  margin-top: 5rem;
}
.contact-info {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 6rem 0;
}
.contact-info .box {
  width: 33.33%;
  text-align: center;
  padding: 2rem 3rem;
  box-shadow: 0 0 1.25rem rgb(31 45 61 / 5%);
  transition: all 0.2s ease;
  border: 1px solid #eaecf3;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
}
.contact-info .box i {
  font-size: 2rem;
  color: #354fd3;
}
.contact-info .box h3 {
  font-size: 1.2rem;
  color: #050039;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact-info .box p {
  font-size: 0.876rem;
  color: #858585;
  margin-bottom: 0.5rem;
}
.contact-info .box:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  transform: translateY(-3px);
}

.contact-form {
  display: flex;
  gap: 3rem;
  margin: 2.5rem 0;
}
.contact-form form {
  width: 50%;
}
.contact-form input {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.85rem 1.875rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #4a5568 !important;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}
.contact-form textarea {
  width: 100%;
  resize: none;
  padding: 0.85rem 1.875rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #4a5568 !important;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  height: 14rem;
  margin-bottom: 0.6rem;
}
.contact-form textarea:focus,
.contact-form input:focus {
  background-color: #fff;
  border-color: rgba(0, 138, 255, 0.5);

  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075),
    0 0 20px rgba(0, 138, 255, 0.1);
}
.contact-form button {
  border: none;
  padding: 0.6rem 1.3rem;
  border-radius: 0.2rem;
  display: inline-block;
  background-color: #4262ff;
  color: white;
  transition: all 0.2s ease;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #354fd3;
}
.contact-description {
  width: 50%;
  padding: 0 3rem 0 0;
}
.p-title {
  max-width: 30rem;
  margin-top: 0%;
  opacity: 0.6;
}
.contact-description h6 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 0.66667rem;
  line-height: 1.5;
  color: #152c5b;
  margin-top: 0;
}
.contact-description p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #718096;
}
.contact-description a {
  color: #4262ff;
  transition: all 0.2s ease;
}
.contact-description a:hover {
  color: #354fd3;
}
/* ========= ARTICLE | ARTICLE PAGE ======= */
.article-page .page-hero .container {
  display: flex;
  gap: 2rem;
}
.article-page main .container {
  display: flex;
  gap: 2rem;
}
.article-page aside {
  width: 35%;
}
.article-page .article {
  width: 65%;
}
.article aside {
  width: 40%;
}
.article-page h1 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
}
.article-page .thumbnail {
  border-radius: 0.3rem;
  overflow: hidden;
  max-height: 20rem;
  display: none;
}
.article-about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.socials {
  display: flex;
}
.socials li {
  margin-left: 9px;
}
.socials li a {
  color: #050039;
  transition: all 0.2s ease;
}
.socials li a:hover {
  color: #354fd3;
}

.article-info {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.article-info .seperator {
  width: 1.1rem;
  height: 1px;
  background-color: black;
  margin: 0 5px;
}
.article-info span:first-child {
  margin-left: 5px;
}
article h2 {
  font-weight: 600;
}
article p {
  font-size: 1.1rem;

  opacity: 0.7;
}
article > p:first-child {
  border-left: 3px solid #4262ff;
  padding: 0.5rem 0rem 0.5rem 1.3rem;
}

/* ==== table of content ==== */
article .table-content {
  padding: 1.5rem 3rem;
  background-color: #f4f4f6b8;
  border-radius: 0.25rem;
  list-style: circle !important;
}
article .table-content h3 {
  margin-top: 0%;
  margin-bottom: 0.5rem;
}
article a {
  color: #1900ee;
}
article .table-content li {
  list-style: circle;
  margin-left: 1rem;
}
article .table-content a {
  position: relative;
}
article .table-content a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 1px;
  width: 100%;
  background-color: #1900ee;
  transition: all 0.4s ease-out;
}
article .table-content a:hover::after {
  width: 0%;
}

/* ==== quote === */
article .quote {
  padding: 1rem 1rem 1rem 2.8rem;
  position: relative;
}
article .quote::before {
  content: '“';
  position: absolute;
  top: 0rem;
  left: 0;
  font-size: 5rem;
}

/* === side bar === */
aside {
  padding: 5rem 0 0 3rem;
}
aside h4 {
  font-size: 1.5rem;
  margin: 1rem 0 1rem;
  font-weight: 600;
}
aside .author {
  display: flex;
  margin-bottom: 2rem;
}
aside .author-img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 1rem;
}
.author li {
  margin-left: 0%;
  margin-right: 10px;
}
aside .author p {
  margin: 0.3rem 0;
  font-size: 0.875rem;
  opacity: 0.6;
}
aside .author .name {
  font-weight: 600;
}
aside .trend-info h5 {
  font-size: 1rem;
  margin: 1.3rem 0 0.5rem;
}
aside .trend-info h5 a {
  color: black;
}
aside .trend-info .price {
  font-size: 0.8rem;
}

/* ========= ITEM | ITEM PAGE ======= */

.product {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.item-page .page-hero {
  padding-bottom: 4rem;
  padding-top: 8rem;
}
.product h1 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.product .col {
  width: 65%;
}
.product .nft-icon ul {
  display: flex;
  margin-bottom: 1rem;
}
.product .nft-icon ul li {
  margin-right: 12px;
  font-size: 0.875rem;
  opacity: 0.7;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.393);
}
.product .nft-icon ul li:last-child {
  border: none;
}
.product .nft-icon ul i {
  margin-right: 4px;
}
.product-img {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-top: 2rem;
}

.product h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.product p {
  opacity: 0.6;
  margin: 0 0 0.5rem;
}

.product .nft-col {
  display: flex;
  gap: 5rem;
}
.product .creator-detail {
  display: flex;
  align-items: center;
  margin-top: 0.9rem;
}
.product .creator-img {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 13px;
}

.product .bid h5 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
}
.product i {
  margin-right: 6px;
}
.product .nft-col h4 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.product .nft-proper ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0.8rem;
}
.product .nft-proper li {
  padding: 1rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 0.4375rem;
}
.nft-proper h6 {
  margin-top: 0%;
  color: #7d879c;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.nft-proper h5 {
  margin-top: 0%;
  color: #373f50;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.nft-proper span {
  font-size: 0.75rem;
  color: #7d879c;
}
.product .details {
  margin-bottom: 2rem;
}
.product .details li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  color: #4b566b;
  font-size: 0.875rem;
}
.product a {
  color: #050039;
  transition: all 0.2s ease;
}
.product a:hover {
  color: #1900ee;
}
.product i {
  transition: all 0.2s ease;
}
.product i:hover {
  color: #1900ee;
}
.product .details li i {
  margin-left: 5px;
  color: #050039;
  transition: all 0.2s ease;
}
.product .details li i:hover {
  color: #1900ee;
}
.product button.bid {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 1rem;
  padding: 0.7rem;
  border-radius: 0.3rem;
  background-color: #4262ff;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
}
.product button.bid:hover {
  background-color: #354fd3;
}

/* ========= TERMS | TERMS PAGE ======= */

.terms-page main .container {
  padding: 7rem 0;
}
.terms-page footer {
  padding-top: 2rem;
}
.terms-page .breadcrumb a,
.terms-page .breadcrumb li {
  color: #050039;
  transition: color 0.2s ease;
}

.terms-page .term-section {
  display: flex;
  margin-top: 3rem;
  padding: 3rem 0;
  border-top: 1px solid #e2e8f0;
}
.terms-page .nav {
  width: 25%;
}
.nav .content {
  padding: 1.75rem;
  box-shadow: 0 0 1.25rem rgb(31 45 61 / 5%);
  border: 1px solid #eaecf3;
  border-radius: 0.75rem;
  position: sticky;
  top: 1.5rem;
  margin-bottom: 1rem;
}
.nav li {
  margin-bottom: 0.5rem;
}
.nav a {
  color: #718096;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.nav a:hover {
  color: #1900ee;
}
.terms-page .text {
  width: 70%;
  padding-left: 4rem;
}
.terms-page .text h3 {
  margin-top: 0.5rem;
  font-size: 1.3rem;

  font-weight: 600;
  color: #152c5b;
}
.terms-page .text p {
  margin-top: 0;
  font-size: 1rem;
  color: #718096;
  line-height: 1.7;
}
.terms-page .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row .price {
  align-self: flex-end;
}
.article .box .time {
  display: flex;
  justify-content: space-between;
}
.article .box .cat {
  color: #4b566b;
  text-transform: capitalize;
  font-weight: 700;
  padding: 1px 10px;
  border-radius: 50px;
  border: 1px solid #4b566b;
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  margin-top: 1rem;
}

@media (max-width: 500px) {
  footer {
    padding: 1rem 0 2rem;
  }

  .creators .grid-cols {
    display: grid;
    grid-template-columns: 1fr;
  }
  .slider-owl-nft {
    width: 90%;
    margin: auto;
  }
  .collections .grid-col {
    grid-template-columns: 1fr;
  }

  .tuto .phases {
    grid-template-columns: 1fr;
  }
  .article .content {
    grid-template-columns: 1fr;
  }
  footer .grid {
    grid-template-columns: 1fr;
  }
  .container {
    width: 90%;
  }
  .drops .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .products .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  footer .subs {
    margin-left: unset;
  }
  .hero h1 {
    font-size: 3rem;
    line-height: 1.2;
    max-width: 90%;
  }
  .hero h1 span {
    font-size: 3rem;
    line-height: 1.2;
  }
  .hero .container {
    background-position: 14% 35%;
    padding-top: 3rem;
  }
  .hero p {
    max-width: 70%;
  }
  .hero {
    padding: 5rem 0 3rem;
  }

  .scroll-top {
    right: 1.4rem;
  }
  .article .box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  .article .time {
    grid-area: time;
  }
  .article h6 {
    grid-area: title;
  }
  .article .box-info {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      'time'
      'title';
  }
  .article {
    padding-top: 0;
  }
  .article .read {
    margin-right: 1.5rem;
  }
  .article .img {
    max-height: 110px;
    border-radius: 1px;
  }
  .article h6 {
    margin: 0.6rem 0 0.5rem;
  }
  .h2-tag {
    font-size: 1.5rem;
  }
  footer .bottom {
    display: block;
    text-align: center;
  }
  footer .bottom ul {
    justify-content: center;
  }
  .page-hero {
    background-size: 300% 150% !important;
    padding: 10rem 1rem 7rem;
  }
  .grod {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  .filter-control {
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 1fr;

    gap: 1rem;
  }
  .filter-control .dropdown {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .filter-control .search-filter {
    grid-row: 1/2;
    grid-column: 1 / 3;
  }
  .filter-control .sort-filter {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .filter-bar .sorting select {
    padding: 0 2rem 0 1rem;
  }
  .filter-bar .sorting {
    margin-left: auto;
  }
  .filter-bar .sort-filter label {
    margin-right: 0px;
  }
  .filter-bar .collapse .block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .article-page main .container {
    display: block;
  }
  .article-page .article {
    width: 100%;
  }
  .article-page .page-hero .container {
    display: block;
  }
  .article-page h1 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 2rem;
  }
  .article-about {
    display: block;
  }
  .article-info {
    margin-bottom: 1rem;
  }
  .socials li {
    margin-left: 0;
    margin-right: 9px;
  }
  article .table-content {
    padding: 1.5rem 2.5rem;
  }
  .article-page aside {
    width: 100%;
    padding: 1rem 0 0 1rem;
  }
  .product {
    display: block;
    gap: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .product .col {
    width: 100%;
  }
  .grid {
    grid-template-columns: 1fr 1fr;

    gap: 1rem;
  }
  .product .nft-proper ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .contact-form {
    display: block;
  }
  .contact-form form {
    width: 100%;
  }
  .contact-description {
    width: 100%;
    padding: 2rem 0rem 0 0;
  }
  .contact-description h6 {
    font-size: 1.6rem;
  }
}

@media (max-width: 350px) {
  .article .read {
    margin-right: 0rem;
  }
  .article .box-info {
    padding-top: 0.5rem;
  }
  .products .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .grod {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: 1fr;

    gap: 1rem;
  }
}
