الگو:کانتینر ترکیبی: تفاوت میان نسخهها
صفحهای تازه حاوی «<html> <!-- ========================================================= دستگاه چاپ بنر | اکوساوند Mobile First + SEO + Responsive ========================================================= --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"> <style> /* ========================================================= VARIABLES ======================...» ایجاد کرد |
بدون خلاصۀ ویرایش |
||
| (۱۲ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
| خط ۱: | خط ۱: | ||
<html | <html lang="fa" dir="rtl"> | ||
<link rel="stylesheet" | <link rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"> | |||
<style> | <style> | ||
/* ========================================================= | /* ========================================================= | ||
ROOT | |||
========================================================= */ | ========================================================= */ | ||
direction: rtl; | .print-banner-section{ | ||
width: 100%; | --navy:#0b3157; | ||
--navy-dark:#071f38; | |||
font-family: IRANSans, "Vazirmatn", Tahoma, Arial, sans-serif; | --green:#238b68; | ||
color: var(--text); | --green-dark:#176b50; | ||
--gold:#c99a2e; | |||
--gold-light:#e8c86a; | |||
--white:#ffffff; | |||
--light:#f7f8f5; | |||
--text:#17202a; | |||
--border:#d9dedb; | |||
direction:rtl; | |||
width:100%; | |||
max-width:100%; | |||
margin:0; | |||
padding:0; | |||
background:#fff; | |||
font-family: | |||
IRANSans, | |||
"Vazirmatn", | |||
Tahoma, | |||
Arial, | |||
sans-serif; | |||
color:var(--text); | |||
box-sizing:border-box; | |||
} | } | ||
/* ========================================================= | |||
RESET | |||
========================================================= */ | |||
.print-banner-section *, | .print-banner-section *, | ||
.print-banner-section *::before, | .print-banner-section *::before, | ||
.print-banner-section *::after { | .print-banner-section *::after{ | ||
box-sizing: border-box; | box-sizing:border-box; | ||
} | |||
.print-banner-section img{ | |||
max-width:100%; | |||
} | |||
.print-banner-section figure, | |||
.print-banner-section h1, | |||
.print-banner-section h2, | |||
.print-banner-section h3, | |||
.print-banner-section p{ | |||
margin-top:0; | |||
} | } | ||
| خط ۴۴: | خط ۶۸: | ||
MAIN CONTAINER | MAIN CONTAINER | ||
========================================================= */ | ========================================================= */ | ||
.print-banner-container { | |||
width: | .print-banner-container{ | ||
margin: 0 auto; | width:100%; | ||
padding: | max-width:1500px; | ||
margin:0 auto; | |||
padding:10px; | |||
} | } | ||
| خط ۵۳: | خط ۷۹: | ||
/* ========================================================= | /* ========================================================= | ||
HERO | HERO | ||
========================================================= */ | ========================================================= */ | ||
.print-banner-hero { | |||
display: | .print-banner-hero{ | ||
display:grid; | |||
width: 100%; | grid-template-columns:1fr; | ||
overflow: hidden; | |||
border-radius: 26px; | width:100%; | ||
background: #fff; | |||
overflow:hidden; | |||
border-radius:26px; | |||
background:#fff; | |||
} | |||
/* ========================================================= | |||
HERO IMAGE | |||
========================================================= */ | |||
.print-banner-hero-image{ | |||
position:relative; | |||
width:100%; | |||
height:clamp(260px,55vw,560px); | |||
overflow:hidden; | |||
margin:0; | |||
padding:0; | |||
} | } | ||
.print-banner-hero-image img{ | |||
display:block; | |||
width:100%; | |||
height:100%; | |||
margin:0; | |||
padding:0; | |||
border:0; | |||
object-fit:cover; | |||
object-position:center; | |||
} | } | ||
.print-banner-hero- | |||
display: | /* ========================================================= | ||
HERO CONTENT | |||
========================================================= */ | |||
.print-banner-hero-content{ | |||
display:flex; | |||
flex-direction:column; | |||
justify-content:center; | |||
align-items:justify; | |||
width:100%; | |||
padding:25px 15px; | |||
background:#fff; | |||
text-align:justify; | |||
} | } | ||
/* | /* ========================================================= | ||
.print-banner- | TITLE | ||
========================================================= */ | |||
.print-banner-title{ | |||
width:100%; | |||
margin:0 0 12px; | |||
color:var(--navy); | |||
font-size:clamp(28px,7vw,62px); | |||
line-height:1.45; | |||
font-weight:900; | |||
} | } | ||
.print-banner-title { | .print-banner-title span{ | ||
white-space:nowrap; | |||
} | } | ||
.print-banner-subtitle { | |||
display: flex; | /* ========================================================= | ||
align-items: center; | SUBTITLE | ||
justify-content: center; | ========================================================= */ | ||
gap: | |||
margin: 0 0 | .print-banner-subtitle{ | ||
color: var(--navy); | display:flex; | ||
font-size: clamp( | |||
align-items:center; | |||
line-height: 1.8; | justify-content:center; | ||
width:100%; | |||
gap:9px; | |||
margin:0 0 15px; | |||
color:var(--navy); | |||
font-size:clamp(16px,3.5vw,27px); | |||
line-height:1.8; | |||
font-weight:800; | |||
} | } | ||
.print-banner-subtitle::before, | .print-banner-subtitle::before, | ||
.print-banner-subtitle::after { | .print-banner-subtitle::after{ | ||
content: ""; | content:""; | ||
display: block; | |||
width: | display:block; | ||
height: 2px; | |||
flex | width:clamp(25px,5vw,55px); | ||
background: var(--gold); | |||
height:2px; | |||
flex:0 0 auto; | |||
background:var(--gold); | |||
} | } | ||
.print-banner-description { | |||
max-width: | /* ========================================================= | ||
margin: 0 auto; | DESCRIPTION | ||
font-size: clamp(15px, 2vw, 19px); | ========================================================= */ | ||
line-height: 2. | |||
.print-banner-description{ | |||
width:100%; | |||
max-width:680px; | |||
margin:0 auto; | |||
color:#222; | |||
font-size:clamp(15px,2.2vw,19px); | |||
line-height:2.15; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
BENEFITS | BENEFITS TABLE | ||
========================================================= */ | ========================================================= */ | ||
.print-banner-benefits { | |||
display: grid; | .print-banner-benefits{ | ||
grid-template-columns: repeat(2, 1fr); | display:grid; | ||
margin-top: | |||
grid-template-columns:repeat(2,minmax(0,1fr)); | |||
width:100%; | |||
margin-top:25px; | |||
gap:8px; | |||
} | } | ||
.print-benefit { | |||
position: relative; | /* ========================================================= | ||
display: flex; | BENEFIT CELL | ||
flex-direction: column; | ========================================================= */ | ||
align-items: center; | |||
justify-content: center; | .print-benefit{ | ||
position:relative; | |||
min-height: | |||
padding: | display:flex; | ||
flex-direction:column; | |||
align-items:center; | |||
justify-content:center; | |||
min-width:0; | |||
min-height:115px; | |||
padding:12px 8px; | |||
border:1px solid rgba(11,49,87,.22); | |||
border-radius:12px; | |||
background: | |||
linear-gradient( | |||
145deg, | |||
#ffffff 0%, | |||
#fbfcfa 100% | |||
); | |||
text-align:center; | |||
transition: | |||
border-color .2s ease, | |||
box-shadow .2s ease, | |||
transform .2s ease; | |||
} | |||
/* حذف خطوط قبلی */ | |||
.print-benefit:not(:last-child)::after{ | |||
display:none; | |||
} | } | ||
.print-benefit: | |||
/* Hover دسکتاپ */ | |||
@media (hover:hover){ | |||
.print-benefit:hover{ | |||
border-color:var(--gold); | |||
box-shadow: | |||
0 5px 16px rgba(11,49,87,.10); | |||
transform:translateY(-2px); | |||
} | |||
} | } | ||
.print-benefit-icon { | |||
/* ========================================================= | |||
BENEFIT ICON | |||
========================================================= */ | |||
.print-benefit-icon{ | |||
display:flex; | |||
color: var(--navy); | |||
font-size: | align-items:center; | ||
justify-content:center; | |||
width:46px; | |||
height:46px; | |||
margin-bottom:7px; | |||
color:var(--navy); | |||
font-size:31px; | |||
} | } | ||
/* رنگ آیکونها */ | |||
.print-benefit:nth-child(2) .print-benefit-icon, | .print-benefit:nth-child(2) .print-benefit-icon, | ||
.print-benefit:nth-child(4) .print-benefit-icon { | .print-benefit:nth-child(4) .print-benefit-icon{ | ||
color: var(--green); | color:var(--green); | ||
} | } | ||
.print-benefit:nth-child(3) .print-benefit-icon { | .print-benefit:nth-child(3) .print-benefit-icon{ | ||
color: var(--gold); | color:var(--gold); | ||
} | } | ||
.print-benefit-title { | |||
margin: 0; | /* ========================================================= | ||
color: #111; | BENEFIT TITLE | ||
font-size: | ========================================================= */ | ||
line-height: 1.8; | |||
font-weight: 700; | .print-benefit-title{ | ||
margin:0; | |||
color:#111; | |||
font-size:13px; | |||
line-height:1.8; | |||
font-weight:700; | |||
text-align:center; | |||
} | } | ||
| خط ۱۹۴: | خط ۳۶۳: | ||
SECTION TITLE | SECTION TITLE | ||
========================================================= */ | ========================================================= */ | ||
.print-section-heading { | |||
position: relative; | .print-section-heading{ | ||
display: flex; | position:relative; | ||
justify-content: center; | |||
display:flex; | |||
margin: | |||
align-items:center; | |||
justify-content:center; | |||
width:100%; | |||
margin:10px 0 0; | |||
} | } | ||
.print-section-heading | .print-section-heading::before{ | ||
content:""; | |||
position:absolute; | |||
right:0; | |||
left:0; | |||
background: var(-- | |||
height:1px; | |||
background:var(--gold); | |||
} | } | ||
.print-section-heading:: | .print-section-heading h2{ | ||
position:relative; | |||
z-index:2; | |||
min-width:180px; | |||
background: var(-- | |||
margin:0; | |||
padding:2px 10px; | |||
border-radius:50px; | |||
background:var(--navy); | |||
color:#fff; | |||
text-align:center; | |||
font-size:15px; | |||
line-height:1.6; | |||
font-weight:800; | |||
} | |||
.print-section-heading h3{ | |||
position:relative; | |||
z-index:2; | |||
min-width:180px; | |||
margin:0; | |||
padding:6px 30px; | |||
border-radius:50px; | |||
background:var(--navy); | |||
color:#fff; | |||
text-align:center; | |||
font-size:21px; | |||
line-height:1.6; | |||
font-weight:800; | |||
} | } | ||
| خط ۲۲۹: | خط ۴۴۵: | ||
/* ========================================================= | /* ========================================================= | ||
PORTFOLIO | PORTFOLIO | ||
========================================================= */ | ========================================================= */ | ||
.print-portfolio { | |||
margin | .print-portfolio{ | ||
padding: | width:100%; | ||
border: 1px solid var(--navy); | |||
border-radius: 22px; | margin:0; | ||
background: #fff; | |||
padding:20px 8px 8px; | |||
border:1px solid var(--navy); | |||
border-radius:22px; | |||
background:#fff; | |||
} | } | ||
.print-portfolio-grid{ | |||
display:grid; | |||
grid-template-columns: | |||
repeat(1,minmax(0,1fr)); | |||
grid-template-columns: 1fr; | gap:10px; | ||
gap: 10px; | |||
width:100%; | |||
margin:0; | |||
padding:0; | |||
} | } | ||
.print-portfolio-item{ | |||
position:relative; | |||
/ | display:block; | ||
width:100%; | |||
aspect-ratio:1.25 / 1; | |||
overflow: hidden; | |||
border-radius: 15px; | min-width:0; | ||
background: # | |||
margin:0; | |||
padding:0; | |||
overflow:hidden; | |||
border-radius:15px; | |||
background:#eef1ef; | |||
line-height:0; | |||
isolation:isolate; | |||
} | } | ||
.print-portfolio-item img{ | |||
position:absolute; | |||
inset:0; | |||
display: block; | display:block; | ||
width: 100%; | |||
height: 100%; | width:100%; | ||
object-fit: cover; | height:100%; | ||
object-position: center; | |||
max-width:none; | |||
margin:0; | |||
padding:0; | |||
border:0; | |||
object-fit:cover; | |||
object-position:center; | |||
vertical-align:middle; | |||
line-height:0; | |||
} | |||
/* ========================================================= | /* ========================================================= | ||
CAPTION | |||
========================================================= */ | ========================================================= */ | ||
display: flex; | .print-portfolio-caption{ | ||
align-items: center; | position:absolute; | ||
justify-content: center; | |||
right:0; | |||
bottom:0; | |||
left:0; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
width:100%; | |||
min-height:72px; | |||
margin:0; | |||
padding:10px 12px; | |||
background:rgba(7,31,56,.94); | |||
color:#fff; | |||
color: #fff; | |||
text-align: center | text-align:center; | ||
font-size:14px; | |||
opacity: 0; | |||
visibility: hidden; | line-height:1.8; | ||
font-weight:700; | |||
opacity:0; | |||
visibility:hidden; | |||
pointer-events:none; | |||
z-index:3; | |||
} | } | ||
.print-portfolio-item:hover | |||
.print-portfolio-caption{ | |||
.print-portfolio-item:hover .print-portfolio-caption { | opacity:1; | ||
opacity: 1; | visibility:visible; | ||
visibility: visible; | |||
} | } | ||
| خط ۳۱۵: | خط ۵۸۲: | ||
ADVANTAGES | ADVANTAGES | ||
========================================================= */ | ========================================================= */ | ||
.print-advantages{ | |||
width:100%; | |||
background: #fff; | margin:0; | ||
padding:20px 8px; | |||
border:1px solid var(--border); | |||
border-radius:22px; | |||
background:#fff; | |||
} | } | ||
.print-advantages-grid { | .print-advantages-grid{ | ||
display: grid; | display:grid; | ||
grid-template-columns: 1fr; | |||
grid-template-columns: | |||
repeat(1,minmax(0,1fr)); | |||
width:100%; | |||
} | } | ||
.print-advantage { | .print-advantage{ | ||
display: flex; | display:flex; | ||
flex-direction: row-reverse; | |||
align-items: center; | flex-direction:row-reverse; | ||
justify-content: center; | |||
gap: | align-items:center; | ||
min-height: | justify-content:center; | ||
padding: | |||
text-align: center; | gap:10px; | ||
min-width:0; | |||
min-height:75px; | |||
padding:10px; | |||
text-align:center; | |||
} | } | ||
.print-advantage:not(:last-child) { | .print-advantage:not(:last-child){ | ||
border-bottom: 1px dotted # | border-bottom:1px dotted #aaa; | ||
} | } | ||
.print-advantage-icon { | .print-advantage-icon{ | ||
flex: 0 0 auto; | display:flex; | ||
width: 38px; | |||
height: 38px; | align-items:center; | ||
justify-content:center; | |||
flex:0 0 auto; | |||
width:38px; | |||
height:38px; | |||
border:2px solid var(--navy); | |||
border-radius:50%; | |||
color:var(--navy); | |||
font-size:16px; | |||
} | |||
.print-advantage-text{ | |||
margin:0; | |||
color:#111; | |||
font-size:14px; | |||
line-height:1.8; | |||
font-weight:700; | |||
} | |||
/* ========================================================= | |||
SMALL MOBILE | |||
========================================================= */ | |||
@media (max-width:399px){ | |||
.print-banner-container{ | |||
padding:7px; | |||
} | |||
.print-banner-hero{ | |||
border-radius:20px; | |||
} | |||
.print-banner-hero-content{ | |||
padding:20px 10px; | |||
} | |||
.print-banner-title{ | |||
font-size:27px; | |||
} | |||
.print-banner-subtitle{ | |||
font-size:15px; | |||
} | |||
.print-banner-description{ | |||
font-size:14px; | |||
line-height:2; | |||
} | |||
.print-banner-benefits{ | |||
grid-template-columns:repeat(2,minmax(0,1fr)); | |||
gap:6px; | |||
margin-top:20px; | |||
} | |||
.print-benefit{ | |||
min-height:105px; | |||
padding:10px 5px; | |||
border-radius:10px; | |||
} | |||
.print-benefit-icon{ | |||
width:40px; | |||
height:40px; | |||
font-size:27px; | |||
margin-bottom:5px; | |||
} | |||
.print-benefit-title{ | |||
font-size:12px; | |||
line-height:1.7; | |||
} | |||
.print-portfolio-item{ | |||
aspect-ratio:1.2 / 1; | |||
} | |||
} | } | ||
.print- | |||
/* ========================================================= | |||
MOBILE | |||
========================================================= */ | |||
@media (min-width:400px) and (max-width:599px){ | |||
.print-banner-container{ | |||
padding:9px; | |||
} | |||
.print-banner-benefits{ | |||
grid-template-columns:repeat(2,minmax(0,1fr)); | |||
gap:7px; | |||
} | |||
.print-benefit{ | |||
min-height:110px; | |||
} | |||
.print-portfolio-item{ | |||
aspect-ratio:1.25 / 1; | |||
} | |||
} | } | ||
| خط ۳۷۴: | خط ۷۵۸: | ||
TABLET | TABLET | ||
========================================================= */ | ========================================================= */ | ||
.print-banner-container { | @media (min-width:600px){ | ||
padding: | |||
.print-banner-container{ | |||
padding:15px; | |||
} | |||
/* پنج سلول در یک ردیف */ | |||
.print-banner-benefits{ | |||
grid-template-columns: | |||
repeat(5,minmax(0,1fr)); | |||
gap:7px; | |||
} | |||
.print-benefit{ | |||
min-height:125px; | |||
} | } | ||
.print- | .print-benefit-title{ | ||
font-size:13px; | |||
} | } | ||
.print-portfolio-grid { | .print-portfolio-grid{ | ||
grid-template-columns: repeat( | grid-template-columns: | ||
gap: | repeat(3,minmax(0,1fr)); | ||
gap:11px; | |||
} | } | ||
.print-portfolio-item { | .print-portfolio-item{ | ||
aspect-ratio:1.3 / 1; | |||
} | } | ||
.print-advantages-grid { | .print-advantages-grid{ | ||
grid-template-columns: repeat(2, 1fr); | grid-template-columns: | ||
repeat(2,minmax(0,1fr)); | |||
} | } | ||
.print-advantage | .print-advantage{ | ||
min-height:85px; | |||
} | } | ||
.print-advantage:nth-last-child(-n+2) { | .print-advantage:nth-child(odd){ | ||
border-bottom: 0; | border-left:1px dotted #aaa; | ||
} | |||
.print-advantage:nth-last-child(-n+2){ | |||
border-bottom:0; | |||
} | } | ||
} | } | ||
| خط ۴۱۰: | خط ۸۱۴: | ||
DESKTOP | DESKTOP | ||
========================================================= */ | ========================================================= */ | ||
.print-banner-container { | @media (min-width:900px){ | ||
padding: 24px; | |||
.print-banner-container{ | |||
width:100%; | |||
max-width:1400px; | |||
margin-left:auto; | |||
margin-right:auto; | |||
padding:18px 20px 24px; | |||
} | } | ||
/* | |||
/* HERO */ | |||
.print-banner-hero{ | |||
.print-banner-hero { | |||
grid-template-columns: | |||
grid-template-columns: | minmax(0,1.08fr) | ||
min-height: 560px; | minmax(0,.92fr); | ||
border-radius: | |||
align-items:stretch; | |||
width:100%; | |||
min-height:430px; | |||
max-height:560px; | |||
border-radius:24px; | |||
} | } | ||
.print-banner-hero-image { | |||
min-height: | .print-banner-hero-image{ | ||
height: | |||
width:100%; | |||
height:100%; | |||
min-height:430px; | |||
max-height:560px; | |||
} | } | ||
.print-banner-hero-image img { | |||
min-height: 560px; | .print-banner-hero-image img{ | ||
width:100%; | |||
height:100%; | |||
min-height:430px; | |||
max-height:560px; | |||
object-fit:cover; | |||
object-position:center; | |||
} | } | ||
.print-banner-hero-content { | |||
padding: 35px | /* HERO CONTENT */ | ||
.print-banner-hero-content{ | |||
width:100%; | |||
min-width:0; | |||
min-height:430px; | |||
padding:35px 34px; | |||
overflow:hidden; | |||
} | } | ||
.print-banner-title { | |||
font-size: clamp( | .print-banner-title{ | ||
width:100%; | |||
margin-bottom:12px; | |||
font-size:clamp(36px,3.5vw,54px); | |||
line-height:1.4; | |||
} | } | ||
.print-banner-subtitle { | |||
font-size: | .print-banner-subtitle{ | ||
width:100%; | |||
margin-bottom:13px; | |||
font-size:clamp(19px,1.8vw,24px); | |||
line-height:1.8; | |||
} | } | ||
.print-banner-subtitle::before, | .print-banner-subtitle::before, | ||
.print-banner-subtitle::after { | .print-banner-subtitle::after{ | ||
width: | |||
width:42px; | |||
flex:0 0 42px; | |||
} | } | ||
.print-banner-description { | |||
font-size: | .print-banner-description{ | ||
line-height: 2 | |||
max-width:590px; | |||
font-size:16px; | |||
line-height:2; | |||
text-align:justify; | |||
} | } | ||
.print-banner-benefits { | |||
margin-top: | /* ===================================================== | ||
HERO BENEFITS DESKTOP | |||
===================================================== */ | |||
.print-banner-benefits{ | |||
grid-template-columns: | |||
repeat(5,minmax(0,1fr)); | |||
width:100%; | |||
margin-top:20px; | |||
gap:8px; | |||
} | } | ||
.print-benefit { | |||
min-height: | .print-benefit{ | ||
min-height:100px; | |||
padding:8px 5px; | |||
border:1px solid rgba(11,49,87,.25); | |||
border-radius:11px; | |||
} | } | ||
.print- | |||
.print-benefit-icon{ | |||
width:40px; | |||
height:40px; | |||
margin-bottom:5px; | |||
font-size:27px; | |||
} | } | ||
.print-benefit-title{ | |||
.print- | font-size:12px; | ||
line-height:1.7; | |||
} | } | ||
.print- | |||
/* SECTION HEADINGS */ | |||
.print-section-heading{ | |||
margin-top:20px; | |||
margin-bottom:0; | |||
} | } | ||
.print- | |||
.print-section-heading h2{ | |||
min-width:170px; | |||
padding:4px 22px; | |||
font-size:16px; | |||
line-height:1.7; | |||
} | } | ||
.print- | |||
/* PORTFOLIO */ | |||
padding: | |||
.print-portfolio{ | |||
width:100%; | |||
margin:0; | |||
padding:16px 8px 8px; | |||
border-radius:20px; | |||
} | } | ||
.print- | |||
.print-portfolio-grid{ | |||
display:grid; | |||
grid-template-columns: | |||
repeat(5,minmax(0,1fr)); | |||
gap:9px; | |||
width:100%; | |||
align-items:stretch; | |||
} | } | ||
.print- | |||
width: | .print-portfolio-item{ | ||
height: | |||
width:100%; | |||
aspect-ratio:1 / 1; | |||
height:auto; | |||
border-radius:13px; | |||
} | } | ||
.print-advantage-text { | |||
font-size: | .print-portfolio-item img{ | ||
width:100%; | |||
height:100%; | |||
object-fit:cover; | |||
} | |||
.print-portfolio-caption{ | |||
min-height:66px; | |||
padding:8px 7px; | |||
font-size:12px; | |||
line-height:1.7; | |||
} | |||
/* ADVANTAGES */ | |||
.print-advantages{ | |||
width:100%; | |||
margin:0; | |||
padding:12px 8px; | |||
border-radius:20px; | |||
} | |||
.print-advantages-grid{ | |||
display:grid; | |||
grid-template-columns: | |||
repeat(5,minmax(0,1fr)); | |||
width:100%; | |||
} | |||
.print-advantage{ | |||
min-height:82px; | |||
padding:8px 10px; | |||
gap:8px; | |||
} | |||
.print-advantage:not(:last-child){ | |||
border-left:1px dotted #aaa; | |||
border-bottom:0; | |||
} | |||
.print-advantage-icon{ | |||
width:36px; | |||
height:36px; | |||
font-size:15px; | |||
} | |||
.print-advantage-text{ | |||
font-size:12px; | |||
line-height:1.75; | |||
} | } | ||
} | } | ||
| خط ۵۱۳: | خط ۱٬۱۳۳: | ||
LARGE DESKTOP | LARGE DESKTOP | ||
========================================================= */ | ========================================================= */ | ||
.print-banner-hero { | @media (min-width:1200px){ | ||
grid-template-columns: | |||
min-height: | .print-banner-container{ | ||
max-width:1450px; | |||
padding:20px 24px 28px; | |||
} | |||
.print-banner-hero{ | |||
grid-template-columns: | |||
minmax(0,1.06fr) | |||
minmax(0,.94fr); | |||
min-height:470px; | |||
max-height:570px; | |||
border-radius:26px; | |||
} | |||
.print-banner-hero-image{ | |||
min-height:470px; | |||
max-height:570px; | |||
} | |||
.print-banner-hero-image img{ | |||
min-height:470px; | |||
max-height:570px; | |||
} | |||
.print-banner-hero-content{ | |||
min-height:470px; | |||
padding:40px 42px; | |||
} | |||
.print-banner-title{ | |||
font-size:clamp(42px,3.3vw,60px); | |||
line-height:1.4; | |||
} | |||
.print-banner-subtitle{ | |||
font-size:clamp(20px,1.7vw,26px); | |||
} | |||
.print-banner-description{ | |||
max-width:620px; | |||
font-size:17px; | |||
line-height:2.1; | |||
} | |||
.print-banner-benefits{ | |||
margin-top:24px; | |||
gap:9px; | |||
} | |||
.print-benefit{ | |||
min-height:105px; | |||
padding:8px 7px; | |||
border-radius:12px; | |||
} | |||
.print-benefit-icon{ | |||
width:44px; | |||
height:44px; | |||
font-size:29px; | |||
} | |||
.print-benefit-title{ | |||
font-size:13px; | |||
line-height:1.75; | |||
} | |||
.print-section-heading{ | |||
margin-top:22px; | |||
} | |||
.print-section-heading h2{ | |||
min-width:190px; | |||
padding:5px 28px; | |||
font-size:17px; | |||
} | |||
.print-portfolio{ | |||
padding:17px 9px 9px; | |||
} | |||
.print-portfolio-grid{ | |||
gap:10px; | |||
} | |||
.print-portfolio-item{ | |||
aspect-ratio:1.05 / 1; | |||
border-radius:14px; | |||
} | |||
.print-portfolio-caption{ | |||
min-height:70px; | |||
padding:9px; | |||
font-size:13px; | |||
} | |||
.print-advantages{ | |||
padding:14px 9px; | |||
} | |||
.print-advantage{ | |||
min-height:88px; | |||
padding:8px 12px; | |||
} | |||
.print-advantage-icon{ | |||
width:39px; | |||
height:39px; | |||
} | |||
.print-advantage-text{ | |||
font-size:13px; | |||
} | |||
} | |||
/* ========================================================= | |||
VERY LARGE DESKTOP | |||
========================================================= */ | |||
@media (min-width:1500px){ | |||
.print-banner-container{ | |||
max-width:1500px; | |||
padding:22px 26px 30px; | |||
} | } | ||
.print-banner-hero- | |||
.print-banner-hero{ | |||
grid-template-columns: | |||
minmax(0,1.05fr) | |||
minmax(0,.95fr); | |||
min-height:500px; | |||
max-height:580px; | |||
} | } | ||
.print- | |||
height: | .print-banner-hero-image{ | ||
min-height:500px; | |||
max-height:580px; | |||
} | } | ||
.print-banner-hero-image img{ | |||
min-height:500px; | |||
max-height:580px; | |||
} | |||
.print-banner-hero-content{ | |||
min-height:500px; | |||
padding:45px 48px; | |||
} | |||
.print-banner-title{ | |||
font-size:60px; | |||
} | |||
.print-banner-description{ | |||
font-size:18px; | |||
} | |||
.print-portfolio-item{ | |||
aspect-ratio:1.08 / 1; | |||
} | |||
.print-portfolio-caption{ | |||
min-height:74px; | |||
font-size:14px; | |||
} | |||
} | |||
/* ========================================================= | |||
TOUCH DEVICES | |||
========================================================= */ | |||
@media (hover:none){ | |||
.print-portfolio-caption{ | |||
opacity:1; | |||
visibility:visible; | |||
min-height:58px; | |||
background: | |||
linear-gradient( | |||
to top, | |||
rgba(7,31,56,.96), | |||
rgba(7,31,56,.65) | |||
); | |||
} | |||
} | |||
/* ========================================================= | |||
جلوگیری از فضای اضافی احتمالی قالب | |||
========================================================= */ | |||
.print-banner-section | |||
.print-portfolio-item::after{ | |||
content:none !important; | |||
} | |||
.print-banner-section | |||
.print-portfolio-item{ | |||
font-size:0 !important; | |||
} | |||
.print-banner-section | |||
.print-portfolio-item img{ | |||
font-size:0 !important; | |||
} | } | ||
/* ========================================================= | /* ========================================================= | ||
ACCESSIBILITY | |||
========================================================= */ | ========================================================= */ | ||
.print- | @media (prefers-reduced-motion:reduce){ | ||
.print-banner-section *, | |||
.print-banner-section *::before, | |||
.print-banner-section *::after{ | |||
animation:none !important; | |||
transition:none !important; | |||
scroll-behavior:auto !important; | |||
} | } | ||
} | } | ||
| خط ۵۵۵: | خط ۱٬۴۶۳: | ||
aria-labelledby="print-banner-title"> | aria-labelledby="print-banner-title"> | ||
<div class="print-banner- | <div class="print-banner-container"> | ||
<!-- ========================================================= | |||
HERO | |||
========================================================= --> | |||
<header class="print-banner-hero"> | |||
<div class="print-banner-hero-image"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260005-01/260005-01-67.png" | |||
alt="دستگاه چاپ بنر اکوسالوند با کیفیت چاپ بالا" | |||
loading="eager" | |||
> | |||
</div> | |||
<div class="print-banner-hero-content"> | |||
< | <h1 id="print-banner-title" | ||
class="print-banner-title"> | |||
< | دستگاه چاپ بنر | ||
<span>(اکوسالوند)</span> | |||
</h1> | |||
<h2 class="print-banner-subtitle"> | |||
چاپ با کیفیت بالا، رنگهای زنده و ماندگار | |||
</h2> | |||
<p class="print-banner-description"> | |||
چاپ اکوسالونت با کیفیت بالا، دوام عالی و رنگهای درخشان، | |||
گزینهای مناسب برای چاپ فضای باز است. | |||
</p> | |||
<!-- ================================================= | |||
BENEFITS TABLE | |||
================================================= --> | |||
<div class="print-banner-benefits" | |||
aria-label="مزایای دستگاه چاپ بنر"> | |||
<div class="print-benefit"> | |||
<div class="print-benefit-icon"> | |||
<i class="fa-solid fa-award" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print- | <p class="print-benefit-title"> | ||
چاپ | کیفیت چاپ بالا | ||
و جزئیات دقیق | |||
</p> | </p> | ||
</div> | |||
<div class="print-benefit"> | |||
<div class="print-benefit-icon"> | |||
<i class="fa-solid fa-sun" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print-benefit-title"> | |||
مقاومت بالا در برابر | |||
نور خورشید و آب | |||
</p> | |||
</div> | |||
<div class="print-benefit"> | |||
<div class="print-benefit-icon"> | |||
<i class="fa-solid fa-leaf" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print-benefit-title"> | |||
جوهرهای سازگار | |||
با محیط زیست | |||
</p> | |||
</div> | |||
<div class="print-benefit"> | |||
<div class="print-benefit-icon"> | |||
<i class="fa-solid fa-gauge-high" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print-benefit-title"> | |||
سرعت چاپ بالا | |||
و تحویل سریع | |||
</p> | |||
</div> | |||
<div class="print-benefit"> | |||
<div class="print-benefit-icon"> | |||
<i class="fa-solid fa-thumbs-up" | |||
aria-hidden="true"></i> | |||
</div> | </div> | ||
<p class="print-benefit-title"> | |||
مقرون به صرفه | |||
و اقتصادی | |||
</p> | |||
</div> | </div> | ||
</div> | |||
</div> | |||
</header> | |||
</div> | |||
</section> | |||
<!-- ========================================================= | |||
PORTFOLIO | |||
========================================================= --> | |||
<div class="print-section-heading"> | |||
<h2>نمونه کارها</h2> | |||
</div> | |||
<section class="print-portfolio" | |||
aria-label="نمونه کارهای چاپ بنر"> | |||
<div class="print-portfolio-grid"> | |||
<figure class="print-portfolio-item"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260005-01/260005-01-66.png" | |||
alt="چاپ بنر تبلیغاتی فضای باز" | |||
loading="lazy" | |||
> | |||
<figcaption class="print-portfolio-caption"> | |||
چاپ بنر تبلیغاتی فضای باز | |||
با کیفیت بالا | |||
</figcaption> | |||
</figure> | |||
<figure class="print-portfolio-item"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260005-01/260005-01-62.png" | |||
alt="چاپ پوستر تبلیغاتی فروشگاه" | |||
loading="lazy" | |||
> | |||
<figcaption class="print-portfolio-caption"> | |||
چاپ پوستر تبلیغاتی | |||
برای فروشگاه و برندها | |||
</figcaption> | |||
</figure> | |||
<figure class="print-portfolio-item"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260005-01/260005-01-59.png" | |||
alt="چاپ تبلیغات روی بدنه اتوبوس" | |||
loading="lazy" | |||
> | |||
<figcaption class="print-portfolio-caption"> | |||
چاپ تبلیغات روی | |||
وسایل نقلیه و اتوبوس | |||
</figcaption> | |||
</figure> | |||
<figure class="print-portfolio-item"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260005-01/260005-01-60.png" | |||
alt="چاپ استند و بنر تبلیغاتی" | |||
loading="lazy" | |||
> | |||
<figcaption class="print-portfolio-caption"> | |||
چاپ استند و بنر تبلیغاتی | |||
مناسب رویدادها | |||
</figcaption> | |||
</figure> | |||
<figure class="print-portfolio-item"> | |||
<img | |||
src="https://dl.faraghaib.ir/m/260005-01/260005-01-61.png" | |||
alt="چاپ تصویر و طرح دکوراتیو" | |||
loading="lazy" | |||
> | |||
</ | <figcaption class="print-portfolio-caption"> | ||
چاپ طرحهای دکوراتیو | |||
و تصاویر باکیفیت | |||
</figcaption> | |||
</figure> | |||
</div> | |||
</section> | |||
<!-- ========================================================= | |||
ADVANTAGES | |||
========================================================= --> | |||
<div class="print-section-heading"> | |||
<h2>مزایا</h2> | |||
</div> | |||
<section class="print-advantages" | |||
aria-label="مزایای چاپ اکوسالوند"> | |||
<div class="print-advantages-grid"> | |||
<div class="print-advantage"> | |||
<div class="print-advantage-icon"> | |||
<i class="fa-solid fa-check" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print-advantage-text"> | |||
چاپ بر روی طیف وسیعی | |||
از متریالها | |||
</p> | |||
</div> | |||
<div class="print-advantage"> | |||
<div class="print-advantage-icon"> | |||
<i class="fa-solid fa-check" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print-advantage-text"> | |||
رنگهای زنده | |||
با ماندگاری طولانی | |||
</p> | |||
</div> | |||
<div class="print-advantage"> | |||
<div class="print-advantage-icon"> | |||
<i class="fa-solid fa-check" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print-advantage-text"> | |||
مقاوم در برابر شرایط | |||
جوی و خراش | |||
</p> | |||
</div> | |||
<div class="print-advantage"> | |||
<div class="print-advantage-icon"> | |||
<i class="fa-solid fa-check" | |||
aria-hidden="true"></i> | |||
</div> | |||
<p class="print-advantage-text"> | |||
سازگار با محیط زیست | |||
بدون بوی تند | |||
</p> | |||
</div> | |||
<div class="print-advantage"> | |||
</div> | <div class="print-advantage-icon"> | ||
<i class="fa-solid fa-check" | |||
aria-hidden="true"></i> | |||
</div> | |||
</ | <p class="print-advantage-text"> | ||
هزینه نگهداری پایین | |||
و عمر طولانی دستگاه | |||
</p> | |||
</div> | </div> | ||
</div> | |||
</section> | </section> | ||
</div> | |||
</section> | |||
</html> | </html> | ||