/* ==============================
FAST ZA DELIVERIES
MOBILE-FIRST DESIGN
============================== */
#fastza-mobile {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
box-sizing: border-box;
–green: #39ff78;
–green-dark: #0d351b;
–black: #020503;
–black2: #071009;
–white: #ffffff;
–gray: #aebdb2;
background:
radial-gradient(
circle at 50% 0%,
#174d28 0%,
#08150b 38%,
#020503 78%
);
color: var(–white);
font-family:
-apple-system,
BlinkMacSystemFont,
“Segoe UI”,
Roboto,
Helvetica,
Arial,
sans-serif;
line-height: 1.5;
}
#fastza-mobile *,
#fastza-mobile *::before,
#fastza-mobile *::after {
box-sizing: border-box;
}
/* TOP CONTACT BAR */
#fastza-mobile .topbar {
width: 100%;
padding:
10px
16px
10px
16px;
text-align: center;
background: #010301;
border-bottom: 1px solid rgba(57,255,120,.18);
color: #d9e8dc;
font-size: 13px;
line-height: 1.5;
}
#fastza-mobile .topbar strong {
color: var(–green);
}
/* HEADER */
#fastza-mobile .header {
width: 100%;
padding:
18px
16px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(2,7,4,.82);
border-bottom: 1px solid rgba(255,255,255,.06);
}
#fastza-mobile .logo {
color: var(–green);
font-size: 20px;
font-weight: 900;
letter-spacing: .5px;
text-align: center;
text-shadow:
0 0 15px rgba(57,255,120,.4);
}
/* HERO */
#fastza-mobile .hero {
width: 100%;
padding:
65px
20px
70px;
text-align: center;
position: relative;
}
#fastza-mobile .leaf {
font-size: 58px;
margin-bottom: 16px;
filter:
drop-shadow(
0 0 18px
rgba(57,255,120,.5)
);
}
#fastza-mobile .hero h1 {
width: 100%;
margin: 0;
font-size: clamp(42px, 13vw, 82px);
line-height: .95;
font-weight: 950;
letter-spacing: 1px;
color: var(–green);
text-shadow:
0 0 10px rgba(57,255,120,.75),
0 0 30px rgba(57,255,120,.3);
overflow-wrap: anywhere;
}
#fastza-mobile .hero-text {
max-width: 600px;
margin:
25px auto
20px;
color: var(–gray);
font-size: 16px;
line-height: 1.65;
}
#fastza-mobile .phone {
margin: 20px 0 28px;
font-size: 19px;
font-weight: 800;
color: white;
}
/* BUTTONS */
#fastza-mobile .buttons {
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 12px;
max-width: 430px;
margin: 0 auto;
}
#fastza-mobile .button {
width: 100%;
min-height: 56px;
display: flex;
align-items: center;
justify-content: center;
padding: 15px 20px;
border-radius: 14px;
text-decoration: none !important;
color: white !important;
font-size: 17px;
font-weight: 800;
-webkit-tap-highlight-color: transparent;
transition:
transform .2s ease,
box-shadow .2s ease;
}
#fastza-mobile .button:active {
transform: scale(.97);
}
#fastza-mobile .whatsapp {
background: #20c968;
box-shadow:
0 8px 25px
rgba(32,201,104,.25);
}
#fastza-mobile .telegram {
background: #229ed9;
box-shadow:
0 8px 25px
rgba(34,158,217,.25);
}
/* SECTIONS */
#fastza-mobile .section {
width: 100%;
padding:
55px
16px;
}
#fastza-mobile .section-title {
text-align: center;
margin-bottom: 30px;
}
#fastza-mobile .section-title h2 {
margin: 0 0 8px;
color: var(–green);
font-size: clamp(28px, 8vw, 42px);
line-height: 1.1;
}
#fastza-mobile .section-title p {
margin: 0;
color: var(–gray);
font-size: 15px;
}
/* PRODUCT CARDS */
#fastza-mobile .cards {
width: 100%;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
max-width: 900px;
margin: 0 auto;
}
#fastza-mobile .card {
width: 100%;
min-height: 190px;
padding: 28px 20px;
border-radius: 20px;
text-align: center;
background:
linear-gradient(
145deg,
rgba(18,57,29,.9),
rgba(4,12,7,.95)
);
border:
1px solid
rgba(57,255,120,.15);
box-shadow:
0 12px 35px
rgba(0,0,0,.25);
}
#fastza-mobile .card-icon {
font-size: 42px;
margin-bottom: 10px;
}
#fastza-mobile .card h3 {
margin: 0 0 8px;
color: white;
font-size: 20px;
}
#fastza-mobile .card p {
margin: 0;
color: var(–gray);
font-size: 14px;
}
/* CONTACT */
#fastza-mobile .contact {
width: calc(100% – 32px);
max-width: 850px;
margin:
10px auto
55px;
padding:
45px
18px;
text-align: center;
border-radius: 24px;
background:
radial-gradient(
circle,
rgba(57,255,120,.12),
rgba(3,10,5,.96)
);
border:
1px solid
rgba(57,255,120,.2);
}
#fastza-mobile .contact h2 {
margin: 0 0 12px;
color: var(–green);
font-size: clamp(28px, 8vw, 42px);
line-height: 1.1;
}
#fastza-mobile .contact p {
color: var(–gray);
margin:
0 0
25px;
}
#fastza-mobile .contact-number {
color: white;
font-size: 18px;
font-weight: 800;
}
/* FOOTER */
#fastza-mobile .footer {
width: 100%;
padding:
28px
16px;
text-align: center;
background: #010301;
border-top:
1px solid
rgba(255,255,255,.06);
color: #718078;
font-size: 12px;
}
/* FLOATING WHATSAPP */
#fastza-mobile .floating-whatsapp {
position: fixed;
right: 16px;
bottom:
calc(
16px +
env(safe-area-inset-bottom)
);
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #20c968;
color: white !important;
text-decoration: none !important;
font-size: 27px;
box-shadow:
0 6px 25px
rgba(32,201,104,.45);
z-index: 99999;
-webkit-tap-highlight-color: transparent;
}
/* TABLETS */
@media (min-width: 600px) {
#fastza-mobile .buttons {
flex-direction: row;
max-width: 650px;
}
#fastza-mobile .button {
flex: 1;
}
#fastza-mobile .cards {
grid-template-columns:
repeat(2, 1fr);
}
}
/* DESKTOP */
@media (min-width: 900px) {
#fastza-mobile .header {
justify-content: center;
}
#fastza-mobile .hero {
padding-top: 95px;
padding-bottom: 100px;
}
#fastza-mobile .cards {
grid-template-columns:
repeat(3, 1fr);
}
#fastza-mobile .card {
transition:
transform .25s ease,
border-color .25s ease;
}
#fastza-mobile .card:hover {
transform: translateY(-7px);
border-color:
rgba(57,255,120,.5);
}
#fastza-mobile .button:hover {
transform: translateY(-3px);
}
}
/* VERY SMALL PHONES */
@media (max-width: 360px) {
#fastza-mobile .hero {
padding-left: 14px;
padding-right: 14px;
}
#fastza-mobile .section {
padding-left: 12px;
padding-right: 12px;
}
#fastza-mobile .hero h1 {
font-size: 39px;
}
#fastza-mobile .logo {
font-size: 18px;
}
}
FAST ZA
💬
🌿 FAST ZA DELIVERIES
🌿
FAST ZA
DELIVERIES
Welcome to FAST ZA DELIVERIES. Connect with us directly through WhatsApp or Telegram.
📱 +1 (423) 812-1815
EXPLORE
Featured categories
Flower
Featured selection.
Vapes
Featured vape products.
Edibles
Featured edible products.
Concentrates
Featured concentrates.
Accessories
Shop accessories.
New Arrivals
Check out what’s new.
WHY FAST ZA?
Simple. Convenient. Direct.
Fast Response
Contact us directly through your preferred messaging app.
Easy Contact
Text, WhatsApp or Telegram using one convenient number.
Direct Messaging
Tap a button and connect directly.
READY TO CONNECT?
Text / WhatsApp / Telegram
+1 (423) 812-1815