چای تازهدم
برای یک گپ طولانی
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۶: | خط ۶: | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" | ||
content="width=device-width, initial-scale=1.0"> | |||
<title>کافه پاتوق محمد | قهوه خانه | <title>کافه پاتوق محمد | قهوه خانه سنتی، چای، صبحانه و عصرانه</title> | ||
<meta name="description" | <meta name="description" | ||
content="کافه پاتوق محمد؛ قهوه خانه سنتی با چای، املت، عدسی، | content="کافه پاتوق محمد؛ قهوه خانه سنتی با حالوهوای صمیمی برای چای، املت، عدسی، صبحانه، عصرانه و دورهمی دوستانه. یک پاتوق متفاوت برای جوانها و علاقهمندان به فضای سنتی."> | ||
<meta name=" | <meta name="keywords" | ||
content="کافه پاتوق محمد, قهوه خانه سنتی, کافه سنتی, چای, املت, عدسی, صبحانه, عصرانه, دورهمی, پاتوق جوانان"> | |||
<link rel="preconnect" href="https://fonts.googleapis.com"> | <meta name="robots" | ||
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" | |||
href="https://fonts.googleapis.com"> | |||
<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: | ||
| خط ۱۱۳: | خط ۱۳۵: | ||
a{ | a{ | ||
color:inherit; | |||
text-decoration:none; | text-decoration:none; | ||
} | |||
button, | |||
input{ | |||
font-family:inherit; | |||
} | } | ||
.container{ | .container{ | ||
width:min( | width: | ||
min( | |||
calc(100% - 28px), | |||
var(--container) | |||
); | |||
margin-inline:auto; | margin-inline:auto; | ||
| خط ۱۳۶: | خط ۱۵۷: | ||
.section{ | .section{ | ||
padding: | padding:65px 0; | ||
} | } | ||
/* ========================================================= | |||
SECTION TITLE | |||
========================================================= */ | |||
.section-title{ | .section-title{ | ||
| خط ۱۴۵: | خط ۱۷۰: | ||
text-align:center; | text-align:center; | ||
margin-bottom: | margin-bottom:35px; | ||
} | } | ||
.section-title . | .section-title .eyebrow{ | ||
display:block; | display:block; | ||
| خط ۱۵۶: | خط ۱۷۹: | ||
color:var(--gold); | color:var(--gold); | ||
font-size:. | font-size:.9rem; | ||
font-weight:800; | font-weight:800; | ||
| خط ۱۶۵: | خط ۱۸۸: | ||
.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; | 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; | ||
background: | |||
rgba(13,12,10,.97); | |||
color:#fff; | |||
box-shadow: | border-bottom: | ||
1px solid var(--border); | |||
box-shadow: | |||
0 5px 25px rgba(0,0,0,.25); | 0 5px 25px rgba(0,0,0,.25); | ||
} | } | ||
| خط ۲۵۰: | خط ۲۷۵: | ||
.header-inner{ | .header-inner{ | ||
min-height: | min-height:72px; | ||
display:flex; | display:flex; | ||
| خط ۲۶۱: | خط ۲۸۶: | ||
} | } | ||
. | .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; | ||
font-size:1. | 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: | font-family: | ||
| خط ۳۰۷: | خط ۳۳۲: | ||
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-section{ | ||
background:#080807; | background:#080807; | ||
| خط ۳۴۰: | خط ۳۶۵: | ||
padding:10px; | padding:10px; | ||
border-bottom:1px solid var(--border); | border-bottom: | ||
1px solid var(--border); | |||
} | } | ||
.banner | .banner{ | ||
width:100%; | width:100%; | ||
max-width:1500px; | max-width:1500px; | ||
min-height:190px; | |||
max-height:520px; | |||
margin:auto; | margin:auto; | ||
background:#11100e; | |||
border-radius: | border-radius:17px; | ||
overflow:hidden; | overflow:hidden; | ||
position:relative; | |||
display:flex; | display:flex; | ||
| خط ۳۶۶: | خط ۳۹۴: | ||
justify-content:center; | justify-content:center; | ||
} | } | ||
.banner | .banner img{ | ||
width:100%; | width:100%; | ||
| خط ۳۸۴: | خط ۴۰۷: | ||
object-position:center; | object-position:center; | ||
} | |||
.banner::after{ | |||
content:""; | |||
position:absolute; | position:absolute; | ||
| خط ۳۹۴: | خط ۴۱۷: | ||
inset:0; | inset:0; | ||
border: | |||
1px solid | |||
rgba(213,170,69,.35); | |||
border: | border-radius:17px; | ||
pointer-events:none; | |||
} | } | ||
.banner- | .banner-label{ | ||
position:absolute; | position:absolute; | ||
right: | right:15px; | ||
bottom: | bottom:14px; | ||
background:rgba(10,9,7,.82); | background: | ||
rgba(10,9,7,.82); | |||
color:var(--gold-light); | color:var(--gold-light); | ||
padding:6px 12px; | |||
border-radius: | border-radius:8px; | ||
border: | |||
1px solid var(--border); | |||
font-size:. | font-size:.72rem; | ||
font-weight:700; | font-weight:700; | ||
| خط ۴۳۰: | خط ۴۵۷: | ||
.hero{ | .hero{ | ||
min-height:610px; | |||
position:relative; | position:relative; | ||
overflow:hidden; | |||
display:flex; | |||
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:""; | content:""; | ||
| خط ۴۸۰: | خط ۵۱۰: | ||
position:absolute; | 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- | .hero-inner{ | ||
position:relative; | |||
z-index:2; | |||
width:100%; | |||
min-height:610px; | |||
display:flex; | display:flex; | ||
| خط ۵۳۲: | خط ۵۷۰: | ||
text-align: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); | color:var(--gold-light); | ||
background: | |||
rgba(213,170,69,.1); | |||
border: | |||
1px solid | |||
rgba(213,170,69,.35); | |||
font- | font-size:.75rem; | ||
font-weight:700; | |||
margin-bottom: | margin-bottom:18px; | ||
} | } | ||
| خط ۵۵۰: | خط ۶۱۳: | ||
"Vazirmatn", | "Vazirmatn", | ||
sans-serif; | sans-serif; | ||
font-size: | |||
clamp( | |||
2.65rem, | |||
10vw, | |||
5.2rem | |||
); | |||
font-weight:400; | font-weight:400; | ||
line-height:1.25; | |||
margin-bottom:14px; | |||
color:#fff; | color:#fff; | ||
} | } | ||
| خط ۵۶۸: | خط ۶۳۵: | ||
} | } | ||
.hero- | .hero-text{ | ||
color:#e4dccd; | |||
font-size: | font-size: | ||
clamp( | clamp( | ||
.98rem, | |||
3.5vw, | |||
1.15rem | |||
); | |||
line-height:2; | |||
max-width:680px; | |||
margin:0 auto 24px; | |||
} | } | ||
.hero- | .hero-actions{ | ||
display:flex; | |||
flex-direction:column; | |||
align-items:stretch; | |||
gap:10px; | |||
max-width:400px; | |||
margin:auto; | |||
} | } | ||
| خط ۶۰۶: | خط ۶۷۲: | ||
min-height:52px; | min-height:52px; | ||
padding:11px | padding:11px 20px; | ||
border-radius: | border-radius:11px; | ||
display:inline-flex; | display:inline-flex; | ||
justify-content:center; | |||
align-items:center; | align-items:center; | ||
gap:8px; | gap:8px; | ||
font-size:. | font-size:.88rem; | ||
font-weight:800; | font-weight:800; | ||
transition:. | transition:.2s ease; | ||
} | } | ||
| خط ۶۲۹: | خط ۶۹۵: | ||
background:var(--gold); | background:var(--gold); | ||
color: | color:#15120c; | ||
box-shadow: | box-shadow: | ||
0 8px 25px rgba( | 0 8px 25px | ||
rgba(213,170,69,.22); | |||
} | } | ||
| خط ۶۴۴: | خط ۷۱۱: | ||
.btn-outline{ | .btn-outline{ | ||
border:1px solid rgba( | border: | ||
1px solid | |||
rgba(255,255,255,.55); | |||
color: | color:#fff; | ||
background:rgba(0,0,0,. | background: | ||
rgba(0,0,0,.18); | |||
} | } | ||
.btn-outline:hover{ | |||
border-color:var(--gold); | |||
color:var(--gold-light); | |||
} | } | ||
.hero- | .hero-trust{ | ||
margin-top:25px; | |||
display:flex; | |||
justify-content:center; | |||
align-items:center; | |||
gap:10px; | |||
color: | color:#aaa294; | ||
font-size:. | font-size:.72rem; | ||
} | } | ||
.trust-icons{ | |||
display:flex; | |||
direction:ltr; | |||
} | } | ||
. | .trust-icons span{ | ||
width:30px; | |||
height:30px; | |||
margin-left:-7px; | |||
border-radius:50%; | |||
background:#67563b; | |||
border:2px solid #1b1812; | |||
display:grid; | |||
place-items:center; | |||
color:#fff; | |||
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: | |||
1px solid | |||
rgba(121,85,47,.15); | |||
padding:15px; | |||
display:grid; | display:grid; | ||
| خط ۷۵۱: | خط ۸۰۹: | ||
repeat(2,1fr); | repeat(2,1fr); | ||
gap: | gap:5px; | ||
} | } | ||
. | .benefit{ | ||
padding:17px 9px; | |||
border:1px solid | 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; | |||
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. | line-height:1.7; | ||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
CATEGORIES | |||
========================================================= */ | ========================================================= */ | ||
. | .categories{ | ||
background:var(--cream); | background:var(--cream-2); | ||
} | } | ||
. | .category-grid{ | ||
display:grid; | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
gap:10px; | |||
} | |||
.category-card{ | |||
position:relative; | |||
height:175px; | |||
overflow:hidden; | |||
border-radius: | border-radius:15px; | ||
background:#272119; | |||
box-shadow: | box-shadow: | ||
0 | 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; | |||
font-size:.9rem; | |||
font-weight:800; | |||
} | } | ||
. | .category-name i{ | ||
color:var(--gold-light); | |||
margin-left:5px; | |||
} | |||
/* ========================================================= | |||
POPULAR MENU | |||
========================================================= */ | |||
.popular{ | |||
background:var(--cream); | |||
} | } | ||
. | .products-grid{ | ||
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:#e8ddc9; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
overflow:hidden; | |||
} | } | ||
.product-image img{ | |||
width:100%; | |||
height:100%; | |||
object-fit:cover; | |||
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-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; | |||
height: | min-height:42px; | ||
} | |||
.rating{ | |||
margin:7px 0; | |||
color:#d89f22; | |||
font-size:.65rem; | |||
} | } | ||
. | .rating span{ | ||
color: | 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(--gold-light); | |||
border:0; | |||
border-radius:8px; | |||
padding:7px 9px; | |||
font-size:.66rem; | |||
font-weight:700; | |||
} | |||
/* ========================================================= | |||
SPECIAL OFFER | |||
========================================================= */ | |||
.offer{ | |||
padding:25px 0; | |||
background:var(--cream); | |||
} | } | ||
. | .offer-box{ | ||
min-height:220px; | |||
border-radius:22px; | |||
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; | |||
inset:0; | |||
width:100%; | |||
height:100%; | |||
object-fit:cover; | |||
opacity:.27; | |||
} | } | ||
.offer-content{ | |||
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); | color:var(--gold-light); | ||
| خط ۱٬۱۲۶: | خط ۱٬۲۰۹: | ||
"Vazirmatn", | "Vazirmatn", | ||
sans-serif; | sans-serif; | ||
font-weight:400; | |||
font-size: | font-size: | ||
clamp(1. | clamp( | ||
1.8rem, | |||
6vw, | |||
2.8rem | |||
); | |||
line-height:1. | line-height:1.4; | ||
} | } | ||
. | .offer p{ | ||
color:#d0c5b3; | |||
font-size:.82rem; | |||
line-height:2; | |||
margin-bottom:15px; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
ATMOSPHERE | |||
========================================================= */ | ========================================================= */ | ||
. | .atmosphere{ | ||
background:var(--black | background:var(--black); | ||
color:#fff; | color:#fff; | ||
} | } | ||
. | .atmosphere .section-title h2{ | ||
color:#fff; | color:#fff; | ||
} | } | ||
. | .atmosphere .section-title p{ | ||
color:# | color:#aaa093; | ||
} | } | ||
. | .atmosphere-grid{ | ||
display:grid; | display:grid; | ||
| خط ۱٬۱۷۱: | خط ۱٬۲۶۲: | ||
repeat(2,1fr); | repeat(2,1fr); | ||
gap: | gap:10px; | ||
} | } | ||
. | .atmosphere-card{ | ||
height: | min-height:175px; | ||
padding:20px 15px; | |||
border: | |||
1px solid | |||
var(--border); | |||
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; | |||
grid-template-columns:1fr; | |||
gap:14px; | |||
} | } | ||
. | .blog-card{ | ||
background:#fff; | background:#fff; | ||
border: | border-radius:16px; | ||
overflow:hidden; | |||
border: | |||
1px solid | |||
rgba(121,85,47,.13); | |||
box-shadow: | box-shadow: | ||
0 8px | 0 8px 25px rgba(0,0,0,.07); | ||
} | } | ||
. | .blog-image{ | ||
height:190px; | |||
background:#ddd0ba; | |||
overflow:hidden; | |||
} | } | ||
. | .blog-image img{ | ||
width: | width:100%; | ||
height: | height:100%; | ||
object-fit:cover; | |||
object-position:center; | |||
} | |||
.blog-content{ | |||
padding:17px; | |||
} | |||
.blog-content .date{ | |||
color:var(--brown-light); | |||
font-size:.68rem; | |||
} | |||
.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; | |||
margin-top:10px; | |||
color:var(--brown); | |||
. | font-size:.73rem; | ||
font-weight:800; | |||
font- | |||
} | } | ||
/* ========================================================= | |||
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; | |||
background: | |||
color:#fff; | color:#fff; | ||
text-align:center; | |||
padding:75px 15px; | |||
} | } | ||
. | .cta h2{ | ||
font-family: | font-family: | ||
| خط ۱٬۳۸۶: | خط ۱٬۴۵۰: | ||
sans-serif; | sans-serif; | ||
font-size: | font-size: | ||
clamp( | |||
2.1rem, | |||
8vw, | |||
3.4rem | |||
); | |||
color:var(--gold-light); | |||
font-weight:400; | font-weight:400; | ||
margin-bottom: | margin-bottom:8px; | ||
} | } | ||
. | .cta p{ | ||
max-width:650px; | |||
margin:0 auto 22px; | |||
color:# | color:#c5baaa; | ||
font-size:. | font-size:.88rem; | ||
line-height:2; | line-height:2; | ||
} | } | ||
. | .cta-actions{ | ||
display:flex; | |||
flex-direction:column; | |||
gap: | gap:10px; | ||
max-width:400px; | |||
margin:auto; | |||
margin | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
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:# | color:#918879; | ||
font-size:. | 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-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){ | ||
left: | border-left: | ||
1px solid | |||
rgba(121,85,47,.13); | |||
} | } | ||
. | .benefit:last-child{ | ||
left: | border-left:0; | ||
} | } | ||
. | .category-grid{ | ||
grid-template-columns: | |||
repeat(5,1fr); | |||
} | } | ||
. | .products-grid{ | ||
grid-template-columns: | |||
repeat(3,1fr); | |||
} | } | ||
. | .atmosphere-grid{ | ||
grid-template-columns: | |||
repeat(4,1fr); | |||
} | } | ||
. | .blog-grid{ | ||
grid-template-columns: | grid-template-columns: | ||
| خط ۱٬۶۸۰: | خط ۱٬۷۴۱: | ||
} | } | ||
. | .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 | 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> | <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> | </div> | ||
</ | </header> | ||
<!-- ===================================================== | <main> | ||
<!-- ===================================================== | |||
TOP BANNER | |||
===================================================== --> | ===================================================== --> | ||
<div class=" | <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> | </div> | ||
</ | </section> | ||
<!-- ===================================================== | <!-- ===================================================== | ||
HERO | |||
===================================================== --> | ===================================================== --> | ||
<section class=" | <section class="hero" | ||
id=" | 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> | |||
<div class="hero-actions"> | |||
<a href="#menu" | |||
class="btn btn-gold"> | |||
<i class="fa-solid fa-utensils"></i> | |||
<i class="fa-solid fa- | |||
مشاهده منو | |||
</a> | |||
</ | |||
<a href="#why" | |||
class="btn btn-outline"> | |||
درباره پاتوق | |||
<i class="fa-solid fa-arrow-left"></i> | |||
<i class="fa-solid fa- | |||
</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> | ||
| خط ۲٬۱۲۳: | خط ۲٬۲۲۴: | ||
<!-- ===================================================== | <!-- ===================================================== | ||
BENEFITS | |||
===================================================== --> | ===================================================== --> | ||
<section class=" | <section class="benefits" | ||
aria-label="مزایای کافه پاتوق محمد"> | |||
<div class="container"> | <div class="container"> | ||
<div class=" | <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> | |||
</div> | </div> | ||
| خط ۲٬۳۱۷: | خط ۲٬۴۴۱: | ||
<!-- ===================================================== | <!-- ===================================================== | ||
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=" | <article class="product-card"> | ||
<div class=" | <div class="product-image"> | ||
<img | <img | ||
src="https://dl.faraghaib.ir/m/260012-01/260012-01- | src="https://dl.faraghaib.ir/m/260012-01/260012-01-07.jpg" | ||
alt=" | alt="چای مخصوص کافه پاتوق محمد" | ||
loading="lazy" | loading="lazy" | ||
> | > | ||
| خط ۲٬۳۵۸: | خط ۲٬۴۸۵: | ||
</div> | </div> | ||
<div class=" | <span class="product-badge"> | ||
محبوب | |||
</span> | |||
<div class="product-info"> | |||
<h3> | <h3> | ||
چای مخصوص پاتوق | |||
</h3> | </h3> | ||
<p> | <p> | ||
چای تازهدم مناسب گپهای دوستانه | |||
</p> | </p> | ||
<div class="rating"> | |||
★★★★★ | |||
<span> | |||
۴.۹ | |||
</span> | |||
</div> | |||
<div class="product-bottom"> | |||
<strong class="price"> | |||
قیمت | |||
</strong> | |||
<button class="buy-btn"> | |||
سفارش | |||
</button> | |||
</div> | |||
</ | |||
</div> | </div> | ||
| خط ۲٬۴۰۰: | خط ۲٬۵۲۶: | ||
<article class=" | <!-- PRODUCT 2 --> | ||
<article class="product-card"> | |||
<div class=" | <div class="product-image"> | ||
<img | <img | ||
src="https://dl.faraghaib.ir/m/260012-01/260012-01- | src="https://dl.faraghaib.ir/m/260012-01/260012-01-05.jpg" | ||
alt=" | alt="املت مخصوص کافه پاتوق محمد" | ||
loading="lazy" | loading="lazy" | ||
> | > | ||
| خط ۲٬۴۱۲: | خط ۲٬۵۴۰: | ||
</div> | </div> | ||
<div class=" | <span class="product-badge"> | ||
محبوب | |||
</span> | |||
<div class="product-info"> | |||
<h3> | <h3> | ||
املت مخصوص | |||
</h3> | </h3> | ||
<p> | <p> | ||
شروع روز | داغ و تازه برای شروع یک روز خوب | ||
</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> | </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="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> | |||
</div> | |||
</div> | </div> | ||
| خط ۲٬۵۵۸: | خط ۲٬۶۹۹: | ||
<!-- ===================================================== | <!-- ===================================================== | ||
SPECIAL OFFER | |||
===================================================== --> | ===================================================== --> | ||
<section class=" | <section class="offer"> | ||
<div class="container"> | <div class="container"> | ||
<div class=" | <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> | |||
صبح را با یک | |||
<br> | |||
صبحانه خوب شروع کن! | |||
</h2> | |||
< | <p> | ||
اگر صبحها دنبال یک جای متفاوت | |||
برای چای، املت یا صبحانه هستی، | |||
پاتوق محمد منتظر توست. | |||
</p> | |||
<a href="#contact" | |||
class="btn btn-gold"> | |||
<i class="fa-solid fa-location-dot"></i> | |||
پیدا کردن پاتوق | |||
</a> | |||
</ | |||
</div> | </div> | ||
</div> | |||
</div> | |||
</section> | |||
<!-- ===================================================== | |||
WHY | |||
===================================================== --> | |||
<section class="section atmosphere" | |||
id="why"> | |||
<div class="container"> | |||
<div class="section-title"> | |||
<span class="eyebrow"> | |||
چرا پاتوق محمد؟ | |||
</span> | |||
</ | <h2> | ||
فقط یک کافه نیست | |||
</h2> | |||
<p> | |||
پاتوق یعنی جایی که بعد از اولین بار، | |||
دلت میخواهد دوباره به آن برگردی. | |||
</p> | |||
</div> | </div> | ||
< | <div class="atmosphere-grid"> | ||
< | <article class="atmosphere-card"> | ||
< | <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> | ||
ترکیب المانهای سنتی با حالوهوای | |||
مناسب نسل امروز. | |||
</p> | </p> | ||
</ | </article> | ||
<article class="atmosphere-card"> | |||
<i class="fa-solid fa-users"></i> | |||
< | <h3> | ||
دورهمی | |||
</h3> | |||
<p> | |||
قرار دوستانه، گپ شبانه یا | |||
یک صبحانه جمعی. | |||
</p> | |||
</article> | |||
<article class="atmosphere-card"> | |||
</ | <i class="fa-solid fa-heart"></i> | ||
< | <h3> | ||
خاطرهسازی | |||
</h3> | |||
<p> | |||
قرار نیست فقط چیزی بخوری؛ | |||
قرار است یک خاطره خوب بسازی. | |||
</p> | |||
</article> | |||
</div> | </div> | ||
| خط ۲٬۷۳۱: | خط ۲٬۸۶۳: | ||
<!-- ===================================================== | <!-- ===================================================== | ||
BLOG | |||
===================================================== --> | ===================================================== --> | ||
<section class=" | <section class="section blog" | ||
id=" | id="blog"> | ||
<div class="container"> | <div class="container"> | ||
< | <div class="section-title"> | ||
<span class="eyebrow"> | |||
مجله پاتوق | |||
</span> | |||
<h2> | |||
از دنیای پاتوق | |||
</h2> | |||
< | <p> | ||
مطالب کوتاه و جذاب درباره چای، | |||
صبحانه، قهوهخانههای سنتی و فرهنگ دورهمی. | |||
</p> | |||
</div> | |||
<div class="blog-grid"> | |||
< | <article class="blog-card"> | ||
< | <div class="blog-image"> | ||
<img | |||
src="https://dl.faraghaib.ir/m/260012-01/260012-01-17.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-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> | |||
<li> | </a> | ||
<li> | </div> | ||
</ul> | </article> | ||
</div> | |||
<article class="blog-card"> | |||
<div> | <div class="blog-image"> | ||
<h3> | <img | ||
اطلاعات | src="https://dl.faraghaib.ir/m/260012-01/260012-01-22.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"> | |||
<li> | مجله پاتوق | ||
<i class="fa-solid fa- | </span> | ||
</li> | <h3> | ||
قهوهخانه سنتی یا کافه مدرن؛ چرا ترکیب این دو جذاب است؟ | |||
<li> | </h3> | ||
<i class="fa-solid fa- | |||
<p> | |||
</li> | ترکیب نوستالژی و سلیقه امروزی میتواند | ||
تجربهای متفاوت برای جوانها بسازد. | |||
</ul> | </p> | ||
</div> | <a href="#" | ||
class="read-more"> | |||
</div> | ادامه مطلب | ||
<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> | |||
</ul> | |||
</div> | |||
</div> | |||
<div class="footer-bottom"> | <div class="footer-bottom"> | ||
© تمامی حقوق برای کافه پاتوق محمد محفوظ است. | © تمامی حقوق برای | ||
<strong> | |||
کافه پاتوق محمد | |||
</strong> | |||
محفوظ است. | |||
</div> | </div> | ||
| خط ۲٬۸۷۷: | خط ۳٬۲۳۷: | ||
<nav class="mobile-nav" | <nav class="mobile-nav" | ||
aria-label="منوی موبایل"> | aria-label="منوی پایین موبایل"> | ||
<a href="#home" | <a href="#home" | ||
| خط ۲٬۸۹۸: | خط ۳٬۲۵۹: | ||
<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> | ||
| خط ۲٬۹۲۳: | خط ۳٬۲۸۴: | ||
</a> | </a> | ||
</nav> | </nav> | ||
کافه پاتوق محمد
اینجا جایی برای چند دقیقه فاصله گرفتن از شلوغی روزمره است؛ برای یک چای داغ، صبحانه، املت، عدسی، عصرانه و البته یک گپ دوستانه.
برای یک گپ طولانی
شروع خوشمزه روز
مناسب دورهمی
یک پاتوق متفاوت
چند انتخاب خوشمزه برای شروع تجربه کافه پاتوق محمد.
چای تازهدم مناسب گپهای دوستانه
داغ و تازه برای شروع یک روز خوب
انتخابی گرم و دلچسب برای صبح
مناسب عصرهای دوستانه و دورهمی
اگر صبحها دنبال یک جای متفاوت برای چای، املت یا صبحانه هستی، پاتوق محمد منتظر توست.
پیدا کردن پاتوقپاتوق یعنی جایی که بعد از اولین بار، دلت میخواهد دوباره به آن برگردی.
بدون تشریفات و فاصله؛ یک فضای راحت برای نشستن و گپ زدن.
ترکیب المانهای سنتی با حالوهوای مناسب نسل امروز.
قرار دوستانه، گپ شبانه یا یک صبحانه جمعی.
قرار نیست فقط چیزی بخوری؛ قرار است یک خاطره خوب بسازی.
مطالب کوتاه و جذاب درباره چای، صبحانه، قهوهخانههای سنتی و فرهنگ دورهمی.
نگاهی کوتاه به فرهنگ چای و جایگاه آن در دورهمیهای دوستانه.
ادامه مطلبصبحانه ساده، گرم و خوشمزه؛ همان چیزی که یک روز خوب نیاز دارد.
ادامه مطلبترکیب نوستالژی و سلیقه امروزی میتواند تجربهای متفاوت برای جوانها بسازد.
ادامه مطلبیک چای، یک صبحانه یا یک عصرانه... هر دلیلی که داشته باشی، پاتوق محمد میتواند مقصد بعدی دورهمی شما باشد.