/* Prefixed by https://autoprefixer.github.io */
/* PostCSS: v8.4.14, Autoprefixer: v10.4.7 */

@media screen and (max-width: 1280px) {
  .title { font-size: 40px; }
  .para { font-size: 18px; line-height: 150%; }
  .small-para { font-size: 16px; line-height: 140%; }
  section.metaverse .top { transform: translateY(-99px); }
}

@media screen and (max-width: 1099px) {
  section.music .card h4 { height: 95px; }
  .card-heading { font-size: 18px; }
  .padding { padding: 70px 0; }
  section.shop { padding-top: 0; }
}

@media screen and (max-width: 767px) {
  /* Banner styles for mobile */
  section.banner { 
    padding: 0 !important; 
    margin: 12vh 0 0 0 !important; /* Increased top margin to 5vh */
    height: 95vh !important; /* Reduced by 5vh to account for the larger margin */
    width: 100vw !important;
    overflow: hidden !important;
  }
  
  .banner .container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }
  
  .banner .relative {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
  }
  
  .banner img {
    content: url('../assets/shaanMobile.jpg');
    width: 100% !important;
    height: 100% !important; /* Changed from auto to 100% */
    min-height: 100% !important; /* Changed from 100vh to 100% */
    object-fit: cover !important;
    object-position: top !important;
    margin: 0 !important;
    display: block !important;
  }
  
  /* For very small screens */
  @media (max-width: 400px) {
    .banner img {
      min-height: 90vh !important;
      max-height: 200vh !important;
    }
  }
  
  /* Rest of your mobile styles */
  .title { font-size: 40px; }
  .para { font-size: 16px; line-height: 150%; }
  .small-para { font-size: 16px; line-height: 140%; }
  .heading { font-size: 40px; }
  .upper-text { font-size: 20px; }
  .btn { width: 174px; height: 54px; }
  .offcanvas { width: 90vw !important; }

  .btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0px;
    padding: 1.5px;
    padding-left: 2.5px;
    background: linear-gradient(90deg, rgba(215, 215, 215, 0.44) 0%, #fff 100%);
    -webkit-mask: linear-gradient(#15056d 0 0) content-box, linear-gradient(#c90a0a 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#15056d 0 0) content-box, linear-gradient(#c90a0a 0 0);
    mask-composite: exclude;
  }

  .btn:hover { background-color: #fff; color: #000; }

  .btn-2 {
    font-family: satoshi-black, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 474%;
    letter-spacing: -0.03em;
    color: #101010;
    background: #fff;
    width: 159px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-2:hover { background-color: #4A9EFF; }

  .card-heading { 
    font-family: satoshi-black, sans-serif; 
    font-weight: 900; 
    font-size: 20px; 
    line-height: 118%; 
    letter-spacing: -0.03em; 
    color: #fff; 
  }
  
  .card-heading-small { 
    font-family: satoshi-b, sans-serif; 
    font-weight: 700; 
    font-size: 25px; 
    line-height: 120%; 
    letter-spacing: -0.03em; 
    color: #fff; 
  }
  
  .card-heading-small1 { 
    font-family: satoshi-b, sans-serif; 
    font-weight: 700; 
    font-size: 16px; 
    letter-spacing: -0.03em; 
    color: #d6d6d6; 
  }

  header .a { display: none; }
  section.music { padding-top: 0; }
  #dialog-content { max-width: 100%; padding: 10px; }

  @keyframes nav {
    0% { transform: translateY(-100px); width: 0px; height: 0px; opacity: 0; }
    100% { transform: translateY(0); width: 90%; height: 81px; opacity: 1; }
  }

  body { margin: 0 !important; padding: 0 !important; }
  .bg-black { margin: 0 !important; padding: 0 !important; }
  
  section.banner p { padding: 0 !important; margin: 0 !important; }
  section.banner .arrow { display: none; }
  .padding { padding: 70px 0; }
  section.metaverse .top { transform: translateY(-99px); }
  section.feature .row { 
    flex-wrap: nowrap; 
    overflow-x: scroll; 
    padding-right: 80px; 
  }
  
  section.feature .row::-webkit-scrollbar { height: 1px; }
  section.shop { padding-top: 0; }
  footer a { font-size: 14px !important; }
  footer .para-1 p { font-size: 12px !important; }
}