This commit is contained in:
2026-05-31 18:03:15 +03:30
parent 1f21c30a5d
commit 22e241a881
44 changed files with 737 additions and 8989 deletions

View File

@@ -0,0 +1,168 @@
<!doctype html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./src/core/stylesheet/core.css" />
<link rel="stylesheet" href="./src/assets/css/footer.css" />
<link rel="stylesheet" href="./src/assets/css/footer-responsive.css" />
<title></title>
</head>
<body>
<div id="root">
<footer class="footer">
<div class="footer-bottom-line"></div>
<div class="container">
<div class="footer-cta">
<div class="footer-cta-content">
<img class="footer-imga" src="./public/images/Group.png" alt="footer"/>
<img class="footer-imgb" src="/public/images/Ñëîé_10.png" alt="footer"/>
<img class="footer-imgc" src="/public/images/Vector (1).png" alt="footer"/>
<img class="footer-imgd" src="/public/images/Vector.png" alt="footer"/>
<div class="footer-cta-txt">
<h2>برای شروع آماده‌اید؟</h2>
<p>خلاقیت و نوآوری منتظر شماست. برای رشد برند خود اکنون اقدام کنید.</p>
</div>
<a href="/consultation" class="footer-cta-btn">
<span>درخواست جلسه مشاوره </span>
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#phone"></use>
</svg>
</a>
</div>
</div>
<div class="footer-container">
<div class="footer-column footer-one">
<svg aria-hidden="true" width="140px" height="60px">
<use href="./src/assets/icons/footer.svg#inova-logo"></use>
</svg>
<p class="footer-column-txt">
آژانس بازاریابی اینووا، جایی برای هموار کردن مسیر رشد برند شما با استراتژی‌های
نوآورانه و طراحی‌های هوشمندانه است.
</p>
<div class="social-links">
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#instagram"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#telegram"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#linkedin"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#twitter"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#youtube"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#aparat"></use>
</svg>
</a>
</div>
</div>
<div class="footer-column footer-column-two">
<h3>ارتباط با ما</h3>
<ul>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#phone"></use>
</svg>
<a href="/contact">تلفن: 91096311-021</a>
</li>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#email"></use>
</svg>
<a href="Info@inova-agency.net"> ایمیل: Info@inova-agency.net </a>
</li>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#codeposti"></use>
</svg>
<div>کد پستی: 1518633969</div>
</li>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#location"></use>
</svg>
<div >
تهران، بلوار نلسون ماندلا (جردن)، پایین تر از جهان کودک، خیابان ناوک، پلاک 12،
طبقه سوم، واحد 8</div>
</li>
</ul>
</div>
<div class="footer-column footer-column-three">
<h3>دسترسی های سریع</h3>
<ul>
<li><a href="">صفحه اصلی</a></li>
<li><a href="">نمونه کارها</a></li>
<li><a href="">درباره ما</a></li>
<li><a href="">تماس با ما</a></li>
</ul>
</div>
<div class="footer-column footer-column-four">
<h3>مجوزها</h3>
<ul>
<li class="footer-icon-three">
<svg aria-hidden="true" width="30px" height="24px">
<use href="./src/assets/icons/footer.svg#mojavez2"></use>
</svg>
<a href="" target="_blank"> دارای مجوز رسمی از نظام صنفی رایانه‌ای </a>
</li>
<li class="footer-icon-three">
<svg aria-hidden="true" width="30px" height="24px">
<use href="./src/assets/icons/footer.svg#mojavez3"></use>
</svg>
<a href="" target="_blank"> عضو انجمن صنفی کسب‌وکارهای اینترنتی </a>
</li>
<li class="footer-icon-three">
<img class="ershad-logo" src="./public/images/DigitalPublish 1.png" alt="ershad"/>
<a href="" target="_blank"> دارای مجوز نشر برخط از وزارت ارشاد اسلامی </a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
© کلیه حقوق مادی و معنوی این وب‌سایت متعلق به
<span>شرکت پردازشگران بینش‌ساز نگاه نو</span>می‌باشد
</div>
</div>
</footer>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

BIN
public/images/Group.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/images/Vector.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 KiB

View File

@@ -1,35 +0,0 @@
<svg width="110" height="33" viewBox="0 0 110 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_333_3899)">
<path d="M84.832 15.3669C84.1796 15.7789 83.3638 15.8122 82.5347 15.5335C81.4704 15.176 80.386 14.3036 79.5973 13.0575C78.1958 10.8361 78.2665 8.28035 79.7559 7.33925C81.2453 6.39815 83.593 7.43114 84.9905 9.64757C85.1998 9.97861 85.3812 10.3265 85.5327 10.6876C86.3345 12.6133 86.0931 14.5692 84.832 15.3669Z" fill="#0066FF"/>
<path d="M90.6252 10.6874C90.4078 10.8248 90.1689 10.9248 89.9184 10.9833C89.3024 11.1277 88.6673 11.0105 88.0725 10.6874C86.9133 10.0583 85.9046 8.64667 85.4875 6.8604C84.8554 4.15928 85.8137 1.62477 87.6282 1.19966C89.4428 0.77455 91.426 2.62646 92.0581 5.32253C92.6023 7.64701 91.9682 9.84728 90.6252 10.6874Z" fill="#FC4629"/>
<path d="M101.501 9.648C100.099 11.8695 100.169 14.4252 101.659 15.3673C103.148 16.3094 105.496 15.2754 106.893 13.058C108.291 10.8405 108.224 8.28179 106.732 7.33968C105.239 6.39757 102.903 7.43157 101.501 9.648Z" fill="#0066FF"/>
<path d="M100.809 6.86067C101.441 4.15919 100.483 1.62498 98.6678 1.20034C96.853 0.775696 94.8695 2.62143 94.2373 5.32291C93.6052 8.02438 94.5639 10.5586 96.3786 10.9832C98.1934 11.4079 100.177 9.56214 100.809 6.86067Z" fill="#FC4629"/>
<path d="M103.938 25.0281C103.858 26.0247 103.539 26.9874 103.009 27.8347C102.478 28.6821 101.751 29.3892 100.889 29.8962C100.028 30.4032 99.0564 30.6953 98.0579 30.7477C97.0595 30.8 96.0631 30.6112 95.1531 30.1971C94.5554 29.9246 93.9061 29.7836 93.2492 29.7836C92.5923 29.7836 91.943 29.9246 91.3453 30.1971C89.9049 30.8547 88.268 30.9388 86.7678 30.4322C85.2675 29.9257 84.0167 28.8666 83.2697 27.4704C82.5227 26.0742 82.3357 24.4459 82.7468 22.9167C83.1579 21.3876 84.1362 20.0725 85.4826 19.2391C85.5934 17.2892 86.4339 15.4524 87.8371 14.0939C89.2403 12.7355 91.1034 11.9548 93.0558 11.9072C93.1194 11.9072 93.1831 11.9072 93.2457 11.9072C95.232 11.9063 97.1433 12.6657 98.5875 14.0295C100.032 15.3933 100.899 17.258 101.012 19.2411C101.984 19.8434 102.772 20.7022 103.289 21.7232C103.805 22.7441 104.03 23.8877 103.938 25.0281Z" fill="#0066FF"/>
<path d="M93.0341 11.8848V14.0366C93.0341 15.9326 92.2809 17.751 90.9401 19.0918C89.5994 20.4325 87.781 21.1857 85.8849 21.1857H83.4726C83.9776 20.3879 84.6562 19.7145 85.4578 19.2157C85.5689 17.2654 86.41 15.4284 87.8138 14.0701C89.2176 12.7118 91.0812 11.9316 93.0341 11.8848Z" fill="white"/>
<path d="M89.1581 17.2344C89.5312 17.2344 89.8336 16.9319 89.8336 16.5588C89.8336 16.1857 89.5312 15.8833 89.1581 15.8833C88.785 15.8833 88.4825 16.1857 88.4825 16.5588C88.4825 16.9319 88.785 17.2344 89.1581 17.2344Z" fill="#0066FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.4335 25.8512C91.6257 25.4625 91.248 24.791 91.1764 23.9327C91.143 23.55 91.347 23.3662 91.7287 23.3662C92.282 23.3723 92.8394 23.3864 93.3938 23.3864C93.6705 23.3864 93.9411 23.3723 94.2168 23.3723C94.2898 23.3686 94.3628 23.3809 94.4307 23.4082C94.4986 23.4355 94.5597 23.4773 94.6099 23.5306C94.66 23.5839 94.698 23.6475 94.7211 23.7169C94.7442 23.7863 94.752 23.86 94.7439 23.9327C94.6247 24.7617 94.2955 25.4655 93.4928 25.8512C93.3289 25.9348 93.1478 25.9789 92.9638 25.98C92.7799 25.981 92.5983 25.939 92.4335 25.8573V25.8512Z" fill="white"/>
<path d="M1.64091 16.5943C1.95879 16.0478 2.41053 15.5912 2.9536 15.2675C3.49383 14.94 4.11424 14.7688 4.74593 14.7727H8.59415C9.26296 14.7655 9.92279 14.927 10.5127 15.2422C11.0808 15.5433 11.5588 15.9896 11.8981 16.5357C12.2391 17.0896 12.4153 17.7292 12.406 18.3796C12.4123 19.0537 12.2353 19.7168 11.8941 20.2981C11.5602 20.8723 11.0828 21.3497 10.5087 21.6835C9.92734 22.0249 9.2642 22.2018 8.59011 22.1955C7.93797 22.2042 7.29689 22.0266 6.74224 21.6835C6.19729 21.3441 5.75229 20.866 5.45277 20.2981C5.13683 19.7084 4.97498 19.0485 4.98222 18.3796V17.5233H4.78027C4.66574 17.5226 4.55229 17.5454 4.44689 17.5902C4.34148 17.635 4.24635 17.7009 4.16734 17.7838C4.08331 17.8655 4.01693 17.9636 3.97229 18.072C3.92765 18.1803 3.90572 18.2967 3.90783 18.4139V26.3769H1.1542V18.4169C1.1483 17.7765 1.31653 17.1465 1.64091 16.5943ZM9.24948 19.0299C9.33278 18.9438 9.39796 18.8419 9.44115 18.7302C9.48434 18.6185 9.50466 18.4993 9.50091 18.3796C9.50465 18.2617 9.48428 18.1443 9.44104 18.0345C9.39781 17.9248 9.33262 17.8251 9.24948 17.7414C9.16305 17.6572 9.06036 17.5915 8.94769 17.5482C8.83502 17.505 8.71473 17.4852 8.59415 17.49H7.7207V18.3796C7.71336 18.619 7.80082 18.8516 7.96405 19.0268C8.04431 19.1129 8.14208 19.1808 8.25076 19.2259C8.35945 19.271 8.47654 19.2923 8.59415 19.2884C8.71535 19.2932 8.83623 19.2727 8.94907 19.2282C9.0619 19.1837 9.16422 19.1161 9.24948 19.0299Z" fill="#0066FF"/>
<path d="M16.9315 23.6056C17.4082 23.3364 17.7272 23.0957 17.8888 22.8837C18.0493 22.6774 18.1354 22.423 18.1332 22.1617H17.2759C16.607 22.1685 15.9472 22.0067 15.3573 21.6911C14.7904 21.3904 14.3137 20.9443 13.976 20.3986C13.633 19.8443 13.4554 19.2036 13.464 18.5518C13.4607 17.8819 13.6375 17.2234 13.976 16.6453C14.3091 16.0647 14.7903 15.5828 15.3705 15.2488C15.948 14.9099 16.6062 14.7327 17.2759 14.7359C17.9281 14.7275 18.5692 14.9054 19.1237 15.2488C19.6701 15.5878 20.1165 16.066 20.4173 16.6342C20.7327 17.2241 20.8942 17.884 20.8868 18.5528V20.954C20.8868 22.052 20.7272 22.9365 20.4082 23.6077C20.0891 24.2788 19.5657 24.8665 18.838 25.3707C18.1103 25.8743 17.0298 26.4343 15.5966 27.051L14.7575 24.6275C15.4991 24.3242 16.2248 23.9831 16.9315 23.6056ZM18.1332 19.4404V18.5508C18.1433 18.31 18.0589 18.0748 17.8979 17.8954C17.8181 17.8117 17.7213 17.7459 17.614 17.7025C17.5068 17.6592 17.3915 17.6392 17.2759 17.644C17.1568 17.6407 17.0383 17.6613 16.9274 17.7045C16.8164 17.7477 16.7152 17.8126 16.6296 17.8954C16.5429 17.9804 16.4749 18.0827 16.43 18.1955C16.3852 18.3084 16.3644 18.4294 16.3691 18.5508C16.3656 18.6694 16.387 18.7875 16.4319 18.8974C16.4767 19.0073 16.5441 19.1066 16.6296 19.1889C16.7152 19.2718 16.8164 19.3367 16.9274 19.3799C17.0383 19.4231 17.1568 19.4436 17.2759 19.4404H18.1332ZM20.7363 19.2556H21.4916C21.5145 19.2524 21.5378 19.2545 21.5597 19.2618C21.5816 19.2692 21.6014 19.2815 21.6177 19.2979C21.634 19.3143 21.6462 19.3342 21.6534 19.3562C21.6606 19.3781 21.6626 19.4014 21.6593 19.4242V21.9931C21.6626 22.0159 21.6606 22.0392 21.6534 22.0611C21.6462 22.083 21.634 22.103 21.6177 22.1194C21.6014 22.1357 21.5816 22.1481 21.5597 22.1554C21.5378 22.1628 21.5145 22.1649 21.4916 22.1617H20.7363V19.2556Z" fill="#0066FF"/>
<path d="M21.3238 21.9928V19.424C21.3205 19.4012 21.3225 19.3779 21.3297 19.3559C21.3369 19.334 21.3491 19.3141 21.3654 19.2977C21.3817 19.2813 21.4015 19.269 21.4234 19.2616C21.4453 19.2543 21.4686 19.2521 21.4914 19.2554H23.5271C23.5499 19.2524 23.5731 19.2546 23.5949 19.2621C23.6167 19.2695 23.6365 19.2818 23.6527 19.2982C23.6689 19.3145 23.6812 19.3343 23.6885 19.3562C23.6957 19.378 23.6979 19.4012 23.6948 19.424V21.9928C23.6979 22.0156 23.6957 22.0388 23.6885 22.0607C23.6812 22.0825 23.6689 22.1023 23.6527 22.1187C23.6365 22.135 23.6167 22.1473 23.5949 22.1548C23.5731 22.1622 23.5499 22.1645 23.5271 22.1615H21.4914C21.4686 22.1647 21.4453 22.1626 21.4234 22.1552C21.4015 22.1479 21.3817 22.1355 21.3654 22.1191C21.3491 22.1028 21.3369 22.0828 21.3297 22.0609C21.3225 22.039 21.3205 22.0157 21.3238 21.9928Z" fill="#0066FF"/>
<path d="M23.3558 21.9929V19.4241C23.3527 19.4013 23.3548 19.3781 23.3621 19.3562C23.3694 19.3344 23.3817 19.3146 23.3979 19.2982C23.4141 19.2819 23.4339 19.2696 23.4557 19.2621C23.4774 19.2547 23.5006 19.2524 23.5235 19.2554H25.5561C25.5789 19.2524 25.6021 19.2547 25.6239 19.2621C25.6457 19.2696 25.6655 19.2819 25.6817 19.2982C25.6979 19.3146 25.7101 19.3344 25.7174 19.3562C25.7247 19.3781 25.7269 19.4013 25.7237 19.4241V21.9929C25.7269 22.0157 25.7247 22.0389 25.7174 22.0607C25.7101 22.0826 25.6979 22.1024 25.6817 22.1187C25.6655 22.1351 25.6457 22.1474 25.6239 22.1548C25.6021 22.1623 25.5789 22.1646 25.5561 22.1615H23.5275C23.5044 22.1653 23.4807 22.1635 23.4584 22.1564C23.4361 22.1493 23.4158 22.137 23.3991 22.1206C23.3824 22.1042 23.3697 22.0841 23.3622 22.0619C23.3547 22.0397 23.3525 22.0161 23.3558 21.9929Z" fill="#0066FF"/>
<path d="M25.3871 21.9928V19.424C25.384 19.4011 25.3861 19.3778 25.3935 19.3559C25.4008 19.334 25.4131 19.3141 25.4295 19.2977C25.4458 19.2814 25.4657 19.269 25.4876 19.2617C25.5096 19.2543 25.5329 19.2522 25.5558 19.2554H27.5874C27.6103 19.2521 27.6336 19.2543 27.6554 19.2616C27.6773 19.269 27.6972 19.2813 27.7135 19.2977C27.7297 19.3141 27.742 19.334 27.7492 19.3559C27.7564 19.3779 27.7584 19.4012 27.755 19.424V21.9928C27.7584 22.0157 27.7564 22.039 27.7492 22.0609C27.742 22.0828 27.7297 22.1028 27.7135 22.1191C27.6972 22.1355 27.6773 22.1479 27.6554 22.1552C27.6336 22.1626 27.6103 22.1647 27.5874 22.1615H25.5558C25.5329 22.1647 25.5096 22.1625 25.4876 22.1551C25.4657 22.1478 25.4458 22.1355 25.4295 22.1191C25.4131 22.1028 25.4008 22.0829 25.3935 22.061C25.3861 22.039 25.384 22.0157 25.3871 21.9928Z" fill="#0066FF"/>
<path d="M27.4205 21.9928V19.424C27.4171 19.4012 27.4191 19.3779 27.4264 19.3559C27.4336 19.334 27.4458 19.3141 27.4621 19.2977C27.4783 19.2813 27.4982 19.269 27.5201 19.2616C27.542 19.2543 27.5653 19.2521 27.5881 19.2554H29.6198C29.6427 19.2522 29.666 19.2543 29.6879 19.2617C29.7098 19.269 29.7297 19.2814 29.7461 19.2977C29.7624 19.3141 29.7747 19.334 29.7821 19.3559C29.7894 19.3778 29.7916 19.4011 29.7884 19.424V21.9928C29.7916 22.0157 29.7894 22.039 29.7821 22.061C29.7747 22.0829 29.7624 22.1028 29.7461 22.1191C29.7297 22.1355 29.7098 22.1478 29.6879 22.1551C29.666 22.1625 29.6427 22.1647 29.6198 22.1615H27.5881C27.5653 22.1647 27.542 22.1626 27.5201 22.1552C27.4982 22.1479 27.4783 22.1355 27.4621 22.1191C27.4458 22.1028 27.4336 22.0828 27.4264 22.0609C27.4191 22.039 27.4171 22.0157 27.4205 21.9928Z" fill="#0066FF"/>
<path d="M29.4518 21.9928V19.424C29.4484 19.4012 29.4504 19.3779 29.4577 19.3559C29.4649 19.334 29.4771 19.3141 29.4934 19.2977C29.5097 19.2813 29.5295 19.269 29.5514 19.2616C29.5733 19.2543 29.5966 19.2521 29.6194 19.2554H31.6521C31.6749 19.2524 31.6981 19.2546 31.7199 19.2621C31.7417 19.2695 31.7614 19.2818 31.7777 19.2982C31.7939 19.3145 31.8061 19.3343 31.8134 19.3562C31.8207 19.378 31.8229 19.4012 31.8197 19.424V21.9928C31.8229 22.0156 31.8207 22.0388 31.8134 22.0607C31.8061 22.0825 31.7939 22.1023 31.7777 22.1187C31.7614 22.135 31.7417 22.1473 31.7199 22.1548C31.6981 22.1622 31.6749 22.1645 31.6521 22.1615H29.6194C29.5966 22.1647 29.5733 22.1626 29.5514 22.1552C29.5295 22.1479 29.5097 22.1355 29.4934 22.1191C29.4771 22.1028 29.4649 22.0828 29.4577 22.0609C29.4504 22.039 29.4484 22.0157 29.4518 21.9928Z" fill="#0066FF"/>
<path d="M31.4838 21.9928V19.424C31.4806 19.4012 31.4828 19.378 31.4901 19.3562C31.4974 19.3343 31.5096 19.3145 31.5258 19.2982C31.5421 19.2818 31.5618 19.2695 31.5836 19.2621C31.6054 19.2546 31.6286 19.2524 31.6514 19.2554H33.6841C33.7069 19.2521 33.7302 19.2543 33.7521 19.2616C33.774 19.269 33.7939 19.2813 33.8101 19.2977C33.8264 19.3141 33.8386 19.334 33.8458 19.3559C33.8531 19.3779 33.8551 19.4012 33.8517 19.424V21.9928C33.8551 22.0157 33.8531 22.039 33.8458 22.0609C33.8386 22.0828 33.8264 22.1028 33.8101 22.1191C33.7939 22.1355 33.774 22.1479 33.7521 22.1552C33.7302 22.1626 33.7069 22.1647 33.6841 22.1615H31.6514C31.6286 22.1645 31.6054 22.1622 31.5836 22.1548C31.5618 22.1473 31.5421 22.135 31.5258 22.1187C31.5096 22.1023 31.4974 22.0825 31.4901 22.0607C31.4828 22.0388 31.4806 22.0156 31.4838 21.9928Z" fill="#0066FF"/>
<path d="M33.515 21.993V19.4241C33.5119 19.4013 33.514 19.3779 33.5214 19.356C33.5287 19.3341 33.541 19.3142 33.5574 19.2979C33.5737 19.2815 33.5936 19.2692 33.6155 19.2618C33.6375 19.2545 33.6608 19.2523 33.6837 19.2555H34.6409C34.7123 19.2555 34.7828 19.2404 34.8479 19.2112C34.913 19.1819 34.9712 19.1392 35.0186 19.0859C35.0704 19.0324 35.1112 18.9691 35.1386 18.8998C35.166 18.8305 35.1794 18.7565 35.1781 18.682V15.1377H37.9317V18.8668C37.9361 19.4445 37.7855 20.0129 37.4955 20.5127C37.2119 21.0091 36.8036 21.4229 36.3111 21.7133C35.8111 22.0107 35.2388 22.1648 34.6571 22.1586H33.6837C33.6611 22.1617 33.6381 22.1595 33.6164 22.1524C33.5947 22.1452 33.575 22.1331 33.5587 22.1171C33.5425 22.1012 33.5301 22.0817 33.5225 22.0601C33.5149 22.0386 33.5124 22.0156 33.515 21.993ZM33.6665 23.5379H36.0485V25.923H33.6665V23.5379Z" fill="#0066FF"/>
<path d="M40.8516 15.6105H43.6063V17.5756C43.6089 18.0201 43.7867 18.4457 44.101 18.76C44.4154 19.0744 44.841 19.2521 45.2855 19.2548H50.4747C50.5922 19.259 50.7092 19.2381 50.8179 19.1933C50.9266 19.1486 51.0244 19.081 51.1048 18.9953C51.2674 18.8196 51.3547 18.5873 51.3481 18.348V15.6105H54.1028V18.6812C54.0969 18.8327 54.1509 18.9804 54.2532 19.0922C54.3054 19.1459 54.3684 19.1879 54.438 19.2154C54.5077 19.2429 54.5824 19.2553 54.6571 19.2518H55.364C55.3868 19.2485 55.4101 19.2507 55.432 19.258C55.4539 19.2654 55.4738 19.2777 55.49 19.2941C55.5063 19.3105 55.5185 19.3304 55.5257 19.3523C55.533 19.3743 55.535 19.3976 55.5316 19.4204V21.9892C55.535 22.0121 55.533 22.0354 55.5257 22.0573C55.5185 22.0792 55.5063 22.0992 55.49 22.1155C55.4738 22.1319 55.4539 22.1443 55.432 22.1516C55.4101 22.1589 55.3868 22.1611 55.364 22.1579H54.6571C54.2685 22.1669 53.8816 22.1022 53.5171 21.967C53.1822 21.8322 52.879 21.6293 52.6265 21.3713C52.0354 21.8966 51.2673 22.1787 50.4767 22.1609H45.2855C44.5047 22.1666 43.7369 21.9603 43.064 21.5641C42.3937 21.1759 41.8366 20.6189 41.4484 19.9485C41.0522 19.2756 40.846 18.5079 40.8516 17.727V15.6105ZM44.6807 13.2285H47.0657V15.6136H44.6807V13.2285ZM47.9392 13.2285H50.3242V15.6136H47.9392V13.2285Z" fill="#0066FF"/>
<path d="M55.1947 21.9928V19.424C55.1914 19.4012 55.1934 19.3779 55.2006 19.3559C55.2078 19.334 55.22 19.3141 55.2363 19.2977C55.2526 19.2813 55.2724 19.269 55.2943 19.2616C55.3162 19.2543 55.3395 19.2521 55.3624 19.2554H57.395C57.4178 19.2524 57.441 19.2546 57.4628 19.2621C57.4846 19.2695 57.5044 19.2818 57.5206 19.2982C57.5368 19.3145 57.549 19.3343 57.5563 19.3562C57.5636 19.378 57.5658 19.4012 57.5626 19.424V21.9928C57.5658 22.0156 57.5636 22.0388 57.5563 22.0607C57.549 22.0825 57.5368 22.1023 57.5206 22.1187C57.5044 22.135 57.4846 22.1473 57.4628 22.1548C57.441 22.1622 57.4178 22.1645 57.395 22.1615H55.3624C55.3395 22.1647 55.3162 22.1626 55.2943 22.1552C55.2724 22.1479 55.2526 22.1355 55.2363 22.1191C55.22 22.1028 55.2078 22.0828 55.2006 22.0609C55.1934 22.039 55.1914 22.0157 55.1947 21.9928Z" fill="#0066FF"/>
<path d="M57.227 21.9929V19.4241C57.2238 19.4013 57.226 19.3781 57.2333 19.3562C57.2406 19.3344 57.2528 19.3146 57.269 19.2982C57.2852 19.2819 57.305 19.2696 57.3268 19.2621C57.3486 19.2547 57.3718 19.2524 57.3946 19.2554H59.4272C59.4501 19.2524 59.4733 19.2547 59.495 19.2621C59.5168 19.2696 59.5366 19.2819 59.5528 19.2982C59.569 19.3146 59.5813 19.3344 59.5886 19.3562C59.5959 19.3781 59.598 19.4013 59.5949 19.4241V21.9929C59.598 22.0157 59.5959 22.0389 59.5886 22.0607C59.5813 22.0826 59.569 22.1024 59.5528 22.1187C59.5366 22.1351 59.5168 22.1474 59.495 22.1548C59.4733 22.1623 59.4501 22.1646 59.4272 22.1615H57.3946C57.3718 22.1646 57.3486 22.1623 57.3268 22.1548C57.305 22.1474 57.2852 22.1351 57.269 22.1187C57.2528 22.1024 57.2406 22.0826 57.2333 22.0607C57.226 22.0389 57.2238 22.0157 57.227 21.9929Z" fill="#0066FF"/>
<path d="M59.2582 21.9928V19.424C59.255 19.4011 59.2572 19.3778 59.2646 19.3559C59.2719 19.334 59.2842 19.3141 59.3006 19.2977C59.3169 19.2814 59.3368 19.269 59.3587 19.2617C59.3807 19.2543 59.404 19.2522 59.4269 19.2554H61.4585C61.4814 19.2521 61.5047 19.2543 61.5265 19.2616C61.5484 19.269 61.5683 19.2813 61.5846 19.2977C61.6008 19.3141 61.6131 19.334 61.6203 19.3559C61.6275 19.3779 61.6295 19.4012 61.6261 19.424V21.9928C61.6295 22.0157 61.6275 22.039 61.6203 22.0609C61.6131 22.0828 61.6008 22.1028 61.5846 22.1191C61.5683 22.1355 61.5484 22.1479 61.5265 22.1552C61.5047 22.1626 61.4814 22.1647 61.4585 22.1615H59.4269C59.404 22.1647 59.3807 22.1625 59.3587 22.1551C59.3368 22.1478 59.3169 22.1355 59.3006 22.1191C59.2842 22.1028 59.2719 22.0829 59.2646 22.061C59.2572 22.039 59.255 22.0157 59.2582 21.9928Z" fill="#0066FF"/>
<path d="M61.2926 21.993V19.4242C61.2894 19.4013 61.2915 19.378 61.2989 19.3561C61.3062 19.3342 61.3186 19.3143 61.3349 19.2979C61.3512 19.2816 61.3712 19.2693 61.3931 19.2619C61.415 19.2546 61.4383 19.2524 61.4612 19.2556H63.4928C63.5157 19.2524 63.5391 19.2546 63.561 19.2619C63.5829 19.2693 63.6028 19.2816 63.6191 19.2979C63.6355 19.3143 63.6478 19.3342 63.6552 19.3561C63.6625 19.378 63.6647 19.4013 63.6615 19.4242V21.993C63.6647 22.0159 63.6625 22.0393 63.6552 22.0612C63.6478 22.0831 63.6355 22.103 63.6191 22.1193C63.6028 22.1357 63.5829 22.148 63.561 22.1554C63.5391 22.1627 63.5157 22.1649 63.4928 22.1617H61.4582C61.4355 22.1644 61.4125 22.1618 61.391 22.1542C61.3695 22.1467 61.35 22.1343 61.334 22.118C61.318 22.1017 61.306 22.082 61.2988 22.0603C61.2916 22.0387 61.2895 22.0157 61.2926 21.993Z" fill="#0066FF"/>
<path d="M63.3219 21.9928V19.424C63.3185 19.4012 63.3205 19.3779 63.3277 19.3559C63.3349 19.334 63.3472 19.3141 63.3634 19.2977C63.3797 19.2813 63.3996 19.269 63.4215 19.2616C63.4433 19.2543 63.4666 19.2521 63.4895 19.2554H65.5222C65.545 19.2524 65.5682 19.2546 65.5899 19.2621C65.6117 19.2695 65.6315 19.2818 65.6477 19.2982C65.6639 19.3145 65.6762 19.3343 65.6835 19.3562C65.6908 19.378 65.6929 19.4012 65.6898 19.424V21.9928C65.6929 22.0156 65.6908 22.0388 65.6835 22.0607C65.6762 22.0825 65.6639 22.1023 65.6477 22.1187C65.6315 22.135 65.6117 22.1473 65.5899 22.1548C65.5682 22.1622 65.545 22.1645 65.5222 22.1615H63.4895C63.4666 22.1647 63.4433 22.1626 63.4215 22.1552C63.3996 22.1479 63.3797 22.1355 63.3634 22.1191C63.3472 22.1028 63.3349 22.0828 63.3277 22.0609C63.3205 22.039 63.3185 22.0157 63.3219 21.9928Z" fill="#0066FF"/>
<path d="M65.354 21.9929V19.4241C65.3508 19.4013 65.353 19.3781 65.3603 19.3562C65.3676 19.3344 65.3798 19.3146 65.396 19.2982C65.4123 19.2819 65.432 19.2696 65.4538 19.2621C65.4756 19.2547 65.4988 19.2524 65.5216 19.2554H67.5532C67.5761 19.2524 67.5993 19.2547 67.621 19.2621C67.6428 19.2696 67.6626 19.2819 67.6788 19.2982C67.695 19.3146 67.7073 19.3344 67.7146 19.3562C67.7219 19.3781 67.724 19.4013 67.7209 19.4241V21.9929C67.724 22.0157 67.7219 22.0389 67.7146 22.0607C67.7073 22.0826 67.695 22.1024 67.6788 22.1187C67.6626 22.1351 67.6428 22.1474 67.621 22.1548C67.5993 22.1623 67.5761 22.1646 67.5532 22.1615H65.5216C65.4988 22.1646 65.4756 22.1623 65.4538 22.1548C65.432 22.1474 65.4123 22.1351 65.396 22.1187C65.3798 22.1024 65.3676 22.0826 65.3603 22.0607C65.353 22.0389 65.3508 22.0157 65.354 21.9929Z" fill="#0066FF"/>
<path d="M67.3852 21.9928V19.424C67.382 19.4011 67.3842 19.3778 67.3915 19.3559C67.3989 19.334 67.4112 19.3141 67.4275 19.2977C67.4439 19.2814 67.4638 19.269 67.4857 19.2617C67.5076 19.2543 67.5309 19.2522 67.5538 19.2554H69.5855C69.6083 19.2521 69.6316 19.2543 69.6535 19.2616C69.6754 19.269 69.6952 19.2813 69.7115 19.2977C69.7278 19.3141 69.74 19.334 69.7472 19.3559C69.7544 19.3779 69.7564 19.4012 69.7531 19.424V21.9928C69.7564 22.0157 69.7544 22.039 69.7472 22.0609C69.74 22.0828 69.7278 22.1028 69.7115 22.1191C69.6952 22.1355 69.6754 22.1479 69.6535 22.1552C69.6316 22.1626 69.6083 22.1647 69.5855 22.1615H67.5528C67.53 22.1645 67.5068 22.1622 67.485 22.1548C67.4632 22.1473 67.4435 22.135 67.4272 22.1187C67.411 22.1023 67.3988 22.0825 67.3915 22.0607C67.3842 22.0388 67.382 22.0156 67.3852 21.9928Z" fill="#0066FF"/>
<path d="M69.4172 21.9922V19.4233C69.414 19.4005 69.4162 19.3771 69.4236 19.3552C69.4309 19.3333 69.4432 19.3134 69.4596 19.2971C69.4759 19.2807 69.4958 19.2684 69.5177 19.261C69.5397 19.2537 69.563 19.2515 69.5859 19.2547H71.6054C71.6766 19.255 71.7471 19.2402 71.8121 19.2113C71.8772 19.1824 71.9355 19.1401 71.983 19.0871C72.0349 19.0336 72.0757 18.9703 72.1031 18.901C72.1304 18.8317 72.1439 18.7577 72.1426 18.6832V15.1389H74.8972V18.868C74.9013 19.4458 74.7503 20.0142 74.46 20.5139C74.1765 21.0101 73.7686 21.4238 73.2765 21.7145C72.7761 22.0119 72.2036 22.1659 71.6215 22.1598H69.5859C69.5631 22.163 69.5398 22.1608 69.518 22.1535C69.4962 22.1462 69.4763 22.134 69.46 22.1178C69.4437 22.1015 69.4314 22.0818 69.4239 22.06C69.4165 22.0382 69.4142 22.015 69.4172 21.9922ZM69.5687 23.5371H71.9538V25.9222H69.5727L69.5687 23.5371ZM71.2146 26.7593H73.5997V29.1443H71.2146V26.7593ZM72.7939 23.5341H75.1779V25.9192H72.7939V23.5341Z" fill="#0066FF"/>
</g>
<defs>
<clipPath id="clip0_333_3899">
<rect width="109.055" height="32.1818" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

View File

@@ -0,0 +1,68 @@
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
.footer-container{
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content:flex-start;
margin-bottom: 24px;
}
.footer-cta {
bottom: 93%;
left: 90px;
right: 90px;
}
}
@media screen and (max-width: 768px) {
.footer-imgb , .footer-imga{
display: none;
}
.footer-imgd {
display: block;
position: absolute;
top: 0;
left: 0;
}
.footer-imgc{
display: block;
position: absolute;
bottom: 0;
right: 0;
}
.footer-cta-content {
border-radius: 10px;
padding: 24px 16px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
gap: 24px;
}
.footer-cta-txt h2 {
margin-bottom: 16px;
font-size: 22px;
font-weight: 700;
align-self: center;
}
.footer-cta-txt p {
font-size: 14px;
text-align: center;
line-height: 1.8;
}
}
@media screen and (max-width: 576px) {
.footer-cta {
left: 20px;
right: 20px;
}
.footer{
padding-top: 129px;
}
.footer-bottom-line{
margin-bottom: 92px;
}
}

View File

@@ -0,0 +1,208 @@
footer > .container {
max-width: 1240px;
padding: 0 20px;
margin: 0 auto;
}
.footer {
margin-top: 183px;
background: #0d1222;
color: #9ea0a7;
position: relative;
padding-top: 141px;
}
.footer-cta {
position: absolute;
bottom: 88%;
left: 120px;
right: 120px;
/* transform: translateY(-60%); */
}
.footer-cta-content {
background: #0274B2 ;
border-radius: 10px;
padding: 37px 48px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.footer-cta-txt{
display: flex;
flex-direction: column;
}
.footer-cta-txt h2 {
color: #ffffff;
margin-bottom: 8px;
font-size: 24px;
font-weight: bold;
line-height: 1.5;
}
.footer-cta-txt p {
color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height: 1.7;
}
.footer-cta-btn {
background: #fff;
color: var(--color-primary);
text-decoration: none;
padding: 7px 16px 7px 12px;
border-radius: 10px;
display: flex;
gap: 8px;
z-index: 1;
}
.footer-cta-btn span{
font-size: 15px;
line-height: 1.7;
font-weight: 600;
}
.footer-cta-btn svg{
width: 24px;
height: 24px;
}
.footer-imga{
position: absolute;
bottom: 0;
left: 277px;
}
.footer-imgb{
position: absolute;
top: 0;
left: 0;
}
.footer-imgc , .footer-imgd{
display: none;
}
.footer-cta-btn:hover {
transform: translateY(-3px);
}
.footer-container {
display: flex;
justify-content: center;
gap: 40px;
}
.footer-one {
max-width: 347px;
display: flex;
flex-direction: column;
gap: 16px;
}
.footer-icon-two,
.footer-icon-three {
display: flex;
gap: 8px;
}
.footer-icon-two svg {
width: 20px;
height: 24px;
flex-shrink: 0;
}
.footer-column-two {
max-width: 304px;
}
.footer-column-three {
min-width: 161px;
}
.footer-column-four {
min-width: 252px;
}
.footer-icon-three svg {
width: 30px;
height: 24px;
flex-shrink: 0;
}
.ershad-logo{
width: 24px;
height: 24px;
}
.footer-column h3 {
margin-bottom: 24px;
color: #fff;
position: relative;
font-size: 18px;
}
.footer-column h3::after {
content: '';
position: absolute;
bottom: -8px;
right: 0;
width: 48px;
height: 1.5px;
background: #03aeff;
/* margin-bottom:16px; */
}
.footer-column ul {
list-style: none;
}
.footer-column ul li {
margin-bottom: 12px;
line-height: 1.8;
color: #9ea0a7;
}
.footer-column a {
text-decoration: none;
color: #9ea0a7;
font-size: 15px;
font-weight: 400;
}
.footer-column div{
font-size: 15px;
font-weight: 400;
}
.footer-column a:hover {
color: #03aeff;
}
.footer-logo {
width: 150px;
margin-bottom: 20px;
}
.footer-column-txt {
color: #9ea0a7;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
}
.social-links {
display: flex;
gap: 16px;
}
.social-links a {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}
.social-links SVG {
width: 32px;
height: 32px;
}
.footer-bottom {
text-align: right;
padding: 16px 0 24px 0;
color: #9ea0a7;
font-size: 12px;
font-weight: 400;
line-height: 1.8;
}
.footer-bottom span {
color: #cfd0d3;
}
.footer-bottom-line {
position: absolute;
bottom: 0;
margin-bottom: 62px;
width: 100%;
height: 1px;
background: #3d414e;
}

View File

@@ -1,272 +0,0 @@
.gallery-section {
margin: 100px 0;
}
.gallery-section .tabs {
display: flex;
gap: 1rem;
margin-top: 16px;
}
.gallery-section .tabs button {
display: flex;
align-items: center;
justify-content: center;
height: 36px;
padding: 0 13px;
border-radius: 10px;
border: 1px solid #505068;
color: #505068;
}
.gallery-section .tabs button .txt {
font-size: 14px;
color: inherit;
}
.gallery-section .tabs button:hover {
border-color: #0274b3;
color: #0274b3;
}
.gallery-section .tabs button.current {
border-color: #0274b3;
background-color: #0274b3;
color: #fff;
}
.gallery-section .gallery-thumbnail {
margin: 24px 0 32px;
}
.gallery-section .gallery-thumbnail p {
display: none;
}
.gallery-section .gallery-thumbnail .thumbnail {
position: relative;
max-width: 720px;
margin: 0 auto;
border-radius: 16px;
overflow: hidden;
cursor: pointer;
}
.gallery-section .gallery-thumbnail .thumbnail::before {
content: '';
position: absolute;
inset: 0;
pointer-events: none;
background-image: linear-gradient(#00000000, #000000);
opacity: 0;
transition: opacity 200ms;
}
.gallery-section .gallery-thumbnail .thumbnail:hover::before {
opacity: 1;
}
.gallery-section .gallery-thumbnail .thumbnail img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
object-fit: cover;
}
.gallery-section .gallery-thumbnail .thumbnail .expand-icon {
position: absolute;
right: 50%;
bottom: 0;
transform: translateX(50%);
display: grid;
place-items: center;
width: 48px;
height: 48px;
border-radius: 6px 6px 0 0;
background-color: #fff;
}
.gallery-section .gallery-thumbnail .thumbnail .expand-icon svg {
width: 32px;
height: 32px;
transition: scale 200ms;
}
.gallery-section .gallery-thumbnail .thumbnail .cta {
position: absolute;
bottom: 50%;
right: 50%;
transform: translate(50%, 50%);
height: 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 4px 12px 4px 10px;
background-color: #eaf7ff;
border-radius: 8px;
opacity: 0;
transition: opacity 200ms;
}
.gallery-section .gallery-thumbnail .thumbnail .cta .txt {
font-size: 14px;
color: #0274b3;
}
.gallery-section .gallery-thumbnail .thumbnail .cta svg {
width: 20px;
height: 20px;
stroke: #0274b3;
}
.gallery-section .gallery-thumbnail .thumbnail:hover .expand-icon svg {
scale: 1.15;
}
.gallery-section .gallery-thumbnail .thumbnail:hover .cta {
opacity: 1;
height: 40px;
font-size: 15px;
}
.gallery-section .gallery-items {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px 16px;
list-style-type: none;
}
.gallery-section .gallery-items li {
position: relative;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
}
.gallery-section .gallery-items li::before {
content: '';
position: absolute;
inset: 0;
background-image: linear-gradient(#00141f00, #00141f);
opacity: 0;
transition: opacity 200ms;
}
.gallery-section .gallery-items li img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.gallery-section .gallery-items li .title {
position: absolute;
bottom: 0;
right: 0;
left: 0;
padding: 0px 12px 16px;
display: flex;
opacity: 0;
transition: opacity 200ms;
}
.gallery-section .gallery-items li .title .txt {
font-size: 15px;
line-height: 1.7;
font-weight: bold;
color: #fff;
}
.gallery-section .gallery-items li .title svg {
width: 24px;
height: 24px;
stroke: #fff;
margin-right: auto;
}
.gallery-section .gallery-items li:hover .title {
opacity: 1;
}
.gallery-section .gallery-items li:hover::before {
opacity: 1;
}
.gallery-section .b-cta {
height: 40px;
background-color: var(--color-primary);
border-radius: 10px;
padding: 0 12px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: fit-content;
margin: 32px auto 0;
}
.gallery-section .b-cta .txt {
font-size: 15px;
color: #ffffff;
font-weight: 400;
}
.gallery-section .b-cta svg {
width: 20px;
height: 20px;
stroke: #fff;
}
.pagination {
margin-top: 32px;
}
.pagination ul {
list-style-type: none;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin: initial;
}
.pagination ul a {
width: 32px;
height: 32px;
display: grid;
place-items: center;
border-radius: 8px;
font-size: 16px;
font-weight: normal;
border: none;
color: #000;
transform: none;
line-height: normal;
transition: none;
box-shadow: 2px 10px 20px 0 #595c6018;
}
.pagination ul a svg {
width: 16px;
height: 16px;
stroke: #505068;
}
.pagination ul li:hover a {
background-color: #e5efff;
}
.pagination ul li:hover a svg {
stroke: var(--color-primary);
}
.pagination ul .current a {
background-color: var(--color-primary);
color: #fff;
}
@media screen and (max-width: 768px) {
.gallery-section .gallery-items {
grid-template-columns: repeat(1, 1fr);
}
.gallery-section .gallery-thumbnail .thumbnail {
margin: 0 -20px;
border-radius: 0;
}
.gallery-section .gallery-thumbnail p {
display: inline-block;
font-size: 15px;
font-weight: bold;
margin-top: 16px;
color: var(--color-title);
}
.gallery-section .gallery-items li:hover::before,
.gallery-section .gallery-items li .title svg {
display: none;
}
.gallery-section .gallery-items li .title {
position: static;
padding: initial;
opacity: 1 !important;
}
.gallery-section .gallery-items li .title .txt {
font-size: 15px;
font-weight: bold;
margin-top: 8px;
color: var(--color-title);
}
.gallery-section .gallery-items li {
overflow: visible;
}
.gallery-section .gallery-items li img {
border-radius: 10px;
}
}

View File

@@ -1,443 +0,0 @@
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
.about-section > .container {
flex-direction: column;
padding: 48px 20px 78px;
gap: 24px;
}
.about-section-title,
.about-section-p {
flex-basis: initial;
}
.about-section-uptitle,
.about-section-title svg {
display: none;
}
.vs,
.column-titlec,
.column-titler {
display: none;
}
.challenge-header {
text-align: right;
}
.challenge-header p {
font-size: 14px;
}
.mobile-toggle {
display: flex;
overflow: hidden;
}
.toggle-btn {
display: none;
}
.toggle-btn.is-active {
display: flex;
}
.scroll-pagination {
display: flex;
}
.table-wrapper {
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
}
.column {
min-width: 100%;
scroll-snap-align: start;
}
.form-section-left {
flex: 0 1 100%;
margin-top: 24px;
}
.form-section-right {
flex: 0 1 100%;
}
.form-img p {
font-size: 36px;
}
.form-btn {
width: 100%;
}
.media {
width: auto;
}
}
@media screen and (max-width: 992px) and (orientation: landscape) {
.portfolio-logo-wrapper {
width: 660px !important;
max-width: 660px !important;
}
}
@media screen and (max-width: 768px) {
.about-section {
padding: initial;
}
.about-section > .container {
border-radius: initial;
}
.about-section-title {
font-size: 48px;
}
.about-section-p .bold {
font-size: 20px;
}
.related-boxes {
flex-wrap: wrap;
}
.related-button {
display: none;
}
.related-button-mobile {
display: flex;
gap: 8px;
height: 40px;
padding: 0px 12px 0px 10px;
background-color: var(--color-primary);
border-radius: 10px;
color: #ffffff;
align-items: center;
align-self: center;
margin-top: 24px;
}
.related-button-mobile span {
font-size: 15px;
font-weight: 400;
}
.showcase-section > .container-showcase {
height: calc(var(--slides-count) * 100dvh);
}
.showcase-sticky {
height: 100vh;
}
.showcase-inner {
position: relative;
width: 100%;
height: 100vh;
display: block;
}
.showcase-media-side,
.showcase-text-side {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.showcase-media-wrapper {
width: 100%;
height: 100%;
max-width: unset;
border-radius: 0;
}
.media-item {
position: absolute;
inset: 0;
opacity: 0;
transform: translateY(80px);
transition:
opacity 0.9s ease,
transform 0.9s ease;
}
.media-item.active {
opacity: 1;
transform: translateY(0);
z-index: 2;
}
.mobile-pos-one img,
.mobile-pos-one video,
.mobile-pos-two img,
.mobile-pos-two video,
.mobile-pos-three img,
.mobile-pos-three video {
width: 100%;
height: 100%;
object-fit: cover;
}
.media-item::after {
content: '';
position: absolute;
inset: 0;
z-index: 1;
}
.gradient-one::after,
.gradient-two::after,
.gradient-three::after {
background: linear-gradient(
0deg,
rgba(0, 20, 31, 0.9) 6.09%,
rgba(0, 20, 31, 0.8) 17.54%,
rgba(0, 20, 31, 0.7) 26.09%,
rgba(0, 20, 31, 0.6) 36.3%,
rgba(0, 20, 31, 0.5) 43.43%,
rgba(0, 63, 97, 0) 87.09%
);
}
.showcase-text-side {
z-index: 5;
overflow: hidden;
pointer-events: none;
}
.text-track {
position: absolute;
inset: 0;
}
.text-item {
position: absolute;
inset: 0;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 0 24px calc(env(safe-area-inset-bottom) + 48px);
color: white;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 1;
transform: translateY(60px);
transition:
transform 0.6s ease,
opacity 0.6s ease,
visibility 0.6s ease;
}
.text-item.active {
opacity: 1;
visibility: visible;
z-index: 5;
transform: translateY(0);
}
.text-item span {
color: #aebcc5;
font-size: 18px;
margin-bottom: 8px;
}
.text-item h2 {
color: #ffffff;
font-size: 22px;
margin-bottom: 16px;
}
.text-item p {
color: #e9ecee;
font-size: 16px;
line-height: 1.8;
}
.container-showcase {
padding: 0;
margin: 0 auto;
}
.showcase-text-side::after {
display: none;
}
.hero-section {
padding-right: 19px;
padding-bottom: 122px;
}
.hero-section video,
.hero-section .bg-gif {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-content {
position: relative;
z-index: 2;
text-align: right;
display: flex;
flex-direction: column;
}
.hero-category {
position: relative;
display: inline-block;
}
.hero-category p {
font-size: 13px;
}
.hero-category::after {
content: '';
position: absolute;
width: 225px;
height: 1px;
background: #8898a3;
margin-top: 8px;
}
.hero-title {
font-size: 24px;
padding-left: 850px;
}
.hero-meta-inner {
font-size: 13px;
}
.hero-scroll-down span {
font-size: 12px;
margin-top: 8px;
}
.portfolio-floating-nav {
width: 390px;
max-width: calc(100vw - 16px);
bottom: -140px;
}
.portfolio-floating-nav.show {
bottom: 16px;
}
.portfolio-nav-inner {
width: 100%;
padding: 8px 10px;
gap: 8px;
border-radius: 24px;
}
.portfolio-nav-action {
display: none;
}
.portfolio-nav-scroll-wrapper,
.portfolio-nav-scroll {
flex: 1;
min-width: 0;
}
.portfolio-nav-scroll {
width: 100%;
overflow-x: auto;
}
.portfolio-nav-links {
gap: 6px;
padding: 8px;
}
.portfolio-nav-btn {
font-size: 12px;
padding: 7px 10px;
white-space: nowrap;
}
.portfolio-nav-meeting {
min-width: auto;
flex-shrink: 0;
font-size: 12px;
padding: 7px 10px;
white-space: nowrap;
}
.portfolio-scroll-track {
transform: translateX(-50%);
bottom: 6px;
right: 187px;
width: 56px;
height: 4px;
border-radius: 999px;
background: #d9d9d9;
overflow: hidden;
}
.portfolio-scroll-thumb {
width: 28px;
right: 0;
}
.next-popup,
.prev-popup {
display: none;
}
.down-txt {
display: block;
}
.img-popup-img {
width: 390px;
height: 292px;
border-radius: 0;
}
}
@media screen and (max-width: 576px) {
.about-section-circleup {
top: -192px;
right: -210px;
}
.about-section-circledown {
bottom: -240px;
left: -220px;
}
.process-section > .container {
padding: 0;
}
.process-title {
padding: 0 20px;
}
.step {
padding: 24px 67px 24px 20px;
}
.step-title {
font-size: 16px;
line-height: 1.5;
}
.step.active .step-title {
font-size: 18px;
padding-left: 10px;
}
.toggle-icon {
width: 24px;
height: 24px;
}
.step-number-bg {
right: 15px;
top: 6px;
font-size: 40px;
font-weight: normal;
letter-spacing: -5px;
transform: initial;
}
.step-list li,
.step-intro {
font-size: 15px;
line-height: 1.7;
color: var(--color-body-text);
}
.star-form {
top: 35px;
left: 20px;
width: 56px;
height: 56px;
}
.form-section-text h2 {
margin-bottom: 16px;
font-size: 18px;
}
.form-section-text p,
.result-section-header p,
.process-title p,
.related-titlep {
font-size: 14px;
}
.form-input,
.form-text {
flex-basis: 100%;
}
.side-buttons {
display: none;
}
.container-hero {
max-width: 1240px;
padding: 0;
margin: 0 auto;
}
}

File diff suppressed because it is too large Load Diff

292
src/assets/icons/footer.svg Normal file
View File

@@ -0,0 +1,292 @@
<svg>
<symbol
id="inova-logo"
width="140"
height="60"
viewBox="0 0 140 60"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M95.2295 25.6206C95.2295 14.7436 102.944 5.95192 113.295 4.56899C124.46 3.07891 134.91 10.8884 136.509 22.0174C137.47 28.7257 135.61 34.6146 130.944 39.573C129.991 40.5849 128.67 40.7872 127.593 40.1305C126.116 39.2317 125.886 37.2853 127.118 36.0015C129.016 34.0502 130.373 31.6384 131.055 29.0035C133.323 20.3269 127.527 11.3448 118.69 9.85867C110.005 8.39438 101.918 14.196 100.648 22.9162C99.92 27.9202 101.394 32.3031 104.88 35.9837C106.362 37.5491 105.745 39.9519 103.712 40.446C103.275 40.5661 102.813 40.5645 102.377 40.4414C101.941 40.3183 101.547 40.0784 101.237 39.7476C98.2318 36.7381 96.2386 32.8669 95.535 28.6722C95.3579 27.6639 95.2557 26.6439 95.2295 25.6206Z"
fill="#03AEFF"
/>
<path
d="M115.97 45.907C113.61 45.916 111.266 45.5131 109.044 44.7165C107.536 44.1828 106.792 42.7622 107.278 41.3336C107.764 39.905 109.262 39.2423 110.76 39.7661C114.132 40.9767 117.82 40.9823 121.196 39.782C122.726 39.2542 124.187 39.907 124.683 41.3237C125.19 42.7721 124.456 44.1828 122.897 44.7344C120.675 45.5288 118.33 45.9257 115.97 45.907Z"
fill="#03AEFF"
/>
<path
d="M119.805 52.4765C119.804 53.4853 119.402 54.4521 118.687 55.1643C117.973 55.8765 117.005 56.2757 115.996 56.2741C114.987 56.2726 114.02 55.8703 113.308 55.1559C112.596 54.4415 112.197 53.4734 112.198 52.4646C112.2 51.4558 112.602 50.489 113.316 49.7768C114.031 49.0646 114.999 48.6654 116.008 48.667C117.017 48.6686 117.983 49.0708 118.696 49.7852C119.408 50.4997 119.807 51.4678 119.805 52.4765Z"
fill="#03AEFF"
/>
<path d="M5.61914 12.6426H10.7402V38.47H5.61914V12.6426Z" fill="#03AEFF" />
<path
d="M35.569 33.1449C35.8336 33.1449 35.9658 34.0656 35.9658 35.9068C35.9658 37.6158 35.8336 38.4703 35.569 38.4703H32.3666C32.0703 41.4584 31.0022 43.8003 29.1623 45.4961C27.3223 47.1919 24.9467 48.0398 22.0353 48.0398H16.5492L16.1523 42.7144H22.3587C23.9076 42.7144 25.1292 42.3341 26.0234 41.5735C26.9176 40.8129 27.3646 39.7785 27.3646 38.4703H24.5571C21.6748 38.4703 19.6127 37.8698 18.3706 36.6687C17.1285 35.4677 16.5082 33.5622 16.5095 30.9525C16.4776 29.3745 16.8175 27.8112 17.5016 26.389C18.1273 25.0956 19.1097 24.0079 20.3329 23.254C21.6077 22.491 23.0717 22.1025 24.5571 22.133C26.9857 22.133 28.9076 22.9339 30.323 24.5358C31.7383 26.1376 32.446 28.3533 32.446 31.1826V33.1449H35.569ZM21.5948 30.7421C21.573 31.2249 21.669 31.7056 21.8746 32.1429C22.0967 32.5163 22.4451 32.7978 22.8567 32.9366C23.4677 33.146 24.1121 33.2408 24.7575 33.2164H27.4063V31.0933C27.4063 29.8142 27.1418 28.84 26.6127 28.1707C26.0769 27.504 25.3309 27.1787 24.3686 27.1787C23.4877 27.1787 22.8071 27.4988 22.3269 28.139C21.8468 28.7792 21.6027 29.6469 21.5948 30.7421Z"
fill="#03AEFF"
/>
<path
d="M41.5747 33.1445C41.8392 33.1445 41.9715 34.0652 41.9715 35.9064C41.9715 37.0268 41.9311 37.7345 41.8504 38.0295C41.7698 38.3244 41.6765 38.4713 41.5707 38.4699H35.5687C35.3042 38.4699 35.1719 37.6154 35.1719 35.9064C35.1719 34.7318 35.2122 33.9779 35.2929 33.6445C35.3736 33.3112 35.4668 33.1445 35.5727 33.1445H41.5747Z"
fill="#03AEFF"
/>
<path
d="M46.2194 33.1452C46.8082 33.1715 47.3857 32.9785 47.8404 32.6035C48.0467 32.4222 48.2096 32.1968 48.3171 31.944C48.4246 31.6913 48.474 31.4176 48.4615 31.1432V24.6968H53.5964V30.9527C53.5964 31.6736 53.7769 32.2206 54.1381 32.5936C54.4992 32.9666 55.0527 33.1538 55.7988 33.1551H57.3206C57.5851 33.1551 57.7174 34.0493 57.7174 35.8376C57.7174 37.5996 57.5851 38.4805 57.3206 38.4805H55.5805C54.6123 38.5057 53.648 38.3496 52.7373 38.0202C52.0023 37.7446 51.3816 37.2295 50.9754 36.5579C50.4988 37.2211 49.8378 37.7296 49.0746 38.0202C48.1566 38.3482 47.186 38.5042 46.2115 38.4805H41.5746C41.31 38.4805 41.1777 37.626 41.1777 35.917C41.1777 34.7702 41.2181 34.0228 41.2988 33.675C41.3781 33.3277 41.4714 33.1551 41.5785 33.1551L46.2194 33.1452Z"
fill="#03AEFF"
/>
<path
d="M51.4341 15.3394H49.8151C48.3434 15.3394 47.1504 16.5324 47.1504 18.004V18.4148C47.1504 19.8864 48.3434 21.0794 49.8151 21.0794H51.4341C52.9058 21.0794 54.0988 19.8864 54.0988 18.4148V18.004C54.0988 16.5324 52.9058 15.3394 51.4341 15.3394Z"
fill="#03AEFF"
/>
<path
d="M63.3188 33.1445C63.5834 33.1445 63.7156 34.0652 63.7156 35.9064C63.7156 37.0275 63.674 37.7358 63.5946 38.0295C63.5153 38.3231 63.42 38.4699 63.3149 38.4699H57.3109C57.0463 38.4699 56.9141 37.6154 56.9141 35.9064C56.9141 34.7318 56.9537 33.9779 57.0331 33.6445C57.1145 33.3112 57.2077 33.1445 57.3149 33.1445H63.3188Z"
fill="#03AEFF"
/>
<path
d="M60.875 47.1988V42.6353H66.7202V47.1988H60.875ZM74.5655 31.3019C74.5655 33.5506 73.912 35.3059 72.6052 36.5678C71.2983 37.8297 69.5093 38.464 67.2381 38.4706H63.3194C63.0549 38.4706 62.9226 37.6161 62.9226 35.9071C62.9226 34.7603 62.9623 34.0129 63.0417 33.665C63.123 33.3178 63.2163 33.1452 63.3234 33.1452H67.246C67.9405 33.1452 68.4881 32.9646 68.8889 32.6035C69.0917 32.4118 69.2501 32.1779 69.3529 31.9185C69.4557 31.659 69.5005 31.3802 69.4841 31.1015V24.6968H74.5694L74.5655 31.3019ZM66.3175 47.1988V42.6353H72.1647V47.1988H66.3175Z"
fill="#03AEFF"
/>
<path d="M80.2529 12.6426H85.3779V38.47H80.2529V12.6426Z" fill="#03AEFF" />
</symbol>
<symbol
id="instagram"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M20.9992 5.99707H10.9992C8.23778 5.99707 5.99921 8.23565 5.99921 10.9971V20.9971C5.99921 23.7585 8.23778 25.9971 10.9992 25.9971H20.9992C23.7606 25.9971 25.9992 23.7585 25.9992 20.9971V10.9971C25.9992 8.23565 23.7606 5.99707 20.9992 5.99707Z"
fill="#7681A2"
/>
<path
d="M20.0028 15.3703C20.1262 16.2025 19.9841 17.0525 19.5966 17.7993C19.2091 18.5461 18.596 19.1517 17.8444 19.53C17.0929 19.9082 16.2413 20.0399 15.4106 19.9062C14.5799 19.7726 13.8126 19.3804 13.2177 18.7855C12.6227 18.1905 12.2306 17.4232 12.0969 16.5925C11.9632 15.7619 12.0949 14.9102 12.4731 14.1587C12.8514 13.4072 13.457 12.794 14.2038 12.4065C14.9506 12.019 15.8006 11.8769 16.6328 12.0003C17.4817 12.1262 18.2677 12.5218 18.8745 13.1286C19.4814 13.7355 19.8769 14.5214 20.0028 15.3703Z"
stroke="#071542"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M21.5008 10.4971H21.5108"
stroke="#071542"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="telegram"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M26.1476 7.1448C25.7876 6.83952 25.2221 6.79584 24.6375 7.03056H24.6365C24.0216 7.27728 7.23123 14.4792 6.54771 14.7734C6.42339 14.8166 5.33763 15.2218 5.44947 16.1242C5.54931 16.9378 6.42195 17.2747 6.52851 17.3136L10.7972 18.7752C11.0804 19.7179 12.1244 23.196 12.3552 23.939C12.4992 24.4022 12.734 25.0109 13.1453 25.1362C13.5063 25.2754 13.8653 25.1482 14.0976 24.9658L16.7074 22.5451L20.9204 25.8307L21.0207 25.8907C21.3068 26.0174 21.5808 26.0808 21.8424 26.0808C22.0445 26.0808 22.2384 26.0429 22.4237 25.967C23.0549 25.7078 23.3074 25.1064 23.3338 25.0382L26.4807 8.68128C26.6727 7.80768 26.4058 7.3632 26.1476 7.1448ZM14.5618 19.3598L13.1218 23.1998L11.6818 18.3998L22.7218 10.2398L14.5618 19.3598Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="linkedin"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M20.0008 12.0015C21.5921 12.0015 23.1182 12.6336 24.2434 13.7588C25.3687 14.884 26.0008 16.4102 26.0008 18.0015V25.0015H22.0008V18.0015C22.0008 17.471 21.7901 16.9623 21.415 16.5873C21.0399 16.2122 20.5312 16.0015 20.0008 16.0015C19.4704 16.0015 18.9617 16.2122 18.5866 16.5873C18.2115 16.9623 18.0008 17.471 18.0008 18.0015V25.0015H14.0008V18.0015C14.0008 16.4102 14.6329 14.884 15.7582 13.7588C16.8834 12.6336 18.4095 12.0015 20.0008 12.0015Z"
fill="#7681A2"
/>
<path d="M9.99921 13H5.99921V25H9.99921V13Z" fill="#7681A2" />
<path
d="M7.99921 10.0015C9.10378 10.0015 9.99921 9.10603 9.99921 8.00147C9.99921 6.8969 9.10378 6.00146 7.99921 6.00146C6.89464 6.00146 5.99921 6.8969 5.99921 8.00147C5.99921 9.10603 6.89464 10.0015 7.99921 10.0015Z"
stroke="#7681A2"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="twitter"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M7.32406 6.87988L14.1481 16.8286L6.99219 25.1199H8.5175L14.8241 17.813L19.8359 25.1199H24.6425L17.5016 14.7099L24.26 6.87988H22.7356L16.8266 13.7255L12.1306 6.87988H7.32406Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="youtube"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M25.5817 11.1551C25.3517 10.2892 24.6742 9.60675 23.8133 9.37508C22.2542 8.95508 16 8.95508 16 8.95508C16 8.95508 9.74583 8.95508 8.18583 9.37508C7.32583 9.60675 6.64833 10.2884 6.41833 11.1551C6 12.7251 6 16.0001 6 16.0001C6 16.0001 6 19.2751 6.41833 20.8451C6.64833 21.7109 7.32583 22.3934 8.18667 22.6251C9.74583 23.0451 16 23.0451 16 23.0451C16 23.0451 22.2542 23.0451 23.8142 22.6251C24.6742 22.3934 25.3517 21.7117 25.5825 20.8451C26 19.2751 26 16.0001 26 16.0001C26 16.0001 26 12.7251 25.5817 11.1551ZM13.955 18.9742V13.0259L19.1817 16.0001L13.955 18.9742Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="aparat"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M14.8847 6.59787L12.6137 6.08524C10.761 5.66682 8.92051 6.82945 8.50209 8.68209L7.98472 10.9721C9.47525 8.60525 11.9774 6.94103 14.8847 6.59787ZM6.59787 17.1153L6.08524 19.3863C5.66682 21.239 6.82945 23.0795 8.68209 23.4979L10.9721 24.0153C8.60525 22.5242 6.94103 20.0226 6.59787 17.1153ZM23.3179 8.50209L21.0279 7.98472C23.3948 9.47525 25.059 11.9774 25.4021 14.8842L25.9148 12.6132C26.3332 10.7616 25.1705 8.92051 23.3179 8.50209ZM17.1153 25.4021L19.3863 25.9148C21.239 26.3332 23.0795 25.1705 23.4979 23.3179L24.0153 21.0279C22.5248 23.3948 20.0226 25.059 17.1153 25.4021Z"
fill="#7681A2"
/>
<path
d="M16.0002 7.57886C11.3491 7.57886 7.5791 11.3489 7.5791 15.9999C7.5791 20.651 11.3491 24.421 16.0002 24.421C20.6512 24.421 24.4212 20.651 24.4212 15.9999C24.4212 11.3489 20.6512 7.57886 16.0002 7.57886ZM13.8949 10.2104C15.0575 10.2104 16.0002 11.1531 16.0002 12.3157C16.0002 13.4783 15.0575 14.421 13.8949 14.421C12.7323 14.421 11.7896 13.4783 11.7896 12.3157C11.7896 11.1531 12.7323 10.2104 13.8949 10.2104ZM12.316 20.2105C11.1533 20.2105 10.2107 19.2678 10.2107 18.1052C10.2107 16.9426 11.1533 15.9999 12.316 15.9999C13.4786 15.9999 14.4212 16.9426 14.4212 18.1052C14.4212 19.2678 13.4786 20.2105 12.316 20.2105ZM14.9475 15.9999C14.9475 15.4183 15.4186 14.9473 16.0002 14.9473C16.5818 14.9473 17.0528 15.4183 17.0528 15.9999C17.0528 16.5815 16.5818 17.0526 16.0002 17.0526C15.4186 17.0526 14.9475 16.5815 14.9475 15.9999ZM18.1054 21.7894C16.9428 21.7894 16.0002 20.8468 16.0002 19.6841C16.0002 18.5215 16.9428 17.5789 18.1054 17.5789C19.2681 17.5789 20.2107 18.5215 20.2107 19.6841C20.2107 20.8468 19.2681 21.7894 18.1054 21.7894ZM19.6844 15.9999C18.5218 15.9999 17.5791 15.0573 17.5791 13.8947C17.5791 12.732 18.5218 11.7894 19.6844 11.7894C20.847 11.7894 21.7897 12.732 21.7897 13.8947C21.7897 15.0573 20.847 15.9999 19.6844 15.9999Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="phone"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11.7083 5.66658C13.4069 5.84556 14.9935 6.59892 16.2057 7.80207C17.4179 9.00522 18.1832 10.5861 18.375 12.2833M11.7083 8.99992C12.5279 9.16153 13.28 9.56577 13.867 10.1602C14.4539 10.7546 14.8487 11.5117 15 12.3333M18.3333 18.0999V20.5999C18.3343 20.832 18.2867 21.0617 18.1937 21.2744C18.1008 21.487 17.9644 21.6779 17.7934 21.8348C17.6224 21.9917 17.4205 22.1112 17.2006 22.1855C16.9808 22.2599 16.7478 22.2875 16.5167 22.2666C13.9523 21.988 11.4891 21.1117 9.32498 19.7083C7.31151 18.4288 5.60443 16.7217 4.32498 14.7083C2.91663 12.5343 2.04019 10.0591 1.76665 7.48325C1.74583 7.25281 1.77321 7.02055 1.84707 6.80127C1.92092 6.58199 2.03963 6.38049 2.19562 6.2096C2.35162 6.03871 2.54149 5.90218 2.75314 5.80869C2.9648 5.7152 3.1936 5.6668 3.42499 5.66658H5.92498C6.32941 5.6626 6.72148 5.80582 7.02812 6.06953C7.33476 6.33324 7.53505 6.69946 7.59165 7.09992C7.69717 7.89997 7.89286 8.68552 8.17498 9.44158C8.2871 9.73985 8.31137 10.064 8.24491 10.3757C8.17844 10.6873 8.02404 10.9733 7.79998 11.1999L6.74165 12.2583C7.92795 14.3445 9.65536 16.072 11.7417 17.2583L12.8 16.1999C13.0266 15.9759 13.3126 15.8215 13.6242 15.755C13.9359 15.6885 14.26 15.7128 14.5583 15.8249C15.3144 16.107 16.0999 16.3027 16.9 16.4083C17.3048 16.4654 17.6745 16.6693 17.9388 16.9812C18.203 17.2931 18.3435 17.6912 18.3333 18.0999Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="email"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18.3333 9.8335L10.8583 14.5835C10.601 14.7447 10.3036 14.8302 9.99999 14.8302C9.69639 14.8302 9.39893 14.7447 9.14166 14.5835L1.66666 9.8335M3.33332 7.3335H16.6667C17.5871 7.3335 18.3333 8.07969 18.3333 9.00016V19.0002C18.3333 19.9206 17.5871 20.6668 16.6667 20.6668H3.33332C2.41285 20.6668 1.66666 19.9206 1.66666 19.0002V9.00016C1.66666 8.07969 2.41285 7.3335 3.33332 7.3335Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="codeposti"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5.41666 8.1665C3.33332 8.1665 1.66666 9.83317 1.66666 11.9165V18.1665C1.66666 18.6085 1.84225 19.0325 2.15481 19.345C2.46737 19.6576 2.8913 19.8332 3.33332 19.8332H16.6667C17.1087 19.8332 17.5326 19.6576 17.8452 19.345C18.1577 19.0325 18.3333 18.6085 18.3333 18.1665V11.4998C18.3333 9.6665 16.8333 8.1665 15 8.1665H5.41666ZM5.41666 8.1665C7.49999 8.1665 9.16666 9.83317 9.16666 11.9165V18.1665C9.16666 18.6085 8.99106 19.0325 8.6785 19.345C8.36594 19.6576 7.94202 19.8332 7.49999 19.8332M12.5 11.4998H15V13.1665M4.99999 12.3332H5.83332"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="location"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.6666 12.3332C16.6666 16.494 12.0508 20.8273 10.5008 22.1657C10.3564 22.2742 10.1806 22.333 9.99998 22.333C9.81931 22.333 9.64354 22.2742 9.49915 22.1657C7.94915 20.8273 3.33331 16.494 3.33331 12.3332C3.33331 10.5651 4.03569 8.86937 5.28593 7.61913C6.53618 6.36888 8.23187 5.6665 9.99998 5.6665C11.7681 5.6665 13.4638 6.36888 14.714 7.61913C15.9643 8.86937 16.6666 10.5651 16.6666 12.3332Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M9.99998 14.8332C11.3807 14.8332 12.5 13.7139 12.5 12.3332C12.5 10.9525 11.3807 9.83317 9.99998 9.83317C8.61927 9.83317 7.49998 10.9525 7.49998 12.3332C7.49998 13.7139 8.61927 14.8332 9.99998 14.8332Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="mojavez2"
width="30"
height="24"
viewBox="0 0 30 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.8504 2.2513C17.6511 1.55195 18.5213 0.93633 19.4473 0.414062C20.3767 1.83255 21.086 3.4033 21.4733 5.05682C19.6244 5.72551 17.8534 6.65655 16.3571 7.94344C14.8509 9.22289 13.6451 10.8673 12.9491 12.7219C12.5296 13.8532 12.2358 15.0499 12.2581 16.264C12.2174 17.8198 12.4436 19.3711 12.9268 20.8505C13.2562 21.8444 13.6981 22.8061 14.2923 23.6701C17.1367 21.7161 19.1751 18.5754 19.67 15.1468C19.8843 13.6637 19.8702 12.1434 19.5839 10.6695C19.3307 9.37765 18.8945 8.10565 18.1869 6.98841C19.2742 6.34197 20.4203 5.79996 21.6098 5.36965C22.2553 7.80275 22.3505 10.3848 21.8805 12.8576C21.6256 13.9145 21.2382 14.9349 20.8244 15.9379C20.3296 17.1007 19.7569 18.2419 19.0054 19.2632C18.2905 20.1903 17.5053 21.061 16.6567 21.8676C15.926 22.5421 15.1654 23.2058 14.2898 23.6866C13.353 22.5735 12.681 21.2576 12.1828 19.8971C11.6218 18.3303 11.3071 16.6859 11.2501 15.0226C11.145 13.6563 11.2609 12.275 11.548 10.9368C12.2805 7.55282 14.2526 4.50813 16.8504 2.2513Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M7.05049 4.51455C8.92 4.51207 10.7895 4.51372 12.659 4.51372C11.5708 9.22434 10.4345 13.925 9.40662 18.6489C9.24773 19.4177 9.08386 20.189 9.03835 20.9736C9.03338 21.5074 9.10869 22.0892 9.47035 22.5088C9.63421 22.7074 9.86924 22.8232 10.101 22.9226C9.67311 22.8232 9.27835 22.6288 8.88276 22.445C7.72745 21.869 6.64249 21.0704 5.9349 19.973C5.25131 18.9526 4.69352 17.799 4.60662 16.5568C4.58428 16.1049 4.58759 15.6497 4.66786 15.2028C4.8698 13.9168 5.15283 12.6456 5.43255 11.3736C5.94715 9.08121 6.48649 6.79528 7.05049 4.51455ZM24.2593 4.51455C26.0585 4.51207 27.8568 4.51372 29.6552 4.51372C29.0047 7.2911 28.3534 10.0685 27.688 12.8426C27.4612 13.7546 27.2643 14.6757 27.0003 15.5777C26.5046 16.7661 25.7837 17.8577 24.928 18.8186C24.5606 19.2357 24.131 19.5899 23.7255 19.9672C22.0877 21.3808 20.1197 22.4335 18.0143 22.9416C18.7211 22.5617 19.485 22.1843 19.9575 21.5074C20.2943 20.9951 20.3879 20.3744 20.5807 19.8026C21.8133 14.7081 23.04 9.61215 24.2593 4.51455Z"
fill="white"
fill-opacity="0.6"
/>
</symbol>
<symbol
id="mojavez3"
width="30"
height="24"
viewBox="0 0 30 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M29.458 12.2095L26.0664 15.4944L26.0588 20.3759H21.2645L17.8881 23.7693L14.5167 20.3815H9.67062V15.6005L6.28662 12.202L9.66683 8.77249V4.00912H14.4548L17.8641 0.570801L21.2001 3.99522C21.2001 3.99522 24.4123 4.00154 25.9313 4.00154H26.0626V4.19606C26.0626 5.65059 26.0544 8.86722 26.0544 8.86722C26.0544 8.86722 29.427 12.1704 29.458 12.2095ZM10.1127 8.99796L6.90936 12.2001L10.1121 15.4022V19.9401L14.6929 19.942C14.6929 19.942 17.3115 22.587 17.866 23.1396C18.0037 23.0045 21.0744 19.935 21.0744 19.935C21.0744 19.935 24.0454 19.9394 25.45 19.9394H25.611V15.3409C25.611 15.3409 27.4218 13.6028 28.2473 12.7792C28.438 12.5885 28.6325 12.4015 28.8277 12.2108L25.6016 8.98027V4.46133C25.5441 4.4588 25.5037 4.45501 25.4626 4.45501C24.1186 4.45501 20.9879 4.4588 20.9879 4.4588C20.9879 4.4588 19.3875 2.76175 18.6542 2.02912L17.8736 1.24596L14.6557 4.45122L10.2498 4.45375C10.2056 4.45375 10.1633 4.46133 10.1121 4.46638L10.1127 8.99796Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M20.9893 9.08591C21.1358 9.26528 21.2899 9.43959 21.4282 9.62654C21.8021 10.1255 22.0541 10.704 22.1659 11.3173C22.2164 11.5964 22.2467 11.8794 22.2872 12.1756L25.5385 9.79959L26.6836 10.9838L24.1074 12.1958L26.6829 13.4027L25.5398 14.5882L22.2669 12.1971C22.2392 13.4097 21.8147 14.4265 20.9848 15.3019L24.965 15.9177V17.568L22.2783 16.6017C22.6017 17.4973 22.9143 18.3663 23.2402 19.2625C22.6863 19.3067 22.145 19.2897 21.5968 19.3023C21.3903 17.9697 21.1863 16.6484 20.9779 15.3095C20.8813 15.3935 20.7928 15.4718 20.7032 15.547C20.0617 16.0892 19.2784 16.4363 18.4459 16.5474C17.7798 16.6392 17.1015 16.5748 16.4646 16.3592C15.8192 16.1458 15.2332 15.7831 14.7543 15.3006L14.7562 15.3025C14.5314 15.0126 14.285 14.736 14.0855 14.4291C13.8347 14.0476 13.6641 13.6191 13.584 13.1697C13.5328 12.871 13.5145 12.5659 13.4817 12.264C13.4798 12.2501 13.4747 12.2362 13.4653 12.1977L10.1924 14.5882L9.04736 13.404L11.6229 12.1939L9.04926 10.9857L10.1899 9.79833L13.4697 12.192C13.476 12.1289 13.4842 12.0809 13.4855 12.0322C13.4994 11.1341 13.7886 10.3295 14.3147 9.60822C14.4493 9.4238 14.6034 9.25454 14.7486 9.0777C14.9912 8.88822 15.2217 8.68233 15.4762 8.51243C16.1589 8.0577 16.9162 7.82843 17.7385 7.80759C18.5282 7.78122 19.3101 7.97122 19.9996 8.35707C20.3435 8.54296 20.6588 8.7776 20.9356 9.0537C20.9526 9.06759 20.9716 9.07896 20.9912 9.08843L20.9893 9.08591ZM21.7396 12.7503C22.0573 10.8114 20.7512 8.7158 18.5204 8.33054C16.2796 7.94338 14.1328 9.56338 13.9528 11.9021C13.9125 12.4373 13.9825 12.9751 14.1585 13.4821C14.3345 13.9891 14.6128 14.4546 14.976 14.8497C15.3394 15.2447 15.7801 15.5607 16.2707 15.7782C16.7614 15.9957 17.2915 16.1101 17.8282 16.1141C19.0206 16.1305 20.0204 15.6575 20.8194 14.7733C21.0467 14.5232 21.2337 14.2396 21.3733 13.932H20.0229C19.5707 14.4657 19.001 14.8131 18.3 14.923C17.5989 15.0322 16.9415 14.8964 16.3503 14.508C15.7187 14.0924 15.3202 13.5101 15.1585 12.7503H21.7396Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M16.6505 21.0018L15.4695 19.8561L17.8632 16.5858C18.6653 17.681 19.4592 18.7647 20.2587 19.8586C19.8646 20.2401 19.4762 20.6165 19.0739 21.0037L17.8802 18.4673L17.8455 18.466L16.6505 21.0018ZM15.4663 4.52959L16.6524 3.3877L17.8461 5.92475H17.8808L19.0739 3.3877L20.2613 4.53085L17.8644 7.80243L15.4663 4.52959ZM20.9895 9.08833C21.0236 8.83127 21.0545 8.57296 21.0937 8.3178C21.255 7.24647 21.4216 6.17594 21.5933 5.10622H23.2442L22.2918 7.74243L22.312 7.77275L24.9659 6.81843V8.46685C24.8794 8.48264 24.7884 8.50285 24.6968 8.51675C24.1139 8.60643 23.5303 8.69548 22.9474 8.78327L21.22 9.04664C21.1423 9.05801 21.0653 9.07191 20.9876 9.08517L20.9888 9.08833H20.9895ZM14.7539 15.3005L14.44 17.3405C14.3389 17.9873 14.2379 18.6321 14.1349 19.2763H12.4853L13.4503 16.6022L10.7794 17.5629L10.7446 15.9201L11.2657 15.8412L13.485 15.502C13.9095 15.4363 14.332 15.3687 14.7558 15.3024L14.7539 15.3005ZM14.7469 9.07949C14.5044 9.04538 14.2632 9.01317 14.0219 8.97654C13.3859 8.87864 12.7524 8.77822 12.1171 8.6797C11.7046 8.61654 11.2922 8.55464 10.8792 8.49085C10.8394 8.48454 10.8002 8.4738 10.7693 8.46622V6.82096L13.4497 7.78538L12.4846 5.10938H14.1362L14.7469 9.07949ZM27.5888 12.1894C27.5912 12.2967 27.5719 12.4034 27.532 12.5031C27.4921 12.6027 27.4324 12.6933 27.3566 12.7693C27.2808 12.8453 27.1904 12.9051 27.0908 12.9453C26.9912 12.9854 26.8846 13.005 26.7773 13.0029C26.6172 13.0031 26.4607 12.9558 26.3275 12.867C26.1944 12.7782 26.0906 12.6518 26.0293 12.504C25.968 12.3561 25.952 12.1934 25.9833 12.0364C26.0146 11.8794 26.0918 11.7353 26.205 11.6222C26.3185 11.5076 26.4634 11.429 26.6214 11.3965C26.7794 11.3639 26.9435 11.3787 27.0931 11.4391C27.2411 11.5004 27.3674 11.6046 27.4558 11.7383C27.5441 11.8721 27.5905 12.0291 27.5888 12.1894Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M24.9737 5.90545C24.9888 6.35514 24.6168 6.70251 24.1747 6.70945C23.7326 6.71577 23.3537 6.34061 23.3562 5.9023C23.3556 5.79293 23.3771 5.68458 23.4193 5.58369C23.4615 5.4828 23.5236 5.39145 23.6019 5.31506C23.6802 5.23868 23.773 5.17884 23.8749 5.1391C23.9768 5.09936 24.0856 5.08055 24.1949 5.08377C24.637 5.08882 24.9768 5.4463 24.9737 5.90545ZM12.3705 18.4865C12.3743 18.9412 12.0194 19.2968 11.5589 19.3012C11.3466 19.3033 11.142 19.2212 10.99 19.0729C10.8379 18.9246 10.7507 18.7222 10.7474 18.5099C10.741 18.0532 11.077 17.6901 11.5577 17.6812C11.6641 17.6802 11.7697 17.7004 11.8683 17.7404C11.9669 17.7805 12.0566 17.8397 12.1322 17.9146C12.2078 17.9896 12.2678 18.0788 12.3087 18.177C12.3496 18.2753 12.3706 18.3801 12.3705 18.4865ZM8.13957 12.1916C8.12504 11.7267 8.50335 11.3831 8.93283 11.3806C9.41409 11.3775 9.75514 11.728 9.75704 12.1998C9.75957 12.6431 9.41662 13.0038 8.9423 13.0025C8.48378 13.0019 8.13957 12.6545 8.13957 12.1916ZM18.6718 21.0943C18.6869 21.549 18.3225 21.8989 17.8867 21.916C17.7794 21.9191 17.6725 21.9008 17.5722 21.8622C17.472 21.8237 17.3804 21.7655 17.3028 21.6913C17.2253 21.617 17.1632 21.528 17.1203 21.4295C17.0775 21.3311 17.0546 21.2251 17.053 21.1177C17.0499 20.6629 17.3941 20.3023 17.8362 20.2966C18.3187 20.2903 18.6655 20.6219 18.6718 21.0943ZM24.9756 18.5092C24.9806 18.9747 24.5821 19.3164 24.1419 19.3019C24.0343 19.2992 23.9284 19.2751 23.8303 19.2308C23.7322 19.1866 23.644 19.1232 23.5709 19.0443C23.4977 18.9654 23.4411 18.8727 23.4043 18.7716C23.3675 18.6705 23.3514 18.563 23.3568 18.4556C23.3695 18.0179 23.7528 17.6661 24.2012 17.6787C24.414 17.6863 24.6151 17.778 24.7603 17.9337C24.9055 18.0895 24.9829 18.2965 24.9756 18.5092ZM18.6692 3.28187C18.673 3.73282 18.3212 4.10608 17.8709 4.10293C17.7633 4.10436 17.6565 4.08427 17.5568 4.04384C17.4571 4.0034 17.3665 3.94344 17.2903 3.86747C17.2141 3.7915 17.1538 3.70106 17.1131 3.60148C17.0724 3.50189 17.0519 3.39515 17.053 3.28756C17.0492 2.86566 17.3954 2.47472 17.8596 2.48103C18.3168 2.48735 18.6648 2.82082 18.6692 3.28187ZM12.3692 5.89724C12.3718 6.34693 12.0105 6.70187 11.5457 6.70693C11.1124 6.71135 10.7455 6.34124 10.7448 5.89851C10.7445 5.73715 10.7923 5.57936 10.8819 5.44519C10.9715 5.31102 11.099 5.20654 11.2482 5.14503C11.3716 5.09395 11.5058 5.07415 11.6387 5.08739C11.7716 5.10063 11.8992 5.14651 12.0102 5.22094C12.1211 5.29537 12.2119 5.39605 12.2745 5.51404C12.3372 5.63202 12.3697 5.76366 12.3692 5.89724ZM20.5482 11.6137H15.1703C15.3522 10.5577 16.3514 9.44861 17.8368 9.43219C19.3482 9.41766 20.3935 10.569 20.5482 11.6137Z"
fill="white"
fill-opacity="0.6"
/>
</symbol>
<symbol id="telegram"></symbol>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +0,0 @@
<svg width="96" height="98" viewBox="0 0 96 98" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.5" d="M59.8075 3.67463e-05L61.1739 34.7695L95.9694 34.5299L66.5414 53.0981L84.1466 83.112L53.3521 66.9107L36.1619 97.1643L34.7954 62.3948L-7.45984e-05 62.6344L29.4279 44.0662L11.8227 14.0523L42.6172 30.2536L59.8075 3.67463e-05Z" fill="#CDE1FA"/>
</svg>

Before

Width:  |  Height:  |  Size: 366 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 616 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 881 KiB

View File

@@ -1,62 +0,0 @@
<svg width="792" height="318" viewBox="0 0 792 318" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M575.944 -44L792 317.411L788.286 318L572.23 -43.4113L575.944 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M565.141 -44L781.197 317.411L777.484 318L561.428 -43.4113L565.141 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M554.339 -44L770.395 317.411L766.681 318L550.625 -43.4113L554.339 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M543.536 -44L759.592 317.411L755.878 318L539.822 -43.4113L543.536 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M532.733 -44L748.789 317.411L745.076 318L529.02 -43.4113L532.733 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M521.93 -44L737.986 317.411L734.273 318L518.217 -43.4113L521.93 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M511.128 -44L727.184 317.411L723.47 318L507.414 -43.4113L511.128 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M500.325 -44L716.381 317.411L712.667 318L496.611 -43.4113L500.325 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M489.522 -44L705.578 317.411L701.865 318L485.809 -43.4113L489.522 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M478.719 -44L694.776 317.411L691.062 318L475.006 -43.4113L478.719 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M467.917 -44L683.973 317.411L680.259 318L464.203 -43.4113L467.917 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M457.114 -44L673.17 317.411L669.457 318L453.401 -43.4113L457.114 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M446.311 -44L662.367 317.411L658.654 318L442.598 -43.4113L446.311 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M435.509 -44L651.565 317.411L647.851 318L431.795 -43.4113L435.509 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M424.706 -44L640.762 317.411L637.048 318L420.992 -43.4113L424.706 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M413.903 -44L629.959 317.411L626.246 318L410.19 -43.4113L413.903 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M403.1 -44L619.156 317.411L615.443 318L399.387 -43.4113L403.1 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M392.298 -44L608.354 317.411L604.64 318L388.584 -43.4113L392.298 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M381.495 -44L597.551 317.411L593.838 318L377.781 -43.4113L381.495 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M370.692 -44L586.748 317.411L583.035 318L366.979 -43.4113L370.692 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M359.89 -44L575.946 317.411L572.232 318L356.176 -43.4113L359.89 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M349.087 -44L565.143 317.411L561.429 318L345.373 -43.4113L349.087 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M337.84 -44L553.896 317.411L550.183 318L334.127 -43.4113L337.84 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M326.594 -44L542.65 317.411L538.936 318L322.88 -43.4113L326.594 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M315.347 -44L531.403 317.411L527.689 318L311.633 -43.4113L315.347 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M304.1 -44L520.156 317.411L516.443 318L300.387 -43.4113L304.1 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M292.854 -44L508.91 317.411L505.196 318L289.14 -43.4113L292.854 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M281.607 -44L497.663 317.411L493.949 318L277.893 -43.4113L281.607 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M270.36 -44L486.416 317.411L482.703 318L266.647 -43.4113L270.36 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M259.113 -44L475.17 317.411L471.456 318L255.4 -43.4113L259.113 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M247.867 -44L463.923 317.411L460.209 318L244.153 -43.4113L247.867 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M236.62 -44L452.676 317.411L448.963 318L232.907 -43.4113L236.62 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M225.374 -44L441.43 317.411L437.716 318L221.66 -43.4113L225.374 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M214.127 -44L430.183 317.411L426.469 318L210.413 -43.4113L214.127 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M202.88 -44L418.936 317.411L415.223 318L199.167 -43.4113L202.88 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M191.634 -44L407.69 317.411L403.976 318L187.92 -43.4113L191.634 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M180.387 -44L396.443 317.411L392.729 318L176.673 -43.4113L180.387 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M169.14 -44L385.196 317.411L381.483 318L165.427 -43.4113L169.14 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M157.893 -44L373.95 317.411L370.236 318L154.18 -43.4113L157.893 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M146.647 -44L362.703 317.411L358.989 318L142.933 -43.4113L146.647 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M135.4 -44L351.456 317.411L347.743 318L131.687 -43.4113L135.4 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M124.154 -44L340.21 317.411L336.496 318L120.44 -43.4113L124.154 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M112.907 -44L328.963 317.411L325.249 318L109.193 -43.4113L112.907 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M101.66 -44L317.716 317.411L314.003 318L97.9467 -43.4113L101.66 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M90.4135 -44L306.47 317.411L302.756 318L86.7 -43.4113L90.4135 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M79.1669 -44L295.223 317.411L291.509 318L75.4533 -43.4113L79.1669 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M67.9202 -44L283.976 317.411L280.263 318L64.2067 -43.4113L67.9202 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M56.6735 -44L272.73 317.411L269.016 318L52.96 -43.4113L56.6735 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M45.4268 -44L261.483 317.411L257.769 318L41.7133 -43.4113L45.4268 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M34.1802 -44L250.236 317.411L246.523 318L30.4667 -43.4113L34.1802 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M22.9335 -44L238.99 317.411L235.276 318L19.22 -43.4113L22.9335 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M11.6869 -44L227.743 317.411L224.029 318L7.97336 -43.4113L11.6869 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M0.440155 -44L216.496 317.411L212.783 318L-3.27336 -43.4113L0.440155 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M-10.8065 -44L205.25 317.411L201.536 318L-14.52 -43.4113L-10.8065 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M-22.0532 -44L194.003 317.411L190.289 318L-25.7667 -43.4113L-22.0532 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M-33.2998 -44L182.756 317.411L179.043 318L-37.0133 -43.4113L-33.2998 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M-44.5465 -44L171.51 317.411L167.796 318L-48.26 -43.4113L-44.5465 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M-55.7932 -44L160.263 317.411L156.549 318L-59.5067 -43.4113L-55.7932 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M-67.0398 -44L149.016 317.411L145.303 318L-70.7533 -43.4113L-67.0398 -44Z" fill="white" fill-opacity="0.08"/>
<path d="M-78.2865 -44L137.77 317.411L134.056 318L-82 -43.4113L-78.2865 -44Z" fill="white" fill-opacity="0.08"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,9 +0,0 @@
<svg width="390" height="292" viewBox="0 0 390 292" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="390" height="292" rx="10" fill="url(#paint0_linear_26_4181)" fill-opacity="0.8"/>
<defs>
<linearGradient id="paint0_linear_26_4181" x1="195" y1="0" x2="195" y2="292" gradientUnits="userSpaceOnUse">
<stop stop-color="#00141F" stop-opacity="0"/>
<stop offset="1" stop-color="#00141F"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 430 B

View File

@@ -1,4 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.3335 29.3334C23.6973 29.3334 29.6668 23.3638 29.6668 16C29.6668 8.63622 23.6973 2.66669 16.3335 2.66669C8.96966 2.66669 3.00012 8.63622 3.00012 16C3.00012 23.3638 8.96966 29.3334 16.3335 29.3334Z" fill="#0274B3"/>
<path d="M13 12.3374C12.9993 12.1007 13.0616 11.8682 13.1804 11.6636C13.2993 11.459 13.4705 11.2897 13.6764 11.1731C13.8823 11.0565 14.1155 10.9968 14.3521 11.0001C14.5887 11.0035 14.8201 11.0697 15.0227 11.192L21.6853 15.188C21.8837 15.3062 22.0479 15.474 22.162 15.6747C22.2761 15.8755 22.336 16.1024 22.336 16.3334C22.336 16.5643 22.2761 16.7912 22.162 16.992C22.0479 17.1928 21.8837 17.3605 21.6853 17.4787L15.0227 21.4747C14.82 21.5971 14.5885 21.6633 14.3517 21.6666C14.115 21.6699 13.8817 21.61 13.6758 21.4933C13.4698 21.3765 13.2987 21.2071 13.1799 21.0023C13.0612 20.7975 12.9991 20.5648 13 20.328V12.3374Z" fill="white" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,25 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M3.0335 16C2.6469 16 2.33167 15.6864 2.35099 15.3003C2.4298 13.7254 2.77411 12.1751 3.36937 10.715C3.51531 10.357 3.93365 10.2063 4.28391 10.37C4.63416 10.5336 4.78349 10.9496 4.63954 11.3084C4.12861 12.5819 3.82913 13.9303 3.75294 15.3004C3.73147 15.6864 3.4201 16 3.0335 16Z" fill="white"/>
<path d="M16.3335 29C23.5132 29 29.3335 23.1797 29.3335 16C29.3335 8.8203 23.5132 3 16.3335 3C9.15379 3 3.3335 8.8203 3.3335 16C3.3335 23.1797 9.15379 29 16.3335 29Z" fill="#0274B3"/>
<path d="M13.3333 20V12" stroke="white" stroke-width="2.66667" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.6667 20V12" stroke="white" stroke-width="2.66667" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -14,7 +14,7 @@ export default defineConfig({
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),
portfolio: resolve(__dirname, 'portfolio.html'),
footer: resolve(__dirname, 'footer.html'),
},
},
manifest: true,