چای تازهدم
برای یک گپ طولانی
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| (یک نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
| خط ۹: | خط ۹: | ||
content="width=device-width, initial-scale=1.0"> | content="width=device-width, initial-scale=1.0"> | ||
<title>کافه پاتوق محمد | قهوه خانه | <title>کافه پاتوق محمد | قهوه خانه سنتی، چای، صبحانه و عصرانه</title> | ||
<meta name="description" | <meta name="description" | ||
content="کافه پاتوق محمد؛ قهوه خانه سنتی با چای، املت، عدسی، | content="کافه پاتوق محمد؛ قهوه خانه سنتی با حالوهوای صمیمی برای چای، املت، عدسی، صبحانه، عصرانه و دورهمی دوستانه. یک پاتوق متفاوت برای جوانها و علاقهمندان به فضای سنتی."> | ||
<meta name="keywords" | |||
content="کافه پاتوق محمد, قهوه خانه سنتی, کافه سنتی, چای, املت, عدسی, صبحانه, عصرانه, دورهمی, پاتوق جوانان"> | |||
<meta name="robots" | <meta name="robots" | ||
content="index, follow"> | content="index, follow"> | ||
<meta name="author" | |||
content="کافه پاتوق محمد"> | |||
<meta property="og:title" | |||
content="کافه پاتوق محمد | قهوه خانه سنتی"> | |||
<meta property="og:description" | |||
content="چای، صبحانه، املت، عدسی، عصرانه و دورهمی در کافه پاتوق محمد"> | |||
<meta property="og:type" | |||
content="website"> | |||
<meta name="theme-color" | |||
content="#11100e"> | |||
<link rel="preconnect" | <link rel="preconnect" | ||
| خط ۳۵: | خط ۵۴: | ||
/* ========================================================= | /* ========================================================= | ||
PATOGH MOHAMMAD | PATOGH MOHAMMAD | ||
MOBILE FIRST | MOBILE FIRST | ||
========================================================= */ | ========================================================= */ | ||
| خط ۴۱: | خط ۵۹: | ||
:root{ | :root{ | ||
--black:# | --black:#0d0c0a; | ||
--black-2:# | --black-2:#15130f; | ||
--black-3:# | --black-3:#211d16; | ||
-- | --gold:#d5aa45; | ||
-- | --gold-light:#f0d98c; | ||
--yellow:#e7c765; | |||
-- | --cream:#f5ecdb; | ||
-- | --cream-2:#fffaf0; | ||
-- | --brown:#79552f; | ||
--brown-light:#a67b43; | |||
-- | --text:#282219; | ||
--muted:#756a5b; | |||
-- | --white:#fff; | ||
--border:rgba( | --border: | ||
rgba(213,170,69,.28); | |||
--shadow: | --shadow: | ||
0 | 0 15px 40px rgba(0,0,0,.16); | ||
--container:1200px; | --container:1200px; | ||
| خط ۷۸: | خط ۹۵: | ||
*{ | *{ | ||
margin:0; | margin:0; | ||
padding:0; | padding:0; | ||
box-sizing:border-box; | |||
} | } | ||
| خط ۸۸: | خط ۱۰۵: | ||
body{ | body{ | ||
margin:0; | |||
font-family: | font-family: | ||
| خط ۱۰۲: | خط ۱۲۱: | ||
overflow-x:hidden; | overflow-x:hidden; | ||
font-size:16px; | |||
} | } | ||
| خط ۱۱۴: | خط ۱۳۵: | ||
a{ | a{ | ||
color:inherit; | |||
text-decoration:none; | text-decoration:none; | ||
} | |||
button, | |||
input{ | |||
font-family:inherit; | |||
} | } | ||
.container{ | |||
width: | |||
min( | |||
calc(100% - 28px), | |||
var(--container) | |||
); | |||
margin-inline:auto; | |||
} | |||
.section{ | |||
padding:65px 0; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
SECTION TITLE | |||
========================================================= */ | ========================================================= */ | ||
. | .section-title{ | ||
text-align:center; | |||
margin- | margin-bottom:35px; | ||
} | } | ||
.section-title .eyebrow{ | |||
.section-title . | |||
display:block; | display:block; | ||
| خط ۱۷۶: | خط ۱۷۹: | ||
color:var(--gold); | color:var(--gold); | ||
font-size:. | font-size:.9rem; | ||
font-weight:800; | font-weight:800; | ||
margin-bottom:6px; | |||
margin-bottom: | |||
} | } | ||
.section-title h2{ | .section-title h2{ | ||
font-family: | |||
"Lalezar", | |||
"Vazirmatn", | |||
sans-serif; | |||
font-size: | font-size: | ||
clamp(1. | clamp( | ||
1.9rem, | |||
6vw, | |||
2.7rem | |||
); | |||
font-weight:400; | |||
color:var(--black); | |||
line-height:1.45; | |||
} | } | ||
.section-title p{ | .section-title p{ | ||
max-width: | max-width:680px; | ||
margin: | margin:9px auto 0; | ||
color:var(--muted); | color:var(--muted); | ||
font-size:. | font-size:.95rem; | ||
line-height:2; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
TOP | TOP BAR | ||
========================================================= */ | ========================================================= */ | ||
. | .topbar{ | ||
background:var(--black); | background:var(--black); | ||
| خط ۲۲۱: | خط ۲۳۱: | ||
color:var(--gold-light); | color:var(--gold-light); | ||
border-bottom:1px solid var(--border); | border-bottom: | ||
1px solid var(--border); | |||
text-align:center; | |||
padding:8px 10px; | |||
font-size:.78rem; | |||
} | |||
.topbar i{ | |||
margin-left:5px; | |||
color:var(--yellow); | color:var(--yellow); | ||
} | } | ||
| خط ۲۴۴: | خط ۲۵۳: | ||
========================================================= */ | ========================================================= */ | ||
.header{ | .site-header{ | ||
position:sticky; | position:sticky; | ||
| خط ۲۶۲: | خط ۲۶۱: | ||
z-index:1000; | z-index:1000; | ||
border-bottom:1px solid var(--border); | background: | ||
rgba(13,12,10,.97); | |||
color:#fff; | |||
border-bottom: | |||
1px solid var(--border); | |||
box-shadow: | box-shadow: | ||
| خط ۲۸۱: | خط ۲۸۶: | ||
} | } | ||
. | .logo{ | ||
display:flex; | display:flex; | ||
| خط ۲۸۷: | خط ۲۹۲: | ||
align-items:center; | align-items:center; | ||
gap: | gap:9px; | ||
} | } | ||
. | .logo-icon{ | ||
width:43px; | |||
height:43px; | |||
border:2px solid var(--gold); | border:2px solid var(--gold); | ||
border-radius:50%; | |||
display:grid; | display:grid; | ||
| خط ۳۰۶: | خط ۳۰۹: | ||
place-items:center; | place-items:center; | ||
color:var(--gold-light); | |||
font-size:1.05rem; | |||
} | } | ||
. | .logo-text{ | ||
display:flex; | display:flex; | ||
| خط ۳۱۸: | خط ۳۲۰: | ||
flex-direction:column; | flex-direction:column; | ||
line-height:1. | line-height:1.35; | ||
} | } | ||
. | .logo-text strong{ | ||
font-family:"Lalezar","Vazirmatn",sans-serif; | font-family: | ||
"Lalezar", | |||
"Vazirmatn", | |||
sans-serif; | |||
color:var(--gold-light); | color:var(--gold-light); | ||
font-size:1. | font-size:1.3rem; | ||
font-weight:400; | font-weight:400; | ||
} | } | ||
. | .logo-text span{ | ||
color:# | color:#9d9587; | ||
font-size:. | font-size:.66rem; | ||
} | } | ||
.desktop- | .desktop-nav{ | ||
display:none; | display:none; | ||
} | } | ||
.header- | .header-cta{ | ||
display:none; | display:none; | ||
| خط ۳۵۱: | خط ۳۵۶: | ||
/* ========================================================= | /* ========================================================= | ||
BANNER | |||
========================================================= */ | ========================================================= */ | ||
. | .banner-section{ | ||
background:#080807; | |||
padding:10px; | |||
border-bottom: | |||
1px solid var(--border); | |||
} | |||
.banner{ | |||
width:100%; | |||
max-width:1500px; | |||
min-height:190px; | |||
max-height:520px; | |||
margin:auto; | |||
background:#11100e; | |||
border-radius:17px; | |||
overflow:hidden; | |||
position:relative; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
} | |||
.banner img{ | |||
width:100%; | |||
height:auto; | |||
max-height:520px; | |||
. | object-fit:contain; | ||
object-position:center; | |||
} | |||
.banner::after{ | |||
content:""; | content:""; | ||
| خط ۴۰۸: | خط ۴۱۵: | ||
position:absolute; | position:absolute; | ||
inset:0; | |||
border: | |||
1px solid | |||
rgba(213,170,69,.35); | |||
border-radius:17px; | |||
pointer-events:none; | |||
} | |||
.banner-label{ | |||
position:absolute; | |||
right:15px; | |||
bottom:14px; | |||
background: | |||
rgba(10,9,7,.82); | |||
color:var(--gold-light); | |||
padding:6px 12px; | |||
border-radius:8px; | |||
border: | |||
1px solid var(--border); | |||
font-size:.72rem; | |||
font-weight:700; | |||
} | } | ||
/* ========================================================= | |||
HERO | |||
========================================================= */ | |||
.hero | .hero{ | ||
min-height:610px; | |||
position:relative; | |||
overflow:hidden; | |||
display:flex; | display:flex; | ||
| خط ۴۵۷: | خط ۴۶۸: | ||
align-items:center; | align-items:center; | ||
color:#fff; | |||
background-color:#17130e; | |||
} | |||
/* | |||
تصویر محیط کافه | |||
عمداً محو شده | |||
*/ | |||
.hero-bg{ | |||
position:absolute; | |||
inset:0; | |||
width:100%; | |||
height:100%; | |||
object-fit:cover; | |||
object-position:center; | |||
filter: | |||
blur(5px); | |||
transform:scale(1.06); | |||
opacity:.58; | |||
} | } | ||
/* لایه تاریک روی تصویر */ | |||
.hero | .hero::before{ | ||
content:""; | |||
position:absolute; | |||
inset:0; | |||
background: | |||
linear-gradient( | |||
90deg, | |||
rgba(8,7,5,.94), | |||
rgba(8,7,5,.68), | |||
rgba(8,7,5,.82) | |||
); | |||
z-index:1; | |||
} | |||
/* لکه نور */ | |||
.hero | .hero::after{ | ||
content:""; | |||
position:absolute; | |||
width:420px; | |||
height:420px; | |||
border-radius:50%; | |||
background: | |||
radial-gradient( | |||
circle, | |||
rgba(213,170,69,.15), | |||
transparent 68% | |||
); | |||
left:-120px; | |||
bottom:-180px; | |||
z-index:1; | |||
} | |||
.hero-inner{ | |||
position:relative; | |||
z-index:2; | |||
width:100%; | |||
min-height:610px; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
text-align:center; | |||
} | } | ||
. | .hero-content{ | ||
max-width:760px; | |||
margin:auto; | |||
} | } | ||
. | .hero-badge{ | ||
display:inline-flex; | |||
align-items:center; | |||
gap:7px; | |||
padding:7px 13px; | |||
border-radius:30px; | |||
color:var(--gold-light); | |||
background: | |||
rgba(213,170,69,.1); | |||
. | border: | ||
1px solid | |||
rgba(213,170,69,.35); | |||
font-size:.75rem; | |||
font-weight:700; | |||
margin-bottom:18px; | |||
} | |||
.hero h1{ | |||
font-family: | |||
"Lalezar", | |||
"Vazirmatn", | |||
sans-serif; | |||
font-size: | |||
clamp( | |||
2.65rem, | |||
10vw, | |||
5.2rem | |||
); | |||
font-weight:400; | |||
line-height:1.25; | |||
margin-bottom:14px; | |||
color:#fff; | |||
} | } | ||
.hero h1 span{ | |||
color:var(--gold-light); | |||
} | |||
.hero-text{ | |||
color: | color:#e4dccd; | ||
font-size: | |||
clamp( | |||
.98rem, | |||
3.5vw, | |||
1.15rem | |||
); | |||
line-height:2; | |||
max-width:680px; | |||
margin:0 auto 24px; | |||
} | } | ||
. | .hero-actions{ | ||
display:flex; | display:flex; | ||
flex-direction:column; | |||
align-items:stretch; | |||
gap:10px; | |||
max-width:400px; | |||
margin:auto; | |||
} | } | ||
. | .btn{ | ||
min-height:52px; | |||
padding:11px 20px; | |||
border-radius:11px; | |||
display:inline-flex; | |||
justify-content:center; | |||
align-items:center; | |||
gap:8px; | |||
font-size:.88rem; | |||
font-weight:800; | |||
transition:.2s ease; | |||
} | } | ||
. | .btn-gold{ | ||
background:var(--gold); | |||
color:#15120c; | |||
box-shadow: | |||
0 8px 25px | |||
rgba(213,170,69,.22); | |||
} | } | ||
. | .btn-gold:hover{ | ||
background:var(--gold-light); | |||
transform:translateY(-2px); | |||
} | } | ||
. | .btn-outline{ | ||
border: | |||
1px solid | |||
rgba(255,255,255,.55); | |||
color:#fff; | |||
background: | |||
rgba(0,0,0,.18); | |||
} | |||
.btn-outline:hover{ | |||
border-color:var(--gold); | |||
color:var(--gold-light); | |||
} | |||
.hero-trust{ | |||
margin-top:25px; | |||
display:flex; | |||
content: | justify-content:center; | ||
align-items:center; | |||
gap:10px; | |||
color:#aaa294; | |||
font-size:.72rem; | |||
} | |||
.trust-icons{ | |||
display:flex; | |||
direction:ltr; | |||
} | } | ||
. | .trust-icons span{ | ||
width:30px; | |||
height:30px; | |||
margin- | margin-left:-7px; | ||
border-radius:50%; | |||
background:#67563b; | |||
border:2px solid #1b1812; | |||
display:grid; | |||
place-items:center; | |||
color:# | color:#fff; | ||
font-size:. | font-size:.65rem; | ||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
BENEFITS | |||
========================================================= */ | ========================================================= */ | ||
. | .benefits{ | ||
position:relative; | |||
z-index:5; | |||
margin-top:-35px; | |||
} | } | ||
. | .benefit-box{ | ||
background:var(--cream-2); | |||
border-radius:20px; | |||
box-shadow: | |||
0 15px 45px rgba(0,0,0,.14); | |||
border: | border: | ||
1px solid | |||
rgba(121,85,47,.15); | |||
padding:15px; | |||
display:grid; | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
gap:5px; | |||
} | |||
.benefit{ | |||
padding:17px 9px; | |||
text-align:center; | |||
border-left: | |||
1px solid | |||
rgba(121,85,47,.13); | |||
} | } | ||
. | .benefit:nth-child(2n){ | ||
border-left:0; | |||
} | |||
.benefit i{ | |||
width:48px; | |||
height:48px; | |||
border-radius:50%; | |||
background:#eee4d1; | |||
color:var(--brown); | |||
display:grid; | display:grid; | ||
place-items:center; | |||
margin:0 auto 9px; | |||
font-size:1.05rem; | |||
} | } | ||
. | .benefit h3{ | ||
font-size:.9rem; | |||
margin-bottom:2px; | |||
color:var(--black); | |||
} | |||
.benefit p{ | |||
font-size:.7rem; | |||
color:var(--muted); | |||
line-height:1.7; | |||
} | } | ||
/* ========================================================= | |||
CATEGORIES | |||
========================================================= */ | |||
.categories{ | |||
background:var(--cream-2); | |||
} | |||
.category-grid{ | |||
display:grid; | display:grid; | ||
grid-template-columns: | |||
repeat(2,1fr); | |||
gap:10px; | |||
} | } | ||
. | .category-card{ | ||
position:relative; | |||
height:175px; | |||
overflow:hidden; | |||
border-radius:15px; | |||
background:#272119; | |||
box-shadow: | |||
0 8px 25px rgba(0,0,0,.09); | |||
} | } | ||
. | .category-card img{ | ||
width:100%; | |||
height:100%; | |||
object-fit:cover; | |||
object-position:center; | |||
transition:.3s ease; | |||
} | } | ||
. | .category-card::after{ | ||
content:""; | |||
position:absolute; | |||
inset:0; | |||
background: | |||
linear-gradient( | |||
to top, | |||
rgba(0,0,0,.78), | |||
rgba(0,0,0,.04) | |||
); | |||
} | } | ||
.category-name{ | |||
position:absolute; | |||
right:13px; | |||
bottom:12px; | |||
z-index:2; | |||
color:#fff; | color:#fff; | ||
font-size:.9rem; | |||
font-weight:800; | |||
} | } | ||
. | .category-name i{ | ||
color:var(--gold-light); | |||
margin-left:5px; | |||
} | } | ||
/* ========================================================= | |||
POPULAR MENU | |||
========================================================= */ | |||
.popular{ | |||
background:var(--cream); | |||
background | |||
} | } | ||
. | .products-grid{ | ||
height: | display:grid; | ||
grid-template-columns: | |||
repeat(2,1fr); | |||
gap:12px; | |||
} | |||
.product-card{ | |||
background:#fff; | |||
border-radius:15px; | |||
overflow:hidden; | |||
border: | |||
1px solid | |||
rgba(121,85,47,.14); | |||
box-shadow: | |||
0 7px 25px rgba(0,0,0,.07); | |||
position:relative; | |||
} | |||
.product-image{ | |||
height:170px; | |||
background:# | background:#e8ddc9; | ||
display:flex; | display:flex; | ||
| خط ۹۳۵: | خط ۱٬۰۰۵: | ||
justify-content:center; | justify-content:center; | ||
overflow:hidden; | overflow:hidden; | ||
} | } | ||
. | .product-image img{ | ||
width:100%; | width:100%; | ||
| خط ۹۴۷: | خط ۱٬۰۱۵: | ||
height:100%; | height:100%; | ||
object-fit: | object-fit:cover; | ||
object-position:center; | object-position:center; | ||
} | } | ||
. | .product-badge{ | ||
position:absolute; | |||
top:9px; | |||
right:9px; | |||
background:var(--gold); | |||
color:#19150d; | |||
border-radius:7px; | |||
padding:3px 7px; | |||
font-size:.63rem; | |||
font- | font-weight:800; | ||
} | } | ||
.product-info{ | |||
padding:13px; | |||
} | |||
.product-info h3{ | |||
color:var(--black); | |||
font-size:.95rem; | |||
margin-bottom:3px; | |||
} | } | ||
. | .product-info p{ | ||
color:var(--muted); | |||
font-size:.7rem; | |||
line-height:1.7; | |||
min-height:42px; | |||
} | } | ||
. | .rating{ | ||
margin:7px 0; | |||
color:#d89f22; | |||
font-size:.65rem; | |||
} | |||
.rating span{ | |||
color:#8c8273; | |||
margin-right:4px; | |||
} | } | ||
. | .product-bottom{ | ||
display:flex; | |||
align-items:center; | |||
justify-content:space-between; | |||
gap:7px; | |||
} | |||
.price{ | |||
color:var(--brown); | |||
font-size:.78rem; | |||
font-weight:900; | |||
white-space:nowrap; | |||
} | } | ||
. | .buy-btn{ | ||
background:var(--black); | |||
color:var(-- | color:var(--gold-light); | ||
border:0; | |||
border-radius:8px; | |||
padding:7px 9px; | |||
font-size:.66rem; | |||
font- | font-weight:700; | ||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
SPECIAL OFFER | |||
========================================================= */ | ========================================================= */ | ||
. | .offer{ | ||
padding:25px 0; | |||
background:var(--cream); | |||
} | |||
.offer-box{ | |||
min-height:220px; | |||
border-radius:22px; | |||
overflow:hidden; | overflow:hidden; | ||
position:relative; | |||
display:flex; | |||
align-items:center; | |||
background: | |||
linear-gradient( | |||
90deg, | |||
rgba(15,13,9,.95), | |||
rgba(37,29,18,.83) | |||
); | |||
} | |||
.offer-image{ | |||
position:absolute; | position:absolute; | ||
inset:0; | |||
width:100%; | |||
height:100%; | |||
object-fit:cover; | |||
opacity:.27; | |||
} | } | ||
. | .offer-content{ | ||
position:relative; | position:relative; | ||
z-index:2; | |||
padding:30px 25px; | |||
max-width:650px; | |||
} | } | ||
. | .offer-label{ | ||
display:inline-block; | |||
background:var(--gold); | |||
color:#1a150d; | |||
border-radius:7px; | |||
padding:4px 9px; | |||
. | font-size:.68rem; | ||
font-weight:900; | |||
margin-bottom:8px; | |||
} | } | ||
. | .offer h2{ | ||
color:var(--gold-light); | |||
font-family: | |||
"Lalezar", | |||
"Vazirmatn", | |||
sans-serif; | |||
font-weight:400; | |||
. | font-size: | ||
clamp( | |||
1.8rem, | |||
6vw, | |||
2.8rem | |||
); | |||
height: | line-height:1.4; | ||
} | |||
.offer p{ | |||
color:#d0c5b3; | |||
font-size:.82rem; | |||
line-height:2; | |||
margin-bottom:15px; | |||
} | } | ||
/* ========================================================= | |||
ATMOSPHERE | |||
========================================================= */ | |||
.atmosphere{ | |||
background:var(--black); | |||
color:#fff; | |||
} | |||
.atmosphere .section-title h2{ | |||
color:#fff; | |||
} | } | ||
. | .atmosphere .section-title p{ | ||
color:#aaa093; | |||
} | |||
.atmosphere-grid{ | |||
display:grid; | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
gap:10px; | |||
} | |||
.atmosphere-card{ | |||
min-height:175px; | |||
padding:20px 15px; | |||
border: | |||
1px solid | |||
var(--border); | |||
border-radius: | border-radius:15px; | ||
background: | |||
linear-gradient( | |||
145deg, | |||
#252118, | |||
#15130f | |||
); | |||
} | } | ||
.atmosphere-card i{ | |||
color:var(--gold); | |||
font-size:1.45rem; | |||
margin-bottom:9px; | |||
} | } | ||
. | .atmosphere-card h3{ | ||
color:#fff; | |||
font-size:.95rem; | |||
margin-bottom:5px; | |||
} | } | ||
. | .atmosphere-card p{ | ||
color:#aaa092; | |||
font-size:.73rem; | |||
line-height:1.9; | |||
} | } | ||
/* ========================================================= | |||
BLOG | |||
========================================================= */ | |||
.blog{ | |||
background:var(--cream-2); | |||
} | |||
.blog-grid{ | |||
display:grid; | display:grid; | ||
grid-template-columns:1fr; | |||
gap:14px; | |||
} | |||
.blog-card{ | |||
background:#fff; | |||
border-radius:16px; | |||
overflow:hidden; | |||
border: | |||
1px solid | |||
rgba(121,85,47,.13); | |||
box-shadow: | |||
0 8px 25px rgba(0,0,0,.07); | |||
} | } | ||
.blog-image{ | |||
height:190px; | |||
background:#ddd0ba; | |||
overflow:hidden; | |||
} | |||
.blog-image img{ | |||
width:100%; | |||
height:100%; | |||
object-fit:cover; | |||
object-position:center; | |||
} | |||
.blog-content{ | |||
padding: | padding:17px; | ||
} | } | ||
. | .blog-content .date{ | ||
color:var(--brown-light); | |||
font-size:.68rem; | |||
font-size: | |||
} | } | ||
. | .blog-content h3{ | ||
font-size:1rem; | |||
color:var(--black); | |||
margin:5px 0; | |||
line-height:1.7; | |||
} | } | ||
. | .blog-content p{ | ||
color:var(--muted); | |||
font-size:.76rem; | |||
line-height:1.9; | |||
} | } | ||
.read-more{ | |||
display:inline-flex; | |||
align-items:center; | |||
gap:6px; | |||
color: | margin-top:10px; | ||
color:var(--brown); | |||
font-size:.73rem; | |||
font-weight:800; | |||
} | } | ||
/* ========================================================= | |||
CTA | |||
========================================================= */ | |||
.cta{ | |||
background: | |||
linear-gradient( | |||
rgba(11,10,8,.92), | |||
rgba(11,10,8,.92) | |||
), | |||
. | url("IMAGE-CAFE-INTERIOR.jpg"); | ||
background-size:cover; | |||
background-position:center; | |||
color:#fff; | |||
text-align:center; | |||
padding:75px 15px; | |||
} | } | ||
. | .cta h2{ | ||
font-family: | |||
"Lalezar", | |||
"Vazirmatn", | |||
sans-serif; | |||
font-size:. | font-size: | ||
clamp( | |||
2.1rem, | |||
8vw, | |||
3.4rem | |||
); | |||
color:var(--gold-light); | |||
font-weight:400; | |||
margin-bottom:8px; | |||
} | } | ||
. | .cta p{ | ||
max-width:650px; | |||
margin:0 auto 22px; | |||
color:#c5baaa; | |||
font-size:.88rem; | |||
line-height:2; | |||
} | } | ||
. | .cta-actions{ | ||
display:flex; | |||
flex-direction:column; | |||
gap:10px; | |||
max-width:400px; | |||
margin:auto; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
FOOTER | |||
========================================================= */ | ========================================================= */ | ||
. | .footer{ | ||
background:#0a0907; | |||
color:#fff; | |||
padding:50px 0 90px; | |||
border-top: | |||
1px solid var(--border); | |||
} | |||
.footer-grid{ | |||
display:grid; | display:grid; | ||
grid-template-columns: | grid-template-columns:1fr; | ||
gap:30px; | |||
} | |||
.footer h3{ | |||
color:var(--gold-light); | |||
font-family: | |||
"Lalezar", | |||
"Vazirmatn", | |||
sans-serif; | |||
font-weight:400; | |||
font-size:1.25rem; | |||
margin-bottom:8px; | |||
} | |||
.footer p, | |||
.footer li{ | |||
color:#918879; | |||
font-size:.78rem; | |||
line-height:2; | |||
} | } | ||
. | .footer ul{ | ||
list-style:none; | |||
display:grid; | |||
gap:5px; | |||
} | } | ||
.footer li i{ | |||
width:20px; | |||
color:var(--gold); | |||
} | |||
.footer-social{ | |||
display:flex; | |||
gap:8px; | |||
margin-top:14px; | |||
} | |||
.footer-social a{ | |||
width:38px; | |||
height:38px; | |||
display:grid; | |||
place-items:center; | |||
border: | |||
1px solid var(--border); | |||
border-radius:50%; | |||
color:var(--gold-light); | |||
} | |||
.footer-bottom{ | |||
. | border-top: | ||
1px solid | |||
rgba(213,170,69,.12); | |||
margin-top:30px; | |||
padding-top:18px; | |||
text-align:center; | |||
color:#6f685d; | |||
font-size:.68rem; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
MOBILE BOTTOM NAV | |||
========================================================= */ | ========================================================= */ | ||
.mobile-nav{ | |||
position:fixed; | |||
right:0; | |||
bottom:0; | |||
left:0; | |||
height:67px; | |||
background:#11100e; | |||
border-top: | |||
1px solid var(--border); | |||
z-index:9999; | |||
display:grid; | |||
grid-template-columns: | |||
repeat(5,1fr); | |||
box-shadow: | |||
0 -6px 25px rgba(0,0,0,.3); | |||
} | |||
.mobile-nav a{ | |||
display:flex; | |||
flex-direction:column; | |||
align-items:center; | |||
justify-content:center; | |||
gap:3px; | |||
color:#8e8678; | |||
font-size:.63rem; | |||
font-weight:600; | |||
} | |||
.mobile-nav i{ | |||
font-size:1rem; | |||
} | |||
.mobile-nav a.active{ | |||
color:var(--gold-light); | |||
} | |||
/* ========================================================= | |||
TABLET | |||
========================================================= */ | |||
@media (min-width:600px){ | |||
.banner{ | |||
min-height:250px; | |||
} | } | ||
.hero- | .hero-actions{ | ||
flex-direction:row; | |||
justify-content:center; | |||
max-width:none; | |||
} | } | ||
. | .btn{ | ||
min-width:160px; | |||
} | } | ||
. | .benefit-box{ | ||
grid-template-columns: | |||
repeat(4,1fr); | |||
padding:8px; | |||
} | } | ||
. | .benefit{ | ||
border-left: | |||
1px solid | |||
rgba(121,85,47,.13); | |||
} | } | ||
. | .benefit:nth-child(2n){ | ||
border-left: | |||
1px solid | |||
rgba(121,85,47,.13); | |||
} | } | ||
. | .benefit:last-child{ | ||
border-left:0; | |||
} | } | ||
. | .category-grid{ | ||
grid-template-columns: | grid-template-columns: | ||
repeat( | repeat(5,1fr); | ||
} | } | ||
. | .products-grid{ | ||
grid-template-columns: | |||
repeat(3,1fr); | |||
} | } | ||
. | .atmosphere-grid{ | ||
grid-template-columns: | grid-template-columns: | ||
| خط ۱٬۶۴۳: | خط ۱٬۷۳۵: | ||
} | } | ||
. | .blog-grid{ | ||
grid-template-columns: | |||
repeat(3,1fr); | |||
} | } | ||
. | .cta-actions{ | ||
flex-direction:row; | |||
justify-content:center; | |||
max-width:none; | |||
} | } | ||
} | |||
/* ========================================================= | |||
DESKTOP | |||
========================================================= */ | |||
@media (min-width:900px){ | |||
body{ | |||
font-size:17px; | |||
} | } | ||
.section{ | |||
padding:90px 0; | |||
} | |||
. | .banner-section{ | ||
padding:14px; | |||
} | } | ||
.banner{ | |||
min-height:320px; | |||
border-radius:20px; | |||
} | } | ||
.banner::after{ | |||
border-radius:20px; | |||
} | } | ||
.desktop-nav{ | |||
display:flex; | |||
align-items:center; | |||
gap:24px; | |||
} | |||
.desktop-nav a{ | |||
color:#bdb4a5; | |||
font-size:.8rem; | |||
font-weight:600; | |||
transition:.2s; | |||
} | |||
.desktop-nav a:hover{ | |||
color:var(--gold-light); | |||
} | |||
.header-cta{ | |||
display:inline-flex; | |||
align-items:center; | |||
gap:7px; | |||
border: | |||
1px solid var(--border); | |||
border-radius:9px; | |||
color:var(--gold-light); | |||
padding:8px 13px; | |||
font-size:.72rem; | |||
font-weight:700; | |||
} | |||
.hero{ | |||
min-height:690px; | |||
} | |||
.hero-inner{ | |||
min-height:690px; | |||
} | |||
.hero-text{ | |||
font-size:1.08rem; | |||
} | |||
.benefits{ | |||
margin-top:-45px; | |||
} | |||
.benefit-box{ | |||
padding:10px; | |||
} | |||
.benefit{ | |||
padding:18px; | |||
} | |||
.benefit h3{ | |||
font-size:.95rem; | |||
} | |||
.benefit p{ | |||
font-size:.73rem; | |||
} | |||
.category-card{ | |||
height:220px; | |||
} | |||
.products-grid{ | |||
grid-template-columns: | |||
repeat(4,1fr); | |||
} | |||
.product-image{ | |||
height:220px; | |||
} | |||
.product-info{ | |||
padding:15px; | |||
} | |||
.product-info h3{ | |||
font-size:1rem; | |||
} | |||
.product-info p{ | |||
font-size:.72rem; | |||
} | |||
.blog-image{ | |||
height:220px; | |||
} | |||
.footer{ | |||
padding-bottom:45px; | |||
} | |||
.footer-grid{ | |||
grid-template-columns: | |||
1.5fr 1fr 1fr; | |||
} | |||
.mobile-nav{ | |||
display:none; | |||
} | |||
} | |||
/* ========================================================= | |||
LARGE DESKTOP | |||
========================================================= */ | |||
@media (min-width:1200px){ | |||
.hero h1{ | |||
font-size:5.2rem; | |||
} | |||
.hero{ | |||
min-height:720px; | |||
} | |||
.hero-inner{ | |||
min-height:720px; | |||
} | |||
.banner{ | |||
min-height:350px; | |||
} | |||
} | |||
/* ========================================================= | |||
ACCESSIBILITY | |||
========================================================= */ | |||
@media (prefers-reduced-motion:reduce){ | |||
html{ | |||
scroll-behavior:auto; | |||
} | |||
*, | |||
*::before, | |||
*::after{ | |||
animation:none !important; | |||
transition:none !important; | |||
} | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<!-- ===================================================== | |||
TOP BAR | |||
===================================================== --> | |||
<div class="topbar"> | |||
<i class="fa-solid fa-mug-hot"></i> | |||
یه چای، یه گپ، یه پاتوق خوب... | |||
</div> | |||
<!-- ===================================================== | |||
HEADER | |||
===================================================== --> | |||
< | <header class="site-header"> | ||
<div class="container header-inner"> | |||
< | <a href="#home" | ||
class="logo" | |||
aria-label="کافه پاتوق محمد"> | |||
< | <span class="logo-icon"> | ||
<i class="fa-solid fa-mug-hot"></i> | |||
</span> | |||
<span class="logo-text"> | |||
<strong> | |||
کافه پاتوق محمد | |||
</strong> | |||
<span> | |||
قهوه خانه سنتی و دورهمی | |||
</span> | |||
</span> | |||
</a> | |||
</ | |||
< | <nav class="desktop-nav" | ||
aria-label="منوی اصلی"> | |||
<a href="#home"> | |||
خانه | |||
</a> | |||
<a href="#menu"> | |||
منو | |||
</a> | |||
< | <a href="#why"> | ||
درباره پاتوق | |||
</a> | |||
< | <a href="#gallery"> | ||
فضای کافه | |||
</a> | |||
<a href="#blog"> | |||
مجله پاتوق | |||
</a> | |||
<a href="#contact"> | |||
تماس | |||
</a> | |||
< | </nav> | ||
<a href="#menu" | |||
class="header-cta"> | |||
< | <i class="fa-solid fa-utensils"></i> | ||
مشاهده منو | |||
</a> | |||
</div> | |||
</header> | |||
<main> | |||
<!-- ===================================================== | |||
TOP BANNER | |||
===================================================== --> | |||
<section class="banner-section" | |||
aria-label="بنر کافه پاتوق محمد"> | |||
<div class="container"> | |||
<div class="banner"> | |||
< | <img | ||
src="https://dl.faraghaib.ir/m/260012-01/baner-01-01.png" | |||
alt="بنر تبلیغاتی کافه پاتوق محمد" | |||
loading="eager" | |||
> | |||
<span class="banner-label"> | |||
< | <i class="fa-solid fa-mug-hot"></i> | ||
کافه پاتوق محمد | |||
</ | </span> | ||
</div> | |||
</div> | |||
</section> | |||
<!-- ===================================================== | |||
HERO | |||
===================================================== --> | |||
<section class="hero" | |||
id="home" | |||
aria-labelledby="hero-title"> | |||
<!-- | |||
تصویر محیط کافه | |||
تصویر عمداً با CSS محو میشود | |||
--> | |||
<img | |||
class="hero-bg" | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-01.jpg" | |||
alt="" | |||
aria-hidden="true" | |||
> | |||
<div class="container hero-inner"> | |||
<div class="hero-content"> | |||
<div class="hero-badge"> | |||
<i class="fa-solid fa-star"></i> | |||
یک پاتوق متفاوت برای آدمهای متفاوت | |||
</div> | |||
< | <h1 id="hero-title"> | ||
< | اینجا فقط | ||
<span> | |||
چای نمیخوری... | |||
</span> | |||
</h1> | |||
< | <p class="hero-text"> | ||
اینجا جایی برای چند دقیقه فاصله گرفتن از | |||
شلوغی روزمره است؛ | |||
برای یک چای داغ، صبحانه، املت، عدسی، | |||
عصرانه و البته یک گپ دوستانه. | |||
</p> | </p> | ||
<div class="hero-actions"> | |||
<a href="#menu" | |||
class="btn btn-gold"> | |||
<i class="fa-solid fa-utensils"></i> | |||
مشاهده منو | |||
</a> | |||
<a href="#why" | |||
class="btn btn-outline"> | |||
درباره پاتوق | |||
<i class="fa-solid fa-arrow-left"></i> | |||
< | </a> | ||
</div> | |||
<div class="hero-trust"> | |||
<div class="trust-icons"> | |||
</ | <span> | ||
<i class="fa-solid fa-user"></i> | |||
</span> | |||
< | <span> | ||
<i class="fa-solid fa-user"></i> | |||
</ | </span> | ||
<span> | |||
<i class="fa-solid fa-user"></i> | |||
</span> | |||
<span> | |||
<i class="fa-solid fa-user"></i> | |||
</span> | |||
< | </div> | ||
<span> | |||
جای رفیقبازی و دورهمی | |||
</span> | |||
</div> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- ===================================================== | |||
BENEFITS | |||
===================================================== --> | |||
<section class="benefits" | |||
aria-label="مزایای کافه پاتوق محمد"> | |||
<div class="container"> | |||
<div class="benefit-box"> | |||
<article class="benefit"> | |||
<i class="fa-solid fa-mug-hot"></i> | |||
</ | <h3> | ||
چای تازهدم | |||
</h3> | |||
<p> | |||
برای یک گپ طولانی | |||
</p> | |||
</article> | |||
<article class="benefit"> | |||
<i class="fa-solid fa-egg"></i> | |||
< | <h3> | ||
صبحانه و املت | |||
</h3> | |||
<p> | |||
شروع خوشمزه روز | |||
</p> | |||
</article> | |||
<article class="benefit"> | |||
</ | <i class="fa-solid fa-users"></i> | ||
<h3> | |||
فضای دوستانه | |||
</h3> | |||
< | <p> | ||
مناسب دورهمی | |||
</p> | |||
</article> | |||
<article class="benefit"> | |||
<i class="fa-solid fa-heart"></i> | |||
</ | <h3> | ||
حال خوب | |||
</h3> | |||
<p> | |||
یک پاتوق متفاوت | |||
</p> | |||
</article> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- ===================================================== | |||
CATEGORIES | |||
===================================================== --> | |||
<section class="section categories" | |||
id="menu"> | |||
<div class="container"> | |||
<div class="section-title"> | |||
</ | <span class="eyebrow"> | ||
چیزی برای هر سلیقه | |||
</span> | |||
<h2> | |||
منوی پاتوق | |||
</h2> | |||
< | <p> | ||
از چای تازهدم و صبحانه تا املت، عدسی و عصرانه؛ | |||
انتخاب با توست. | |||
</p> | |||
</div> | |||
< | <div class="category-grid"> | ||
< | <a href="#tea" | ||
class="category-card"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-13.jpg" | |||
alt="چای تازه دم کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
<span class="category-name"> | |||
< | <i class="fa-solid fa-mug-hot"></i> | ||
چای | |||
</span> | |||
</a> | |||
< | <a href="#omelet" | ||
class="category-card"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-01.jpg" | |||
alt="املت کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
<span class="category-name"> | |||
<i class="fa-solid fa-egg"></i> | |||
املت | |||
</span> | |||
</a> | |||
<a href="#adasi" | |||
class="category-card"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-25.jpg" | |||
alt="عدسی کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
< | <span class="category-name"> | ||
<i class="fa-solid fa-bowl-food"></i> | |||
عدسی | |||
</span> | |||
</a> | |||
<a href="#breakfast" | |||
class="category-card"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-08.jpg" | |||
alt="صبحانه سنتی کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
< | <span class="category-name"> | ||
< | <i class="fa-solid fa-sun"></i> | ||
صبحانه | |||
< | </span> | ||
</a> | |||
<a href="#snack" | |||
class="category-card"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-26.jpg" | |||
alt="عصرانه کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
<span class="category-name"> | |||
<i class="fa-solid fa-cookie-bite"></i> | |||
عصرانه | |||
</span> | |||
</a> | |||
</ | |||
| خط ۲٬۳۷۹: | خط ۲٬۴۳۸: | ||
</section> | </section> | ||
<!-- ===================================================== | <!-- ===================================================== | ||
POPULAR | |||
===================================================== --> | ===================================================== --> | ||
<section class="section | <section class="section popular" | ||
aria-labelledby="popular-title"> | |||
<div class="container"> | <div class="container"> | ||
| خط ۲٬۳۹۳: | خط ۲٬۴۵۲: | ||
<div class="section-title"> | <div class="section-title"> | ||
<span class=" | <span class="eyebrow"> | ||
انتخاب پاتوقیها | |||
</span> | </span> | ||
<h2> | <h2 id="popular-title"> | ||
محبوبترینهای پاتوق | |||
</h2> | </h2> | ||
<p> | <p> | ||
چند انتخاب خوشمزه برای شروع تجربه | |||
کافه پاتوق محمد. | |||
</p> | </p> | ||
| خط ۲٬۴۰۹: | خط ۲٬۴۶۸: | ||
<div class=" | <div class="products-grid"> | ||
< | <!-- PRODUCT 1 --> | ||
<article class="product-card"> | |||
< | <div class="product-image"> | ||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-07.jpg" | |||
alt="چای مخصوص کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
</div> | |||
<span class="product-badge"> | |||
محبوب | |||
</span> | |||
<div class="product-info"> | |||
<h3> | |||
چای مخصوص پاتوق | |||
</h3> | |||
<p> | |||
چای تازهدم مناسب گپهای دوستانه | |||
</p> | |||
<div class="rating"> | |||
★★★★★ | |||
<span> | |||
۴.۹ | |||
</span> | |||
</div> | |||
<div class="product-bottom"> | |||
<strong class="price"> | |||
قیمت | |||
</strong> | |||
<button class="buy-btn"> | |||
سفارش | |||
</button> | |||
</div> | |||
</div> | |||
<article | </article> | ||
<!-- PRODUCT 2 --> | |||
<article class="product-card"> | |||
<div class="product-image"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-05.jpg" | |||
alt="املت مخصوص کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
</div> | |||
<span class="product-badge"> | |||
محبوب | |||
</span> | |||
< | <div class="product-info"> | ||
<h3> | |||
املت مخصوص | |||
</h3> | |||
<p> | |||
داغ و تازه برای شروع یک روز خوب | |||
</p> | |||
< | <div class="rating"> | ||
★★★★★ | |||
<span> | |||
۴.۸ | |||
</span> | |||
</div> | |||
<div class="product-bottom"> | |||
<strong class="price"> | |||
قیمت | |||
</strong> | |||
<button class="buy-btn"> | |||
سفارش | |||
</button> | |||
</div> | |||
</ | </div> | ||
</article> | |||
<!-- | <!-- PRODUCT 3 --> | ||
< | <article class="product-card"> | ||
<div class="product-image"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-26.jpg" | |||
alt="عدسی صبحانه کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
</div> | |||
<span class="product-badge"> | |||
صبحانه | |||
</span> | |||
<div class="product-info"> | |||
<h3> | |||
عدسی | |||
</h3> | |||
<p> | |||
انتخابی گرم و دلچسب برای صبح | |||
</p> | |||
<div class="rating"> | |||
★★★★★ | |||
<span> | |||
۴.۷ | |||
</span> | |||
</div> | |||
<div class="product-bottom"> | |||
<strong class="price"> | |||
قیمت | |||
</strong> | |||
<button class="buy-btn"> | |||
سفارش | |||
</button> | |||
</div> | |||
</div> | |||
< | </article> | ||
<!-- PRODUCT 4 --> | |||
< | <article class="product-card"> | ||
<div class="product-image"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-26.jpg" | |||
alt="عصرانه کافه پاتوق محمد" | |||
loading="lazy" | |||
> | |||
< | </div> | ||
<span class=" | <span class="product-badge"> | ||
جدید | |||
</span> | </span> | ||
<div class="product-info"> | |||
<h3> | |||
عصرانه پاتوق | |||
</h3> | |||
<p> | |||
مناسب عصرهای دوستانه و دورهمی | |||
</p> | |||
<div class="rating"> | |||
★★★★★ | |||
<span> | |||
۴.۸ | |||
</span> | |||
</div> | |||
<div class="product-bottom"> | |||
<strong class="price"> | |||
قیمت | |||
</strong> | |||
<button class="buy-btn"> | |||
سفارش | |||
</button> | |||
</div> | |||
</div> | |||
</ | |||
</ | </article> | ||
| خط ۲٬۶۱۹: | خط ۲٬۶۹۶: | ||
</section> | </section> | ||
<!-- ===================================================== | <!-- ===================================================== | ||
SPECIAL OFFER | |||
===================================================== --> | ===================================================== --> | ||
<section class=" | <section class="offer"> | ||
<div class="container"> | <div class="container"> | ||
<div class="offer-box"> | |||
<img | |||
class="offer-image" | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-08.jpg" | |||
alt="" | |||
aria-hidden="true" | |||
loading="lazy" | |||
> | |||
<div class="offer-content"> | |||
<span class="offer-label"> | |||
پیشنهاد ویژه پاتوق | |||
</span> | </span> | ||
<h2> | <h2> | ||
صبح را با یک | |||
<br> | |||
صبحانه خوب شروع کن! | |||
</h2> | </h2> | ||
<p> | <p> | ||
اگر صبحها دنبال یک جای متفاوت | |||
برای چای، املت یا صبحانه هستی، | |||
پاتوق محمد منتظر توست. | |||
</p> | |||
<a href="#contact" | |||
class="btn btn-gold"> | |||
<i class="fa-solid fa-location-dot"></i> | |||
پیدا کردن پاتوق | |||
</a> | </a> | ||
| خط ۲٬۶۸۲: | خط ۲٬۷۵۸: | ||
</section> | </section> | ||
<!-- ===================================================== | <!-- ===================================================== | ||
WHY | |||
===================================================== --> | ===================================================== --> | ||
<section class=" | <section class="section atmosphere" | ||
id=" | id="why"> | ||
<div class="container"> | <div class="container"> | ||
< | <div class="section-title"> | ||
<span class="eyebrow"> | |||
چرا پاتوق محمد؟ | |||
</span> | |||
<h2> | |||
فقط یک کافه نیست | |||
</h2> | |||
< | <p> | ||
پاتوق یعنی جایی که بعد از اولین بار، | |||
دلت میخواهد دوباره به آن برگردی. | |||
</p> | |||
</div> | |||
<div class="atmosphere-grid"> | |||
< | <article class="atmosphere-card"> | ||
<i class="fa-solid fa- | <i class="fa-solid fa-house"></i> | ||
<h3> | |||
حس خودمانی | |||
</h3> | |||
<p> | |||
بدون تشریفات و فاصله؛ | |||
یک فضای راحت برای نشستن و گپ زدن. | |||
</p> | |||
</article> | |||
< | <article class="atmosphere-card"> | ||
<i class="fa-solid fa-camera"></i> | |||
</ | <h3> | ||
فضای متفاوت | |||
</h3> | |||
<p> | |||
ترکیب المانهای سنتی با حالوهوای | |||
مناسب نسل امروز. | |||
</p> | |||
</article> | |||
<article class="atmosphere-card"> | |||
<i class="fa-solid fa-users"></i> | |||
<h3> | <h3> | ||
دورهمی | |||
</h3> | </h3> | ||
<p> | <p> | ||
قرار دوستانه، گپ شبانه یا | |||
یک صبحانه جمعی. | |||
</p> | </p> | ||
</ | </article> | ||
< | <article class="atmosphere-card"> | ||
<i class="fa-solid fa-heart"></i> | |||
<h3> | <h3> | ||
خاطرهسازی | |||
</h3> | </h3> | ||
< | <p> | ||
قرار نیست فقط چیزی بخوری؛ | |||
قرار است یک خاطره خوب بسازی. | |||
</p> | |||
</article> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- ===================================================== | |||
BLOG | |||
===================================================== --> | |||
<section class="section blog" | |||
id="blog"> | |||
<div class="container"> | |||
<div class="section-title"> | |||
<span class="eyebrow"> | |||
مجله پاتوق | |||
</span> | |||
<li> | <h2> | ||
از دنیای پاتوق | |||
</li> | </h2> | ||
<li> | <p> | ||
مطالب کوتاه و جذاب درباره چای، | |||
</li> | صبحانه، قهوهخانههای سنتی و فرهنگ دورهمی. | ||
</p> | |||
<li> | |||
</div> | |||
</li> | |||
</ul> | <div class="blog-grid"> | ||
</div> | |||
<article class="blog-card"> | |||
<div> | <div class="blog-image"> | ||
<h3> | <img | ||
اطلاعات | src="https://dl.faraghaib.ir/m/260012-01/260012-01-17.jpg" | ||
</h3> | alt="تاریخچه چای و فرهنگ چای نوشیدن" | ||
loading="lazy" | |||
<ul> | > | ||
<li> | </div> | ||
<i class="fa-solid fa-phone"></i> | |||
021-00000000 | <div class="blog-content"> | ||
</li> | |||
<span class="date"> | |||
مجله پاتوق | |||
</span> | |||
<h3> | |||
چرا چای بخش جدانشدنی دورهمیهای ایرانی است؟ | |||
</h3> | |||
<p> | |||
نگاهی کوتاه به فرهنگ چای و جایگاه آن | |||
در دورهمیهای دوستانه. | |||
</p> | |||
<a href="#" | |||
class="read-more"> | |||
ادامه مطلب | |||
<i class="fa-solid fa-arrow-left"></i> | |||
</a> | |||
</div> | |||
</article> | |||
<article class="blog-card"> | |||
<div class="blog-image"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-21.JPG" | |||
alt="صبحانه سنتی ایرانی" | |||
loading="lazy" | |||
> | |||
</div> | |||
<div class="blog-content"> | |||
<span class="date"> | |||
مجله پاتوق | |||
</span> | |||
<h3> | |||
یک صبحانه سنتی خوب چه ویژگیهایی دارد؟ | |||
</h3> | |||
<p> | |||
صبحانه ساده، گرم و خوشمزه؛ | |||
همان چیزی که یک روز خوب نیاز دارد. | |||
</p> | |||
<a href="#" | |||
class="read-more"> | |||
ادامه مطلب | |||
<i class="fa-solid fa-arrow-left"></i> | |||
</a> | |||
</div> | |||
</article> | |||
<article class="blog-card"> | |||
<div class="blog-image"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-22.JPG" | |||
alt="فضای قهوه خانه سنتی" | |||
loading="lazy" | |||
> | |||
</div> | |||
<div class="blog-content"> | |||
<span class="date"> | |||
مجله پاتوق | |||
</span> | |||
<h3> | |||
قهوهخانه سنتی یا کافه مدرن؛ چرا ترکیب این دو جذاب است؟ | |||
</h3> | |||
<p> | |||
ترکیب نوستالژی و سلیقه امروزی میتواند | |||
تجربهای متفاوت برای جوانها بسازد. | |||
</p> | |||
<a href="#" | |||
class="read-more"> | |||
ادامه مطلب | |||
<i class="fa-solid fa-arrow-left"></i> | |||
</a> | |||
</div> | |||
</article> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- ===================================================== | |||
CTA | |||
===================================================== --> | |||
<section class="cta" | |||
id="contact"> | |||
<div class="container"> | |||
<h2> | |||
قرار بعدی، پاتوق؟ | |||
</h2> | |||
<p> | |||
یک چای، یک صبحانه یا یک عصرانه... | |||
هر دلیلی که داشته باشی، | |||
پاتوق محمد میتواند مقصد بعدی دورهمی شما باشد. | |||
</p> | |||
<div class="cta-actions"> | |||
<a href="tel:02100000000" | |||
class="btn btn-gold"> | |||
<i class="fa-solid fa-phone"></i> | |||
تماس با پاتوق | |||
</a> | |||
<a href="#menu" | |||
class="btn btn-outline"> | |||
<i class="fa-solid fa-utensils"></i> | |||
دیدن منو | |||
</a> | |||
</div> | |||
</div> | |||
</section> | |||
</main> | |||
<!-- ===================================================== | |||
FOOTER | |||
===================================================== --> | |||
<footer class="footer"> | |||
<div class="container"> | |||
<div class="footer-grid"> | |||
<div> | |||
<h3> | |||
کافه پاتوق محمد | |||
</h3> | |||
<p> | |||
قهوهخانه سنتی با حالوهوای امروزی؛ | |||
جایی برای چای، صبحانه، املت، | |||
عدسی، عصرانه و دورهمی دوستانه. | |||
</p> | |||
<div class="footer-social"> | |||
<a href="#" | |||
aria-label="اینستاگرام"> | |||
<i class="fa-brands fa-instagram"></i> | |||
</a> | |||
<a href="#" | |||
aria-label="تلگرام"> | |||
<i class="fa-brands fa-telegram"></i> | |||
</a> | |||
<a href="#" | |||
aria-label="واتساپ"> | |||
<i class="fa-brands fa-whatsapp"></i> | |||
</a> | |||
</div> | |||
</div> | |||
<div> | |||
<h3> | |||
دسترسی سریع | |||
</h3> | |||
<ul> | |||
<li> | |||
<a href="#home"> | |||
خانه | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#menu"> | |||
منو | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#why"> | |||
درباره پاتوق | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#blog"> | |||
مجله پاتوق | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#contact"> | |||
تماس | |||
</a> | |||
</li> | |||
</ul> | |||
</div> | |||
<div> | |||
<h3> | |||
اطلاعات کافه | |||
</h3> | |||
<ul> | |||
<li> | |||
<i class="fa-solid fa-location-dot"></i> | |||
آدرس کافه | |||
</li> | |||
<li> | |||
<i class="fa-solid fa-phone"></i> | |||
021-00000000 | |||
</li> | |||
<li> | |||
<i class="fa-solid fa-clock"></i> | |||
ساعات کاری | |||
</li> | |||
<li> | |||
<i class="fa-solid fa-mug-hot"></i> | |||
چای و صبحانه | |||
</li> | </li> | ||
| خط ۲٬۸۳۰: | خط ۳٬۲۱۹: | ||
<div class="footer-bottom"> | <div class="footer-bottom"> | ||
© تمامی حقوق برای کافه پاتوق محمد محفوظ است. | © تمامی حقوق برای | ||
<strong> | |||
کافه پاتوق محمد | |||
</strong> | |||
محفوظ است. | |||
</div> | </div> | ||
| خط ۲٬۸۳۷: | خط ۳٬۲۳۰: | ||
</footer> | </footer> | ||
| خط ۲٬۸۴۵: | خط ۳٬۲۳۷: | ||
<nav class="mobile-nav" | <nav class="mobile-nav" | ||
aria-label="منوی موبایل"> | aria-label="منوی پایین موبایل"> | ||
| خط ۲٬۸۶۷: | خط ۳٬۲۵۹: | ||
<a href="# | <a href="#why"> | ||
<i class="fa-solid fa- | <i class="fa-solid fa-heart"></i> | ||
پاتوق | |||
</a> | </a> | ||
<a href="# | <a href="#blog"> | ||
<i class="fa-solid fa- | <i class="fa-solid fa-newspaper"></i> | ||
مجله | |||
</a> | </a> | ||
کافه پاتوق محمد
اینجا جایی برای چند دقیقه فاصله گرفتن از شلوغی روزمره است؛ برای یک چای داغ، صبحانه، املت، عدسی، عصرانه و البته یک گپ دوستانه.
برای یک گپ طولانی
شروع خوشمزه روز
مناسب دورهمی
یک پاتوق متفاوت
چند انتخاب خوشمزه برای شروع تجربه کافه پاتوق محمد.
چای تازهدم مناسب گپهای دوستانه
داغ و تازه برای شروع یک روز خوب
انتخابی گرم و دلچسب برای صبح
مناسب عصرهای دوستانه و دورهمی
اگر صبحها دنبال یک جای متفاوت برای چای، املت یا صبحانه هستی، پاتوق محمد منتظر توست.
پیدا کردن پاتوقپاتوق یعنی جایی که بعد از اولین بار، دلت میخواهد دوباره به آن برگردی.
بدون تشریفات و فاصله؛ یک فضای راحت برای نشستن و گپ زدن.
ترکیب المانهای سنتی با حالوهوای مناسب نسل امروز.
قرار دوستانه، گپ شبانه یا یک صبحانه جمعی.
قرار نیست فقط چیزی بخوری؛ قرار است یک خاطره خوب بسازی.
مطالب کوتاه و جذاب درباره چای، صبحانه، قهوهخانههای سنتی و فرهنگ دورهمی.
نگاهی کوتاه به فرهنگ چای و جایگاه آن در دورهمیهای دوستانه.
ادامه مطلبصبحانه ساده، گرم و خوشمزه؛ همان چیزی که یک روز خوب نیاز دارد.
ادامه مطلبترکیب نوستالژی و سلیقه امروزی میتواند تجربهای متفاوت برای جوانها بسازد.
ادامه مطلبیک چای، یک صبحانه یا یک عصرانه... هر دلیلی که داشته باشی، پاتوق محمد میتواند مقصد بعدی دورهمی شما باشد.