@font-face {
    font-family: 'akira';
    src: url(../Fonts/Akira\ Expanded\ Demo.otf);
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding-top: 100px;
    height: 200vh;
    background: rgba(34,34,34,1) url(../Images/topographic.png) center / 250% no-repeat;
  }
  
  .promo-text {
    text-align: center;
    margin-bottom: 5px;
  }
  
  .promo-sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #fe9d34;
    margin-bottom: -8px;
    text-shadow: 0 4px 6px rgba(0,0,0,0.3);
    text-transform: uppercase;
  }
  
  .promo-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 54px;
    font-weight: bold;
    margin: 5px 0;
    color: #fff;
    text-shadow: 0 4px 6px rgba(0,0,0,0.3);
    text-transform: uppercase;
  }
  
  .promo-button {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-top: 5px;
    padding: 15px 31px;
    background: #f6a247;
    color: #000;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    text-transform: uppercase;
  }
  
  .mock-text {
    display: flex;
    position: absolute;
    justify-content: center;
    left: 8%;
    top: 40%;
    background: rgba(255,255,255,0.28);
    backdrop-filter: blur(6px);
    padding: 27px;
    width: 400px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  }
  
  .s15mock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    overflow: hidden;
    height: 600px;
    width: 94%;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.6);
  }
  
  .s15 {
    max-width: 100%;
    margin-top: -90px;
    display: block;
  }
  
  li a {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding-right: 25px;
    display: inline-block;
  }
  
  li a:hover {
    color: #ff931e;
    text-decoration: underline;
    text-decoration-color: #ff931e;
    text-underline-offset: 4.5px;
    text-decoration-thickness: 2.5px;
  }
  
  .head-arrivals {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 60px 0;
  }
  
  .line {
    flex: 1;
    height: 2px;
    background: #ff931e;
  }
  
  .head-arrivals h1 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 4px 6px rgba(0,0,0,0.6);
    white-space: nowrap;
  }
  
  .date {
    display: flex;
    justify-content: center;
    margin-top: -80px;
  }
  
  .date h1 {
    color: #dbdbdb;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .poster-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    justify-items: center;
    text-align: center;
    margin: 60px auto;
    max-width: 1300px;
    padding: 0 40px;
    box-sizing: border-box;
  }
  
  .poster-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .poster-box {
    position: relative;
    width: 250px;
    height: 340px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    cursor: pointer;
  }
  
  .poster-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
  }
  
  .poster-box2 {
    position: relative;
    width: 250px;
    height: 340px;
    background-color: rgba(255, 255, 255, 0.341);
    backdrop-filter: blur(14px);
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    cursor: pointer;
  }

  .poster-box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    justify-content: center;
    border-radius: 10px;
    filter: drop-shadow(black 0,2,2,0,0.25);
  }

  .poster-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    pointer-events: none;
  }
  
  .poster-icon {
    width: 50px;
    height: 50px;
    background: #fe9d34;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    opacity: 0;
  }
  
  .poster-icon img {
    width: 18px;
    height: 18px;
  }
  
  .poster-box:hover .poster-overlay {
    opacity: 1;
  }
  
  .poster-box:hover .poster-icon {
    opacity: 1;
  }
  
  .poster-title {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  
  .poster-price {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
    font-size: 14px;
    font-weight: bolder;
    color: #e8e8e8;
  }
  
  
  
  
  
  .shop-now {
    display: flex;
    justify-content: center;
  }
  
  .shop-button {
    width: 150px;
    height: 30px;
    background: #ff931e;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    text-align: center;
    text-decoration: none;
  }
  
  .shop-button a {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .section-line {
    margin-top: 70px;
  }
  
  .scroll-to-bottom {
    position: fixed;
    bottom: 20px; right: 20px;
    width: 50px; height: 50px;
    background: #fe9d34;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: transform .2s;
    position: fixed;
  }
  
  .scroll-to-bottom img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  
  .scroll-to-bottom:hover {
    transform: scale(1.1);
  }
  
  .scroll-alert {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
  }
  
  
  
 