* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #000000de;
  font-size: 14px;
  line-height: 1.4285em;
  font-family: "Montserrat", sans-serif;
}
.header {
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.35));
  position: relative;
  z-index: 1;
}

.navbar {
  background: linear-gradient(180deg, #394956, #394956 19.27%, #0d171e);
  border-top: 15px solid #0d171e;
  padding: 7px 0;
}

.navbar-collapse,
.menu-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar_form {
  position: relative;
  display: flex;
  border: 2px solid #ef981d;
  border-radius: 50px;
  flex: 1 1;
  margin-right: 15px;
}

.navbar_form input,
.navbar_form input:focus {
  background: #0000 !important;
  border: 0;
  box-shadow: unset !important;
  color: #fff;
  padding: 10px 20px;
}

.navbar_form input,
.navbar_form input:focus {
  border: 0 !important;
  background: #0000 !important;
  border: 0;
  box-shadow: unset !important;
  color: #fff;
  padding: 10px 20px;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  color: var(--bs-body-color);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 100%;
}

.search_btn {
  background: #0000;
  border: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-container ul {
  display: flex;
  align-items: center;
  margin: auto;
}

.navbar-nav li.nav-item {
  margin: 0 12px;
  position: relative;
}

.navbar-nav .nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-shadow: 0 0 4px #0006;
  cursor: pointer;
}

#login_form .main_btn,
#login_form .main_btn:hover,
.main_btn,
.main_btn:hover {
  background: linear-gradient(180deg, #ef981d, #f9bf50);
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 25px;
  text-align: center;
  text-shadow: 0 0 4px #0006;
}

.navbar-brand {
  margin-right: 32px;
}

li.nav-item {
  list-style: none;
}

ul.sub_menu {
  display: none;
}
.navbar_form input,
.navbar_form input:focus,
.navbar_form input:focus-visible {
  border: none !important;
  outline: unset;
  background: #0000 !important;
  border: 0;
  box-shadow: unset !important;
  color: #fff;
  padding: 10px 20px;
}

.nav-container {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: 100%;
  padding: 0 10px;
}

/* Logo */
.image-logo img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.image-logo {
  margin-right: 32px;
}

/* Search Box */
.search-box {
  border: 2px solid #ef981d;
  border-radius: 50px;
  flex: 1 1;
  margin-right: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.right-nav-container {
  display: flex;
  flex: 1;
  width: 100% !important;
  max-width: 100% !important;
  align-items: center;
  justify-content: right;
  gap: 24px;
}

.sub_menu {
  background: #0d171e;
  border: 1px solid #0d171e;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 10px #00000080;
  box-sizing: border-box;
  display: none;
  left: 50%;
  list-style: none;
  opacity: 0;
  padding: 40px 5px 20px;
  position: absolute;
  top: 36px;
  transform: translateX(-50%);
  width: 300px;
  z-index: 9;
}

.sub_menu li {
  margin: 3px 0;
}

.sub_menu li .sub-items.active,
.sub_menu li .sub-items:hover {
  background: #ef981d;
  border-radius: 50px;
  color: #fff !important;
}

.sub_menu li .sub-items {
  color: #fff;
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 30px;
  width: 100%;
}

.sub_menu li .sub-items svg {
  margin-right: 15px;
  width: 20px;
}

.nav-links li.nav-item:hover .sub_menu,
.navbar-nav li.nav-item:hover .sub_menu,
.nav-links li.nav-item .sub_menu:hover,
.navbar-nav li.nav-item .sub_menu:hover {
  display: block;
  opacity: 1;
}

/* Invisible bridge fills the gap between nav text and sub_menu top
   so hover is never lost while the cursor travels downward */
.sub_menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}

.nav-item {
  position: relative;
}

.sub_menu li .sub-items.active svg,
.sub_menu li .sub-items.active svg path,
.sub_menu li .sub-items:hover svg,
.sub_menu li .sub-items:hover svg path {
  fill: #fff;
}

.subsocial-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.subsocial-icons li {
  display: inline-block;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.subsocial-icons li a {
  background: #ef981d;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  text-align: center;
  width: 35px;
}

/* Nav Links */
.nav-links {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 24px;
  width: 100%;
  flex: 1;
  max-width: 644px;
  justify-content: space-between;
}

.nav-item a:focus {
  color: #ef981d;
  padding-bottom: 5px;
  border-bottom: 2px solid #ef981d;
}

.nav-item a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.wallet-btn {
  background: linear-gradient(180deg, #ef981d, #f9bf50);
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 25px;
  text-align: center;
  text-shadow: 0 0 4px #0006;
}

/* banner section css */
.background-img-section {
  background-image: url(../Images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(0, 0, 0);
}

.background-banner {
  background-image: url(../Images/banner-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(0, 0, 0);
  padding: 80px 0;
}

.banner-container {
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 10px;
}

.digital-arms {
  padding: 0 20px;
  max-width: 660px;
  flex: 1;
}

.digital-arms h1 {
  background-color: initial;
  color: #ef981d;
  font-style: normal;
  font-size: 55px;
  font-weight: 700;
  line-height: 112.4%;
}

.digital-arms p {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #bcbcbc;
  margin-bottom: 50px;
  margin-top: 10px;
}

.btn-container {
  display: flex;
  gap: 5px;
}

.btn-banner {
  background: linear-gradient(180deg, #ef981d 56.77%, #f9bf50);
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  padding: 10px 50px;
  text-align: center;
  transition: 0.5s ease-in-out;
  text-decoration: none;
}

.digital-arms-image {
  padding: 0 20px;
  max-width: 660px;
  flex: 1;
}

.digital-arms-image img {
  width: 100%;
}

.btn-banner:hover {
  background: #fff;
}

/* Wallet section css */
.wallet-section {
  width: 100%;
  padding: 80px 0;
}

.wallet-container {
  width: 100%;
  max-width: 1320px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
}

.wallet-box {
  background: linear-gradient(180deg, #394956, #313f4a);
  border: 1px solid #ef981d;
  border-radius: 10px;
  height: 100%;
  padding: 40px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  padding: 40px;
}

.svg_icon {
  border: 1px solid #ef981d;
  border-radius: 5px;
  display: inline-block;
  padding: 20px;
}

.wallet-box:hover {
  background: linear-gradient(120.91deg, #ef981d 1.08%, #f5aa3e 100.06%);
  box-shadow: 0 0 10px #ef981d;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1.05);
}

.wallet-box:hover .svg_icon {
  border: 1px solid #fff;
}

.wallet-box:hover svg {
  transform: rotateY(1turn);
  transition: all 0.65s;
}

.wallet-box:hover .svg_icon svg path {
  fill: #fff;
}

.wallet-box p {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285em;
}

.Buy-Collectibles,
.Customize-Collectibles,
.Trade-Collectibles {
  padding: 0 10px;
  flex: 1;
  width: 100%;
}

/* Mint section css */
.mint-scetion {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0 10px;
}

.Exclusive-heading,
.collection-heading h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 59px;
  text-align: center !important;
}

.Exclusive-heading,
.collection-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.border-div {
  background: #ef981d;
  display: inline-block;
  height: 3px;
  width: 60px;
  margin-top: 10px;
}

.Mint-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.Exclusive-box {
  background-image: url(../Images/mint-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #394956;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}

.mint-img {
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.mint-img img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.mint-text {
  position: relative;
  padding: 21px;
}

.logoImg-icon {
  background: linear-gradient(0deg, #000, #444);
  border: 3px solid #ef981d;
  border-radius: 100%;
  width: 94px;
  height: 94px;
  position: absolute;
  right: 10px;
  top: -50px;
  width: 100px;
  z-index: 1;
}

.rounded-circle img {
  width: 94px;
  height: 94px;
  border-radius: 50% !important;
  text-decoration: none;
  background: #fff;
  border-radius: inherit;
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
}

.mint-text h4,
.wallet-box h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 29px;
  margin-top: 24px;
}

.mint-text a {
  text-decoration: none;
}

.mint-text li {
  color: #fff;
  display: inline-block;
  list-style: none;
  padding-right: 10px;
}

.mint-time {
  align-items: center;
  border: 1px solid #ef981d;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 15px;
  margin-top: 20px;
}

/* Parent image container */
.Mint-container .Exclusive-box .mint-img,
.hot-collection-container .collection-slide .mint-img {
  overflow: hidden;
  position: relative;
}

/* Image */
.Mint-container .Exclusive-box .mint-img img,
.hot-collection-container .collection-slide .mint-img img {
  width: 100%;
  display: block;
  transition:
    transform 2s ease,
    opacity 2s ease;
}

/* Hover effect */
.Mint-container .Exclusive-box:hover .mint-img img,
.hot-collection-container .collection-slide:hover .mint-img img {
  opacity: 0.7;
  transform: scale(1.25);
}

/* hot collection css */
.hot-collection-container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 80px 10px;
}

.collection-slide {
  background-color: #222e38;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #394956;
  border-radius: 10px;
}

.collection-text {
  padding: 0 20px 20px;
  text-align: center !important;
}

.coll-profileimg {
  position: relative;
  text-align: center;
  top: -50px;
}

.profile-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #394956;
  border-radius: 100%;
  height: 90px;
  margin: auto;
  object-fit: cover;
  position: relative;
  width: 90px;
}

.collname,
.collname a {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: -30px;
  text-align: center;
}

.collection-slide:hover .rotater-border:before {
  animation: glower 20s linear infinite;
  background: linear-gradient(
    45deg,
    #e8f74d,
    #ff6600d9,
    #0f6,
    #13ff13,
    #ad27ad,
    #bd2681,
    #6512b9,
    #ff3300de,
    #5aabde
  );
  background-size: 100%;
  background-size: 10%;
  border-radius: 100%;
  content: "";
  height: calc(100% + 5px);
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 5px);
  z-index: 0;
}

.main-collection-slider {
  position: relative;
  margin-top: 40px;
}

.main-collection-slider .left-arrow,
.main-text-slider .second-left-arrow,
.third-slider-arrow .third-left-arrow,
.main-text-slider .second-right-arrow,
.main-collection-slider .right-arrow,
.third-slider-arrow .third-right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: #ef981d !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Desktop position */
.main-collection-slider .left-arrow,
.main-text-slider .second-left-arrow,
.third-slider-arrow .third-left-arrow {
  left: -5px;
}

.main-collection-slider .right-arrow,
.main-text-slider .second-right-arrow,
.third-slider-arrow .third-right-arrow {
  right: -5px;
}

.collection-slide {
  margin: 0 10px;
  /* creates gap between slides */
  box-sizing: border-box;
}

.main-collection-slider .left-arrow svg,
.main-text-slider .second-left-arrow svg,
.third-slider-arrow .third-left-arrow svg,
.main-text-slider .second-right-arrow svg,
.main-collection-slider .right-arrow svg,
.third-slider-arrow .third-right-arrow svg {
  width: 24px;
  height: 24px;
}

/* Second text slider */
.background-text-slider {
  background: linear-gradient(0deg, #0d171e, #0d171e);
  border-bottom: 4px solid #313f4a;
  border-top: 4px solid #313f4a;
  padding: 80px 20px;
}

.main-text-slider,
.main-sale-collection {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  position: relative;
}

.main-sale-collection {
  padding: 80px 10px;
}

.text-slides {
  display: flex;
  justify-content: center;
  width: 100%;
}

.text-slides-container {
  max-width: 296px;
  border-left: 5px solid rgb(239, 152, 29);
  padding: 5px 20px;
  border-radius: 5px;
  height: 100%;
}

.text-slides-container h3 {
  border-bottom: 1px solid rgb(239, 152, 29);
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  min-height: 181px;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  line-height: 1.28571429em;
}

.MarioLu-list {
  margin-top: 10px;
  text-align: left;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.MarioLu-list ul {
  padding-left: 15px;
}

.MarioLu-list ul li {
  padding-left: 0px;
}

/* Sale collection slider */
.Sale-collection-slides {
  background: #607b90;
  background: linear-gradient(270deg, #607b90, #394956);
  background: -webkit-linear-gradient(270deg, #607b90, #394956);
  border: 1px solid #313f4a;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #00000040;
  padding: 20px 15px;
  position: relative;
}

.items_profileimg {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.profile_left {
  position: relative;
}

.nft-logo-img {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 80px;
  width: 82.56px;
}

.profile_left .profile_img.creatorImg {
  border: none;
  border-radius: inherit;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.nft-cont {
  border-radius: 5px;
  display: block;
  margin-top: -50px;
}

.items_info {
  display: flex;
  margin-bottom: 10px;
}

.items_info .items_left {
  flex: 2 1;
  text-align: left;
}

.items_left h3 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 38px;
  line-height: 18px !important;
  overflow: hidden;
  color: #fff;
}

.items_info p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.title_color {
  background-color: initial;
  color: #ef981d;
}

.buy-btn {
  background-color: #0d171e !important;
}

.border_btn {
  border: 1px solid #ef981d;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 30px;
  text-align: center;
  text-shadow: 0 0 4px #0006;
  transition: 0.5s ease;
  width: 100% !important;
}

.Sale-collection-slider {
  margin-top: 25px;
}

.view_all_bdr,
.border_btn:hover {
  background: linear-gradient(180deg, #ef981d, #f9bf50);
  color: #fff !important;
}

a.border_btn.title_color.buy-btn {
  text-decoration: none;
}

.items_img {
  height: 280px !important;
  object-fit: cover !important;
  width: 100%;
}

.Sale-collection-slides {
  margin: 0 5px;
}

.view_all {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.view_all_bdr {
  background: none;
  border: 2px solid #ef981d !important;
  border-radius: 50px;
  color: #ef981d !important;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 75px;
  text-align: center;
  text-shadow: 0 0 4px #0006;
  transition: 0.5s ease;
}

a.view_all_bdr {
  text-decoration: none;
}

.subHeadingTopHeader {
  color: #ef981d !important;
  display: block;
  font-size: 16px;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.top-seller {
  padding-bottom: 80px;
}

/* Footer section */
.footer-dark {
  background: #0d171e;
  border-top: 5px solid #ef981d;
  padding: 50px 10px;
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: 100%;
}

.footer-container-grid,
.sub-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-widget {
  margin-right: 10px;
}

.text-widget p,
.copy {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.menu-widget h5,
.newsletter-widget h5 {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}

.newsletter-widget p,
.botton-text {
  color: #fff !important;
  padding-bottom: 5px;
}

.botton-text {
  margin-top: 10px;
}

.menu-widget ul {
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-widget ul li {
  margin-bottom: 15px;
}

.menu-widget ul li a {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: 0.5s ease;
  text-decoration: none;
}

#mc_embed_signup {
  background: #0000 !important;
  width: 100% !important;
}

#mc_embed_signup .emailoctopus-success-message {
  color: #fff !important;
  text-align: left;
}

#mc_embed_signup .emailoctopus-error-message {
  color: red !important;
  text-align: left;
}

#mc_embed_signup .emailoctopus-form {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

#mc_embed_signup input {
  background: #313f4a !important;
  border: 1px solid #4f4f4f !important;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px;
  height: 45px !important;
  padding-left: 15px !important;
  width: 100%;
}

#mc_embed_signup input.btn.btn-primary {
  background: #ef981d !important;
  border: 1px solid #ef981d !important;
  border-radius: 0 5px 5px 0 !important;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 45px !important;
  height: 32px;
  line-height: 32px;
  margin: 0 2px 10px 0;
  padding: 0 22px;
  position: absolute;
  right: -3px;
  text-align: center;
  text-decoration: none;
  top: 0;
  transition: all 0.23s ease-in-out 0s;
  vertical-align: top;
  white-space: nowrap;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.padding-div-footer {
  padding: 0 10px;
}

.social-icons {
  margin-bottom: 0;
  margin-top: 30px;
  padding: 0;
}

.social-icons li {
  background: linear-gradient(0deg, #ffffff1a, #ffffff1a), #ff9901;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}

.social-icons ul li a {
  color: #fff !important;
}

i.fa.fa-facebook,
i.fa.fa-twitter,
i.fa.fa-linkedin,
i.fa.fa-linkedin,
i.fa.fa-telegram {
  color: #fff;
}

/* Media Query */

@media screen and (min-width: 1200px) {
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .mobile-menu-icon {
    display: none;
  }

  .menu-collapse {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-nav ul {
    flex-direction: row;
    gap: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
}

@media screen and (min-width: 1200px) {
  .navbar-collapse {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-collapse {
    display: none;
  }

  .navbar-nav li.nav-item {
    margin: 0 12px;
    text-align: center;
  }

  .menu-item {
    border: none;
    height: 30px;
    width: 35px;
    filter: invert(1);
    border-radius: 3px;
  }

  button.mobile-menu-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
  }

  .navbar_form {
    margin: 25px auto auto;
    max-width: 400px;
  }

  .menu-collapse {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    max-height: 0;
    /* overflow: hidden; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  .menu-collapse.active {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 25px 0;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .right-nav-container {
    display: none !important;
  }

  .mobile-menu {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 50px;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 40px;
    background: linear-gradient(180deg, #394956, #394956 19.27%, #0d171e);
  }

  .nav-links a {
    padding: 7px 0;
  }

  .nav-links.active {
    opacity: 1;
    padding: 10px 0;
    display: flex;
    gap: 17px;
    max-height: 500px;
  }

  .banner-container {
    flex-direction: column;
  }

  .digital-arms-image {
    margin-top: 20px;
  }

  .footer-container-grid,
  .sub-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: 2fr;
  }

  .main-sale-collection .collection-heading h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .main-sale-collection .collection-heading h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .digital-arms {
    padding: 0;
  }

  .digital-arms-image {
    padding: 0;
  }

  .digital-arms h1 {
    font-size: 28px;
  }

  .digital-arms p {
    font-size: 16px;
    line-height: 26px;
  }

  .btn-banner {
    font-size: 18px;
    line-height: normal;
    padding: 10px 25px;
  }

  .footer-container-grid,
  .sub-footer-grid {
    display: grid;
    grid-template-columns: repeat(1, 4fr);
    grid-template-rows: 4fr;
  }
}

@media screen and (max-width: 1300px) {
  .right-nav-container {
    gap: 0;
  }

  .nav-links {
    gap: 10px;
  }

  .wallet-btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .wallet-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .Buy-Collectibles,
  .Customize-Collectibles,
  .Trade-Collectibles {
    padding: 0;
  }

  .Mint-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .left-arrow {
    left: 5px;
  }

  .right-arrow {
    right: 5px;
  }

  .left-arrow,
  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .left-arrow svg,
  .right-arrow svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 576px) {
  .wallet-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .Mint-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .collection-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .left-arrow,
  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .left-arrow {
    left: 5px;
  }

  .right-arrow {
    right: 5px;
  }

  .left-arrow svg,
  .right-arrow svg {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 767px) {
  .main-sale-collection {
    max-width: 710px;
  }
}

@media (min-width: 992px) {
  .main-sale-collection {
    max-width: 767px;
  }
}

@media (min-width: 1024px) {
  .main-sale-collection {
    max-width: 950px;
  }
}

@media (min-width: 1400px) {
  .main-sale-collection {
    max-width: 1320px;
  }
}

@media (max-width: 769px) {
  .main-sale-collection {
    max-width: calc(100% - 30px);
    padding: 40px 10px;
  }
}

@media screen and (max-width: 1428px) and (min-width: 1024px) {
  .wallet-btn {
    font-size: 9px;
  }
}

/* ============================================================
   RESPONSIVE IMPROVEMENTS
   ============================================================ */

/* Logo max-width */
.site-logo {
  max-width: 160px;
  height: auto;
  display: block;
}

/* ---- Tablet: 1024px and below ---- */
@media screen and (max-width: 1024px) {
  .background-banner {
    padding: 60px 15px;
  }

  .banner-container {
    text-align: center;
  }

  .digital-arms {
    max-width: 100%;
    text-align: center;
  }

  .btn-container {
    justify-content: center;
  }

  .digital-arms-image {
    max-width: 70%;
    margin: 20px auto 0;
  }

  .wallet-section {
    padding: 60px 0;
  }

  .hot-collection-container {
    padding: 60px 10px;
  }

  .background-text-slider {
    padding: 60px 20px;
  }

  .main-sale-collection {
    padding: 60px 10px;
  }

  .top-seller {
    padding-bottom: 60px;
  }
}

/* ---- Mobile: 767px and below ---- */
@media screen and (max-width: 767px) {
  .background-banner {
    padding: 40px 15px;
  }

  .wallet-section {
    padding: 40px 0;
  }

  .wallet-container {
    padding: 0 15px;
  }

  .mint-scetion {
    padding: 0 15px;
  }

  .Mint-container {
    margin-top: 30px;
  }

  .hot-collection-container {
    padding: 40px 15px;
  }

  .background-text-slider {
    padding: 40px 15px;
  }

  .main-sale-collection {
    padding: 40px 15px;
  }

  .Exclusive-heading h2,
  .collection-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .top-seller {
    padding-bottom: 40px;
  }

  .footer-dark {
    padding: 40px 15px;
  }

  .sub-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .social-icons {
    margin-top: 0;
  }

  .copy {
    font-size: 13px;
  }
}

/* ---- Small mobile: 480px and below ---- */
@media screen and (max-width: 480px) {
  .digital-arms h1 {
    font-size: 30px;
  }

  .digital-arms p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .Exclusive-heading h2,
  .collection-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-slides-container h3 {
    font-size: 18px;
    min-height: unset;
  }

  .text-slides-container {
    max-width: 100%;
  }

  .site-logo {
    max-width: 130px;
  }

  .mint-time {
    font-size: 14px;
  }

  .btn-banner {
    font-size: 16px;
    padding: 10px 20px;
  }

  .wallet-section {
    padding: 30px 0;
  }

  .footer-dark {
    padding: 30px 10px;
  }

  .padding-div-footer {
    padding: 8px 5px;
  }
}

/* ============================================================
   MOBILE SUBMENU — inline expand on click (below 1200px)
   ============================================================ */
@media screen and (max-width: 1200px) {
  /* Convert absolute dropdown to an inline accordion */
  .menu-collapse .navbar-nav .sub_menu {
    position: static;
    transform: none;
    width: 100%;
    min-width: calc(100vw - 60px);
    left: auto;
    top: auto;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #313f4a;
    margin-top: 5px;
    /* Use max-height animation instead of display toggle */
    display: block;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    padding: 0 5px;
    transition:
      max-height 0.35s ease,
      padding 0.35s ease;
  }

  /* The ::before bridge gap-filler is not needed inline */
  .menu-collapse .navbar-nav .sub_menu::before {
    display: none;
  }

  /* Expanded state toggled by JS */
  .menu-collapse .navbar-nav .sub_menu.open {
    max-height: 500px;
    padding: 10px 5px;
  }

  /* Chevron arrow on nav links that have a submenu */
  .menu-collapse .navbar-nav .nav-item:has(.sub_menu) > .nav-link::after {
    content: "▾";
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 14px;
    line-height: 1;
  }

  .menu-collapse .navbar-nav .nav-item.open > .nav-link::after {
    transform: rotate(180deg);
  }
}
