/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
.social-buttons{
    position:fixed;
    left:32px;
    top:58%;
    transform:translateY(-50%);
    z-index:99998;

    display:flex;
    flex-direction:column;
    gap:18px;
}
.social-buttons img,
.social-buttons svg{
    width:34px;
    height:34px;
    object-fit:contain;
    display:block;
}


.social-buttons a{
    width:64px;
    height:64px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;
    text-decoration:none;

    background:#111;
    border:2px solid rgba(255,20,147,.45);

    transition:.25s ease;

    box-shadow:
        0 0 10px rgba(255,20,147,.45);
}

.social-buttons a:hover{
    transform:scale(1.12);

    border-color:#ff1493;

    box-shadow:
        0 0 12px #ff1493,
        0 0 28px rgba(255,20,147,.9);
}

.social-buttons img{
    width:34px;
    height:34px;

    filter:
        brightness(0)
        invert(1)
        drop-shadow(0 0 4px #ff1493)
        drop-shadow(0 0 10px #ff1493)
        drop-shadow(0 0 18px rgba(255,20,147,.85));

    transition:.25s ease;
}

.social-buttons a:hover img{
    filter:
        brightness(0)
        invert(1)
        drop-shadow(0 0 8px #ff1493)
        drop-shadow(0 0 18px #ff1493)
        drop-shadow(0 0 30px rgba(255,20,147,1));
}
@keyframes neonPulse{
    from{
        box-shadow:
            0 0 10px #ff1493,
            0 0 20px rgba(255,20,147,.6);
    }

    to{
        box-shadow:
            0 0 16px #ff1493,
            0 0 32px rgba(255,20,147,.9);
    }
}

.social-buttons a{
    animation:neonPulse 2.5s ease-in-out infinite alternate;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body,
figure {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* main CSS */
.page-loader {
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
}

.page-loader_logo-wrap {
  position: relative;
  width: 32rem;
  max-width: 90%;
}


.page-loader_logo {
  width: 100%;
}

.page-intro {
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  overflow: hidden;
  z-index: 999;
}

.page-intro_bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: rotateY(180deg);
  z-index: 0;
  opacity: 0.5;
}

.page-intro_overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(100px);
  z-index: 0;
}

.page-intro svg {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 90vw;
  height: auto;
  z-index: 9;
  visibility: hidden;
}

.van_menu {
  filter: blur(10px);
}
.section-main {
  background: #000;
  min-height: 100vh;
}

.coming-soon-content {
  min-height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon-image {
  max-width: 900px;
  width: 95%;
  height: auto;
}
.section-main {
  background: #000;
  min-height: 100vh;
}

.coming-soon-content {
  min-height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}



@keyframes subtleGlow {
  from {
    transform: scale(1);
    filter:
      drop-shadow(0 0 14px rgba(255, 47, 167, 0.55))
      drop-shadow(0 0 34px rgba(255, 47, 167, 0.65))
      drop-shadow(0 0 60px rgba(255, 47, 167, 0.45));
  }

  to {
    transform: scale(1.025);
    filter:
      drop-shadow(0 0 24px rgba(255, 47, 167, 0.95))
      drop-shadow(0 0 58px rgba(255, 47, 167, 0.9))
      drop-shadow(0 0 110px rgba(255, 47, 167, 0.75));
  }
  
}
.coming-soon-content {
  position: relative;
  min-height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.coming-soon-image {
}

@keyframes glowPulse {
  from {
    transform: scale(0.9);
    opacity: 0.55;
  }
  to {
    transform: scale(1.25);
    opacity: 1;
  }
}

@keyframes logoPulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.018);
  }
}
.coming-soon-image {
}

@keyframes neonFlicker {
  0%, 92%, 100% {
    opacity: 1;
  }

  93% {
    opacity: 0.88;
  }

  94% {
    opacity: 1;
  }

  95% {
    opacity: 0.72;
  }

  96% {
    opacity: 1;
  }

  97% {
    opacity: 0.9;
  }

  98% {
    opacity: 1;
  }
}
body::before {
  content: "";
  position: fixed;
  inset: 10px;
  border: 2px solid #ff2fa7;
  border-radius: 18px;
  pointer-events: none;
  z-index: 99999;
  box-shadow:
    0 0 8px rgba(255, 47, 167, 0.95),
    0 0 18px rgba(255, 47, 167, 0.75),
    0 0 38px rgba(255, 47, 167, 0.55),
    inset 0 0 12px rgba(255, 47, 167, 0.65);
  animation: borderNeonFlicker 4.5s infinite;
}

@keyframes borderNeonFlicker {
  0%, 88%, 100% {
    opacity: 1;
    box-shadow:
      0 0 8px rgba(255, 47, 167, 0.95),
      0 0 18px rgba(255, 47, 167, 0.75),
      0 0 38px rgba(255, 47, 167, 0.55),
      inset 0 0 12px rgba(255, 47, 167, 0.65);
  }

  89% {
    opacity: 0.55;
    box-shadow:
      0 0 4px rgba(255, 47, 167, 0.5),
      0 0 10px rgba(255, 47, 167, 0.35);
  }

  90% {
    opacity: 1;
  }

  92% {
    opacity: 0.7;
  }

  94% {
    opacity: 1;
  }
}
.menu-preview-btn {
  display: inline-block;
  padding: 16px 32px;
  min-width: 240px;
text-align: center;
  background: #ff1493;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 20px;
  border-radius: 999px;
  box-shadow: 0 0 15px #ff1493, 0 0 35px #ff1493;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu-preview-btn:hover {
  transform: scale(1.08);
}
.menu-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 20px 25px;
  background: #000;
}

.home-logo {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.home-logo img {
  max-width: 280px;
  width: 80%;
}
/* FIND THE TRUCK BUTTON */

.find-truck-btn{
    position:fixed;
    top:60px;
    right:60px;
    z-index:99999;

    display:block;
    text-decoration:none;

    transition:.25s ease;
}

.find-truck-btn img{
    width:130px;
    height:auto;
    display:block;

    filter:
        drop-shadow(0 0 8px #ff1493)
        drop-shadow(0 0 18px #ff1493)
        drop-shadow(0 0 30px rgba(255,20,147,.7));
}

.find-truck-btn span{
    display:block;
    margin-top:8px;

    color:#ffffff;
    font-size:.8rem;
    font-weight:700;
    text-align:center;

    text-shadow:
        0 0 4px #ff1493,
        0 0 10px #ff1493;
}

.find-truck-btn:hover{
    transform:scale(1.08);
}
/* MOBILE FIXES */
@media (max-width: 600px){

  body::before{
    inset:8px;
    border-radius:14px;
  }

  .home-logo{
    padding-top:35px;
  }

  .home-logo img{
    max-width:260px;
    width:75%;
  }

  .menu-buttons{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    padding:25px 18px 20px;
  }

  .menu-preview-btn{
    width:92%;
    max-width:340px;
    min-width:0;
    font-size:18px;
    padding:16px 18px;
    text-align:center;
  }

  .coming-soon-content{
    min-height:auto;
    padding:20px 12px 60px;
  }

  .coming-soon-image{
    width:100%;
    max-width:100%;
  }

  .find-truck-btn{
    top:14px;
    right:14px;
    width:auto;
    z-index:999999;
  }

  .find-truck-btn img{
    width:78px;
    height:auto;
    display:block;
    filter:
      drop-shadow(0 0 6px #ff1493)
      drop-shadow(0 0 14px #ff1493);
  }

  .find-truck-btn span{
    display:block;
    color:#fff;
    font-size:10px;
    font-weight:700;
    text-align:center;
    text-shadow:0 0 6px #ff1493;
  }

  .social-links{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:20px 0;
  }

  .social-links img{
    width:42px;
    height:42px;
    transition:.25s ease;
    filter:drop-shadow(0 0 6px #ff1493);
  }

  .social-links img:hover{
    transform:scale(1.15);
    filter:
      drop-shadow(0 0 8px #ff1493)
      drop-shadow(0 0 16px #ff1493);
  }

  .social-buttons{
    position:fixed;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    flex-direction:column;
    gap:12px;
    margin:0;
  }

  .social-buttons a{
    width:44px;
    height:44px;
  }

  .social-buttons img,
  .social-buttons svg{
    width:28px;
    height:28px;
  }
}
