تماس با ما
آدرس:
استان، شهر، خیابان، پلاک کد پستی: ۱۱۱۱۱۱۱۱۱۱
تلفن:
۰۲۱-۲۲۲۲۲۲۲۲
ایمیل:
info@gmail.com
/* ================================= PASARGAD - RIGHT SIDE ================================= */ /* راستچین کردن کل سایت */ body, main, header, section, footer { direction: rtl; text-align: right; } /* ========================= هدر - بخش سمت راست ========================= */ header .container, .site-header .container, .header .container { display: flex; align-items: center; justify-content: space-between; } /* لوگوی سمت راست */ .logo, .site-logo, .header-logo { margin-right: 0; margin-left: auto; display: flex; align-items: center; } /* منوی سمت راست */ .main-menu, .nav-menu, .navigation { display: flex; align-items: center; justify-content: flex-start; gap: 28px; direction: rtl; } /* آیتمهای منو */ .main-menu a, .nav-menu a, .navigation a { color: #111 !important; font-weight: 700; position: relative; transition: .25s ease; } /* خط طلایی زیر منو */ .main-menu a::after, .nav-menu a::after, .navigation a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; background: #c9a227; transition: .25s ease; } .main-menu a:hover::after, .nav-menu a:hover::after, .navigation a:hover::after { width: 100%; } .main-menu a:hover, .nav-menu a:hover, .navigation a:hover { color: #c9a227 !important; } /* ========================= بنر - محتوای سمت راست ========================= */ .hero, .hero-section, .main-banner, .banner { position: relative; direction: rtl; } /* متن سمت راست بنر */ .hero-content, .hero-text, .banner-content, .banner-text { text-align: right !important; direction: rtl; } /* تیتر اصلی */ .hero-content h1, .hero-text h1, .banner-content h1, .banner-text h1 { font-size: clamp(32px, 4vw, 62px); font-weight: 900; line-height: 1.3; color: #ffffff; margin-bottom: 15px; } /* کلمه طلایی */ .hero-content .gold, .hero-text .gold, .banner-content .gold { color: #d4af37 !important; } /* توضیحات */ .hero-content p, .hero-text p, .banner-content p, .banner-text p { color: #eeeeee; font-size: 17px; line-height: 2; max-width: 550px; margin-right: 0; margin-left: auto; } /* دکمه اصلی */ .hero-content .btn, .hero-text .btn, .banner-content .btn, .banner-text .btn { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient( 135deg, #d4af37, #b8860b ) !important; color: #111 !important; font-weight: 900; border-radius: 30px !important; padding: 14px 32px; box-shadow: 0 8px 25px rgba(212,175,55