Kaynağa Gözat

upcoming section ongoing

@Mostafijur 1 yıl önce
ebeveyn
işleme
c01bd315b7
60 değiştirilmiş dosya ile 655 ekleme ve 240 silme
  1. 92 11
      css/style.css
  2. BIN
      fonts/Helvetica Neue/Helvetica Neue 67 Medium Condensed Oblique/Helvetica Neue 67 Medium Condensed Oblique.otf
  3. BIN
      fonts/Helvetica Neue/Helvetica Neue 67 Medium Condensed/Helvetica Neue 67 Medium Condensed.otf
  4. BIN
      fonts/Helvetica Neue/Helvetica Neue 97 Black Condensed Oblique/Helvetica Neue 97 Black Condensed Oblique.otf
  5. BIN
      fonts/Helvetica Neue/Helvetica Neue 97 Black Condensed/Helvetica Neue 97 Black Condensed.otf
  6. BIN
      fonts/Helvetica Neue/Helvetica Neue Condensed Bold/Helvetica Neue Condensed Bold.ttf
  7. BIN
      fonts/Helvetica Neue/Helvetica Neue Regular/Helvetica Neue Regular.otf
  8. 188 0
      fonts/Helvetica Neue/readme.html
  9. BIN
      fonts/helvetica-neue_8tgaC.zip
  10. 0 77
      images/Alarm clock.svg
  11. BIN
      images/App-store.png
  12. BIN
      images/App_Download.png
  13. 3 0
      images/Arrow-right-black.svg
  14. 0 3
      images/Arrow-right-deepBlue.svg
  15. 0 3
      images/Arrow-right-greenLight.svg
  16. 0 3
      images/Arrow-right-purple.svg
  17. 0 8
      images/Arrow-right.svg
  18. BIN
      images/Bangladesh-bank.png
  19. 0 32
      images/Book.svg
  20. BIN
      images/Calendar.png
  21. 0 6
      images/Calendar.svg
  22. 0 28
      images/Chart-icon.svg
  23. 71 5
      images/Clock.svg
  24. 32 0
      images/Dictionary.svg
  25. BIN
      images/Expired.png
  26. 0 2
      images/Instagram.svg
  27. 0 4
      images/Linkedin.svg
  28. BIN
      images/Play-store.png
  29. BIN
      images/blog-1.jpg
  30. BIN
      images/blog-2.jpg
  31. BIN
      images/blog-3.jpg
  32. BIN
      images/blog-4.jpg
  33. BIN
      images/blog-5.jpg
  34. BIN
      images/blog-6.jpg
  35. BIN
      images/blog-7.jpg
  36. BIN
      images/blog-single.png
  37. 0 6
      images/calendar-icon-blog.svg
  38. 28 0
      images/chart.svg
  39. 0 4
      images/circle-arrow-left.svg
  40. 0 4
      images/circle-arrow-right.svg
  41. 0 4
      images/facebook.svg
  42. BIN
      images/features.png
  43. 0 5
      images/globe_.svg
  44. BIN
      images/header-1-news-page.png
  45. 0 4
      images/mail_.svg
  46. 0 4
      images/map pin.svg
  47. 37 0
      images/mobile-in-hand.svg
  48. BIN
      images/mobile.png
  49. 0 6
      images/pen-icon-blog.svg
  50. 0 3
      images/phone call_.svg
  51. 3 0
      images/round-dark-blue.svg
  52. 4 0
      images/round-purple.svg
  53. 0 7
      images/times-icon.svg
  54. 9 0
      images/upcoming.svg
  55. 0 1
      images/wave-bg.svg
  56. 0 1
      images/wave-horizontal.svg
  57. 0 3
      images/wave-top.svg
  58. BIN
      images/word-of-the-day.png
  59. 0 4
      images/youtube.svg
  60. 188 2
      index.html

+ 92 - 11
css/style.css

@@ -1,3 +1,5 @@
+@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
+
 :root {
    --primary-color: #6B2EEF;
 
@@ -17,13 +19,15 @@
 
    --green-blue: #09B4A9;
 
+   --border-light: rgba(255, 255, 255, 0.2);
+
 
     --shadow-black: 0px 0px 40px rgba(213, 213, 213, 0.5);
     --shadow-blue: 0px 0px 40px rgba(0, 158, 253, 0.25);
     --shadow-light: 0px 0px 25px rgba(199, 195, 195, 0.25);
     --shadow-blog: 0px 0px 40px rgba(134, 134, 134, 0.25);
 
-    --font-inter: 'Inter', sans-serif;;
+    --font-helvetica: 'Helvetica Neue', sans-serif;
     --font-noto: 'Noto Serif Bengali', serif;
 
     
@@ -33,10 +37,13 @@
 }
 
 body {
-    line-height: 1.4 !important;
+    line-height: 1.7 !important;
     font-family: var(--font-noto) ;
 }
 
+
+/* typography */
+
 a {
     text-decoration: none;
     color: inherit;
@@ -46,6 +53,10 @@ a:hover {
     color: inherit;
 }
 
+p {
+    line-height: 1.4 !important;
+}
+
 
 /* text color */
 .text-primary {
@@ -130,6 +141,10 @@ a:hover {
     background: var(--green-blue) !important;
 }
 
+.bg-gradient-blue {
+    background: var(--gradient-blue) !important;
+}
+
 /* button */
 
 .btn-primary {
@@ -142,6 +157,22 @@ a:hover {
     opacity: .9;
 }
 
+.gradient-btn {
+    background: var(--gradient-btn);
+    color: var(--white);
+}
+.gradient-btn:hover {
+    background: var(--gradient-btn);
+    color: var(--white);
+    opacity: .8;
+}
+
+
+/* border color*/
+.border-light {
+    border-color: var(--border-light) !important;
+}
+
 
 
 
@@ -160,6 +191,7 @@ a:hover {
     left: 0;
     right: 0;
     box-shadow: var(--shadow-black);
+    background: var(--white);
 }
 
 #navbar .logo {
@@ -173,12 +205,13 @@ a:hover {
 
 #navbar .main-link {
     font-size: 1.2rem;
-    font-weight: 500;
-    font-family: var(--font-inter);
+    font-weight: 400 !important;
+    font-family: var(--font-helvetica) !important;
 }
 
 #navbar .main-link a {
     display: block;
+    /* font-weight: 500; */
 }
 
 #navbar .main-link a:hover,
@@ -194,11 +227,6 @@ a:hover {
 
 @media screen and (max-width: 992px) {
             
-    #navbar.navbar {
-        background: var(--white);
-        box-shadow: var(--shadow-black) !important;
-    }
-            
     #navbar.show {
         position: fixed;
         height: 100vh;
@@ -259,7 +287,60 @@ a:hover {
 /* hero section start */
 #hero {
     background: url(../images/hero-background.png) no-repeat center center/cover ;
-    height: 100vh;
+    min-height: 100vh;
     font-family: var(--font-noto);
 }
-/* hero section end */
+
+#hero .lower-part .item {
+    transition: all .25s ease-in-out;
+}
+
+#hero .lower-part .item:hover {
+    background-color: var(--blue-dark);
+    transform: scale(1.05) translateY(-20px);
+}
+
+#hero .lower-part .icon {
+    height: 3.2rem;
+}
+
+@media screen and (max-width: 992px) {
+            
+    #hero .hero-image {
+        width: 50% !important;
+    }
+
+
+}
+/* hero section end */
+
+
+
+/*  upcoming section */
+
+#upcoming {
+    line-height: 1.2 !important;
+}
+
+#upcoming .upcoming-test {
+    font-family: var(--font-helvetica) !important;
+}
+
+#upcoming .upcoming-test .upcoming-content,
+#upcoming .upcoming-test .booking-btn {
+    width: 300px !important;
+}
+
+#upcoming .job-news {
+    font-family: var(--font-noto) !important;
+    background: url(../images/upcoming.svg) no-repeat center center/cover;
+}
+
+#upcoming .job-news .news {
+    max-width: 160px;
+}
+
+#upcoming .job-news .news .circle-icon {
+    width: 1.5rem;
+}
+/*  upcoming section end */

BIN
fonts/Helvetica Neue/Helvetica Neue 67 Medium Condensed Oblique/Helvetica Neue 67 Medium Condensed Oblique.otf


BIN
fonts/Helvetica Neue/Helvetica Neue 67 Medium Condensed/Helvetica Neue 67 Medium Condensed.otf


BIN
fonts/Helvetica Neue/Helvetica Neue 97 Black Condensed Oblique/Helvetica Neue 97 Black Condensed Oblique.otf


BIN
fonts/Helvetica Neue/Helvetica Neue 97 Black Condensed/Helvetica Neue 97 Black Condensed.otf


BIN
fonts/Helvetica Neue/Helvetica Neue Condensed Bold/Helvetica Neue Condensed Bold.ttf


BIN
fonts/Helvetica Neue/Helvetica Neue Regular/Helvetica Neue Regular.otf


+ 188 - 0
fonts/Helvetica Neue/readme.html

@@ -0,0 +1,188 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta name="viewport" content="width=device-width" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta http-equiv="refresh" content="5;url=https://fontsgeek.com/helvetica-neue-font?ref=readme">
+    <title>Helvetica NeueFontsgeek</title>
+    <style>
+/* -------------------------------------
+   GLOBAL
+   ------------------------------------- */
+    * {
+      margin:0;
+      padding:0;
+      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
+      font-size: 100%;
+      line-height: 1.6;
+    }
+
+    img {
+      max-width: 100%;
+    }
+
+    body {
+      -webkit-font-smoothing:antialiased;
+      -webkit-text-size-adjust:none;
+      width: 100%!important;
+      height: 100%;
+      background:#DDD;
+    }
+
+
+    /* -------------------------------------
+       ELEMENTS
+       ------------------------------------- */
+    a {
+      color: #348eda;
+    }
+
+    .btn-primary, .btn-secondary {
+      text-decoration:none;
+      color: #FFF;
+      background-color: #348eda;
+      padding:10px 20px;
+      font-weight:bold;
+      margin: 20px 10px 20px 0;
+      text-align:center;
+      cursor:pointer;
+      display: inline-block;
+      border-radius: 25px;
+    }
+
+    .btn-secondary{
+      background: #aaa;
+    }
+
+    .last {
+      margin-bottom: 0;
+    }
+
+    .first{
+      margin-top: 0;
+    }
+
+
+    /* -------------------------------------
+       BODY
+       ------------------------------------- */
+    table.body-wrap {
+      width: 100%;
+      padding: 20px;
+    }
+
+    table.body-wrap .container{
+      border: 1px solid #f0f0f0;
+    }
+
+
+    /* -------------------------------------
+       FOOTER
+       ------------------------------------- */
+    table.footer-wrap {
+      width: 100%;
+      clear:both!important;
+    }
+
+    .footer-wrap .container p {
+      font-size:12px;
+      color:#666;
+
+    }
+
+    table.footer-wrap a{
+      color: #999;
+    }
+
+
+    /* -------------------------------------
+       TYPOGRAPHY
+       ------------------------------------- */
+    h1,h2,h3{
+      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
+      margin: 40px 0 10px;
+      line-height: 1.2;
+      font-weight:200;
+    }
+
+    h1 {
+      font-size: 36px;
+    }
+    h2 {
+      font-size: 28px;
+    }
+    h3 {
+      font-size: 22px;
+    }
+
+    p, ul {
+      margin-bottom: 10px;
+      font-weight: normal;
+      font-size:14px;
+    }
+
+    ul li {
+      margin-left:5px;
+      list-style-position: inside;
+    }
+
+    /* ---------------------------------------------------
+       RESPONSIVENESS
+       Nuke it from orbit. It's the only way to be sure.
+       ------------------------------------------------------ */
+
+    /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
+    .container {
+      display:block!important;
+      max-width:600px!important;
+      margin:0 auto!important; /* makes it centered */
+      clear:both!important;
+    }
+
+    /* This should also be a block element, so that it will fill 100% of the .container */
+    .content {
+      padding:20px;
+      max-width:600px;
+      margin:0 auto;
+      display:block;
+    }
+
+    /* Let's make sure tables in the content area are 100% wide */
+    .content table {
+      width: 100%;
+    }
+
+    </style>
+  </head>
+
+  <body bgcolor="#f6f6f6">
+
+    <!-- body -->
+    <table class="body-wrap">
+      <tr>
+        <td></td>
+        <td class="container" bgcolor="#FFFFFF">
+
+          <!-- content -->
+          <div class="content">
+            <table>
+              <tr>
+                <td>
+                    <h1>Helvetica Neue</h1>
+                  <p>This font was downloaded from <a href="http://fontsgeek.com?ref=readme">fontsgeek.com</a> . You can visit <a href="http://fontsgeek.com?ref=readme">fontsgeek.com</a> for thousands of free fonts.</p>
+                  <p><a href="http://fontsgeek.com/helvetica-neue-font?ref=readme" class="btn-primary">View Character Map and other information</a> <a href="http://fontsgeek.com?ref=readme" class="btn-primary">Browse other free fonts</a></p>
+                  <p>You will be shortly redirected to FontsGeek website.</p>
+                </td>
+              </tr>
+            </table>
+          </div>
+          <!-- /content -->
+
+        </td>
+        <td></td>
+      </tr>
+    </table>
+    <!-- /body -->
+
+  </body>
+</html>

BIN
fonts/helvetica-neue_8tgaC.zip


+ 0 - 77
images/Alarm clock.svg

@@ -1,77 +0,0 @@
-<svg width="88" height="87" viewBox="0 0 88 87" fill="none" xmlns="http://www.w3.org/2000/svg">
-<g clip-path="url(#clip0_70_2314)">
-<path d="M82.4265 37.5427C86.1352 44.7317 85.5044 53.9088 81.2263 60.7149C84.5226 53.467 85.1215 45.0802 82.4265 37.5427Z" fill="#FFC727"/>
-<path d="M82.5591 9.92554C85.3841 13.1752 86.0296 18.0742 84.4097 22.0234C84.9595 17.6619 84.4981 13.8968 82.5591 9.92554Z" fill="#FFC727"/>
-<path d="M57.5559 4.4081C60.6018 1.36462 65.442 0.377948 69.4967 1.71806C65.1082 1.47507 61.3823 2.19422 57.5559 4.40565V4.4081Z" fill="#FFC727"/>
-<path d="M58.9744 1.82352C59.7843 0.709212 61.3797 0.0906982 62.6904 0.623307C61.3552 0.800025 60.1967 1.28355 58.9744 1.82352Z" fill="#FFC727"/>
-<path d="M1.19992 21.2332C0.765489 25.6315 1.64908 29.3229 3.68379 33.2181C0.787578 30.0789 -0.31691 25.2633 1.19992 21.2332Z" fill="#FFC727"/>
-<path d="M22.5533 6.60236C18.2138 5.75559 14.4586 6.28819 10.3892 7.94493C13.7861 5.35797 18.6851 4.71491 22.5533 6.60236Z" fill="#FFC727"/>
-<path d="M17.7843 4.23875C16.454 4.33939 15.2022 4.46456 13.9431 4.94317C14.8439 3.85341 16.5399 3.64233 17.7843 4.23875Z" fill="#FFC727"/>
-<path d="M38.2444 5.79492C37.3436 6.7816 36.5189 7.729 35.9274 8.93903C35.839 7.52774 36.9288 6.21217 38.2444 5.79492Z" fill="#FFC727"/>
-<path d="M87.0383 51.8323C87.3843 55.779 85.6712 60.0129 82.8584 62.7741C83.0818 62.32 83.3517 61.9077 83.5775 61.4659C85.2367 58.4543 86.405 55.2169 87.0383 51.8323Z" fill="#FFC727"/>
-<path d="M9.56692 37.5991C6.52344 45.0016 6.72716 53.4056 9.68228 60.8007C5.72575 53.8032 5.52695 44.604 9.56692 37.5991Z" fill="#FFC727"/>
-<path d="M5.44364 41.8403C4.67296 45.1955 4.45451 48.6317 4.77359 52.0556C4.80304 52.549 4.88649 53.0349 4.91104 53.5405C3.43593 49.8884 3.55129 45.3232 5.44364 41.8403Z" fill="#FFC727"/>
-<path d="M67.7589 20.6073L66.1758 19.412L76.9409 5.13958C77.2698 4.70269 77.8932 4.61433 78.3301 4.94568C78.7669 5.27457 78.8553 5.89799 78.524 6.33488L67.7589 20.6073Z" fill="#FFC727"/>
-<path opacity="0.1" d="M66.5317 18.9407L67.9822 20.3127L67.7613 20.6072L66.1758 19.4119L66.5317 18.9407Z" fill="black"/>
-<path opacity="0.1" d="M68.3307 19.8514L66.8777 18.4818L67.101 18.1873L68.6841 19.3801L68.3307 19.8514Z" fill="black"/>
-<path d="M80.2542 28.0834L55.5554 9.45438C60.6999 2.63355 70.3997 1.27626 77.2206 6.42072C84.0414 11.5652 85.3987 21.265 80.2542 28.0859V28.0834Z" fill="#FFC727"/>
-<path opacity="0.5" d="M80.2542 28.0834L55.5554 9.45438C60.6999 2.63355 70.3997 1.27626 77.2206 6.42072C84.0414 11.5652 85.3987 21.265 80.2542 28.0859V28.0834Z" fill="white"/>
-<path opacity="0.5" d="M77.7017 6.83542C71.9019 3.18816 63.5765 5.28423 58.6627 11.7983L57.1165 10.6324C62.2609 3.81158 71.1435 1.83577 76.9531 6.21936C77.2132 6.41572 77.4611 6.62189 77.7017 6.83542Z" fill="white"/>
-<path d="M18.982 25.3394L20.3074 23.8643L7.002 11.9211C6.59457 11.5554 5.96624 11.5897 5.60053 11.9972C5.23482 12.4046 5.26918 13.0329 5.67662 13.3986L18.9796 25.3418L18.982 25.3394Z" fill="#FFC727"/>
-<path opacity="0.1" d="M19.868 23.4692L18.707 25.0941L18.9819 25.3395L20.3049 23.8644L19.868 23.4692Z" fill="black"/>
-<path opacity="0.1" d="M18.2777 24.7086L19.4387 23.0838L19.1638 22.8384L17.8384 24.3135L18.2777 24.7086Z" fill="black"/>
-<path d="M8.15315 35.076L28.8218 12.0511C22.4649 6.34456 12.684 6.87226 6.97748 13.2292C1.2685 19.5886 1.7962 29.367 8.15315 35.076Z" fill="#FFC727"/>
-<path opacity="0.5" d="M8.15315 35.076L28.8218 12.0511C22.4649 6.34456 12.684 6.87226 6.97748 13.2292C1.2685 19.5886 1.7962 29.367 8.15315 35.076Z" fill="white"/>
-<path opacity="0.5" d="M6.58228 13.73C11.5746 9.03961 20.1454 9.49614 26.2201 14.9474L27.5136 13.5067C21.1566 7.80013 12.0605 7.56451 7.19833 12.9814C6.97989 13.2244 6.77617 13.4723 6.58228 13.73Z" fill="white"/>
-<path d="M25.528 76.7593L23.5129 86.6972L26.9761 86.361L32.8765 80.4409L25.528 76.7593Z" fill="#FFC727"/>
-<path opacity="0.1" d="M25.528 76.7593L23.5129 86.6972L26.9761 86.361L32.8765 80.4409L25.528 76.7593Z" fill="black"/>
-<path d="M70.763 72.3782L74.6483 81.7442L71.1852 82.0805L64.2588 77.4024L70.763 72.3782Z" fill="#FFC727"/>
-<path opacity="0.1" d="M70.763 72.3782L74.6483 81.7442L71.1852 82.0805L64.2588 77.4024L70.763 72.3782Z" fill="black"/>
-<path d="M45.4271 6.97018L37.8416 7.70459L38.1516 10.9074L45.7371 10.1729L45.4271 6.97018Z" fill="#37474F"/>
-<path d="M43.8069 10.3583L40.0886 10.7183L40.3798 13.7256L44.098 13.3656L43.8069 10.3583Z" fill="#37474F"/>
-<path d="M43.8576 10.9001L40.1637 11.5039L40.0876 10.7185L43.8061 10.3601L43.8576 10.9001Z" fill="#263238"/>
-<path d="M70.6965 72.9725C84.5806 59.0885 84.5806 36.578 70.6965 22.694C56.8125 8.80999 34.3021 8.80999 20.4181 22.694C6.53403 36.578 6.53403 59.0885 20.4181 72.9725C34.3021 86.8565 56.8125 86.8565 70.6965 72.9725Z" fill="#FFC727"/>
-<path opacity="0.1" d="M69.4898 71.2417C82.7374 57.9942 82.7374 36.5156 69.4898 23.268C56.2423 10.0205 34.7637 10.0205 21.5161 23.268C8.26857 36.5156 8.26857 57.9942 21.5161 71.2417C34.7637 84.4893 56.2423 84.4893 69.4898 71.2417Z" fill="black"/>
-<path d="M45.5438 79.3929C63.056 79.3929 77.2525 65.1964 77.2525 47.6842C77.2525 30.172 63.056 15.9756 45.5438 15.9756C28.0316 15.9756 13.8352 30.172 13.8352 47.6842C13.8352 65.1964 28.0316 79.3929 45.5438 79.3929Z" fill="white"/>
-<g opacity="0.05">
-<path d="M76.3714 40.2572L19.1516 65.2653C17.8875 63.3754 16.8248 61.3406 15.9854 59.1832L61.6793 20.3887C68.8904 24.6569 74.3293 31.7256 76.3714 40.2572Z" fill="black"/>
-<path d="M77.2502 47.353C77.2821 49.9351 76.9949 52.4582 76.4304 54.8881L23.1081 70.0908C22.551 69.5361 22.0135 68.9568 21.5005 68.3579L77.2526 47.353H77.2502Z" fill="black"/>
-</g>
-<path d="M65.3266 24.2126L63.854 26.0019L63.3066 25.5527L64.7793 23.7634C64.8726 23.8346 64.9634 23.9107 65.0566 23.9843C65.1499 24.058 65.2383 24.134 65.3266 24.2126Z" fill="#263238"/>
-<path d="M50.5608 19.753L49.8638 19.6352L50.2467 17.3428C50.4798 17.3771 50.713 17.414 50.9437 17.4581L50.5633 19.753H50.5608Z" fill="#263238"/>
-<path d="M35.9202 20.9852L35.2599 21.2331L34.4451 19.0536C34.6635 18.9677 34.8844 18.8842 35.1053 18.8057L35.9202 20.9852Z" fill="#263238"/>
-<path d="M23.8639 29.3743L23.4148 29.9216L21.623 28.4465C21.6942 28.3532 21.7679 28.2624 21.8439 28.1692C21.92 28.0759 21.9937 27.9875 22.0722 27.8992L23.8639 29.3743Z" fill="#263238"/>
-<path d="M17.4948 43.3622L15.2048 42.9793C15.2367 42.7461 15.276 42.5154 15.3177 42.2847L17.6126 42.6651L17.4973 43.3622H17.4948Z" fill="#263238"/>
-<path d="M19.0951 57.9659L16.9156 58.7808C16.8273 58.5648 16.7463 58.3414 16.6677 58.1205L18.8448 57.3032L19.0951 57.9659Z" fill="#263238"/>
-<path d="M27.7788 69.811L26.3037 71.6027C26.2104 71.5315 26.1196 71.4579 26.0288 71.3818C25.938 71.3057 25.8447 71.2296 25.7588 71.1511L27.2339 69.3594L27.7812 69.8085L27.7788 69.811Z" fill="#263238"/>
-<path d="M40.8413 78.0257C40.6082 77.9914 40.375 77.9545 40.1443 77.9104L40.5247 75.6155L41.2218 75.7333L40.8389 78.0257H40.8413Z" fill="#263238"/>
-<path d="M56.6404 76.3126C56.4219 76.3985 56.2035 76.4819 55.9802 76.5556L55.1653 74.3809L55.8255 74.1331L56.6404 76.3126Z" fill="#263238"/>
-<path d="M69.2439 67.1995C69.1678 67.2903 69.0917 67.3836 69.0132 67.4695L67.2214 65.9944L67.6706 65.447L69.4623 66.9221C69.3911 67.0154 69.3175 67.1062 69.2414 67.197L69.2439 67.1995Z" fill="#263238"/>
-<path d="M75.77 53.0816L73.4751 52.7012L73.5905 52.0042L75.8853 52.3846C75.851 52.6178 75.8117 52.8485 75.77 53.0816Z" fill="#263238"/>
-<path d="M74.4177 37.2481L72.2406 38.0654L71.9902 37.4028L74.1698 36.5879C74.2581 36.8039 74.3391 37.0272 74.4177 37.2481Z" fill="#263238"/>
-<path d="M72.7412 51.1229L43.8699 49.1275L44.2037 46.1306L72.832 50.308L72.7412 51.1229Z" fill="#FFC727"/>
-<path d="M43.6884 26.0854L47.2743 49.3067L44.2701 49.5571L42.8735 26.1542L43.6884 26.0854Z" fill="#263238"/>
-<path d="M36.8625 62.6219L44.9572 45.6545L47.5859 47.1272L37.5768 63.022L36.8625 62.6219Z" fill="#263238"/>
-<path d="M46.5674 47.5836C46.6214 48.1481 46.209 48.6513 45.6421 48.7078C45.0775 48.7618 44.5744 48.3494 44.5179 47.7824C44.4639 47.2179 44.8763 46.7148 45.4433 46.6583C46.0078 46.6043 46.5109 47.0167 46.5674 47.5836Z" fill="#FFC727"/>
-<path d="M41.9089 19.0216L42.1887 21.908C42.2035 22.0601 42.0881 22.1902 41.9408 22.2025C41.7887 22.2172 41.661 22.1117 41.6463 21.9595L41.4131 19.5542L41.2291 19.6867C41.1873 19.7211 41.1407 19.7358 41.0965 19.7383C41.0033 19.7481 40.91 19.7063 40.8535 19.6229C40.7578 19.5075 40.7848 19.3333 40.9051 19.2474L41.472 18.8326C41.472 18.8326 41.4868 18.8252 41.4917 18.8203C41.5015 18.8203 41.5064 18.808 41.5138 18.8031C41.5236 18.8031 41.5334 18.7958 41.5432 18.7958C41.5481 18.7909 41.558 18.7884 41.5629 18.7884C41.5727 18.7835 41.5874 18.781 41.5972 18.781C41.6021 18.781 41.607 18.781 41.6119 18.781H41.6169C41.6316 18.781 41.6414 18.7786 41.6512 18.7761C41.6561 18.781 41.6659 18.7786 41.6709 18.7786C41.6856 18.7786 41.6905 18.781 41.7003 18.7859C41.7052 18.7859 41.715 18.7859 41.7199 18.7884C41.7347 18.7958 41.742 18.8007 41.7494 18.8007C41.7543 18.8056 41.7592 18.8105 41.7715 18.8129C41.7764 18.8178 41.7862 18.8203 41.7936 18.8252C41.8034 18.8301 41.8108 18.8375 41.8157 18.8424C41.8206 18.8473 41.8255 18.8522 41.8328 18.8596C41.8378 18.8645 41.85 18.8718 41.8549 18.8768L41.8598 18.8866C41.8598 18.8866 41.8648 18.8964 41.8672 18.9013C41.8721 18.9111 41.8795 18.916 41.8795 18.9258C41.8844 18.9357 41.8868 18.9455 41.8918 18.9504C41.8918 18.9602 41.8991 18.97 41.8991 18.9749C41.8991 18.9897 41.8991 18.9995 41.9114 19.0093C41.9114 19.0142 41.9114 19.0191 41.9114 19.024L41.9089 19.0216Z" fill="#263238"/>
-<path d="M45.021 21.6331C45.0358 21.7853 44.9302 21.9129 44.778 21.9276L43.0477 22.0945H43.0428H43.0379C42.9642 22.1019 42.8832 22.0798 42.8292 22.0258C42.7163 21.9227 42.709 21.7558 42.8071 21.6429L44.1276 20.1924C44.2577 20.0525 44.3043 19.8782 44.2872 19.7039C44.2724 19.5469 44.2037 19.407 44.0834 19.2941C43.9435 19.164 43.7644 19.1173 43.595 19.1345C43.4428 19.1492 43.298 19.218 43.1851 19.3382L43.0477 19.4904C42.9446 19.6033 42.7777 19.6107 42.6648 19.5076C42.5568 19.4045 42.5445 19.2376 42.6476 19.1247L42.7851 18.9725C42.9863 18.7467 43.2637 18.6191 43.5435 18.5921C43.8601 18.5602 44.1963 18.6633 44.4516 18.894C44.6774 19.0953 44.805 19.3726 44.832 19.6524C44.8639 19.969 44.7633 20.3053 44.5301 20.5605L43.6858 21.4859L44.7265 21.3852C44.8787 21.3705 45.0063 21.4809 45.021 21.6331Z" fill="#263238"/>
-<path d="M57.0625 21.1888L57.3423 24.0752C57.357 24.2274 57.2417 24.3575 57.0944 24.3697C56.9422 24.3845 56.8146 24.2789 56.7999 24.1267L56.5667 21.7214L56.3826 21.8539C56.3409 21.8883 56.2943 21.903 56.2501 21.9055C56.1568 21.9153 56.0636 21.8736 56.0071 21.7901C55.9114 21.6748 55.9384 21.5005 56.0586 21.4146L56.6256 20.9998C56.6256 20.9998 56.6403 20.9924 56.6452 20.9875C56.6551 20.9875 56.66 20.9753 56.6673 20.9704C56.6772 20.9704 56.687 20.963 56.6968 20.963C56.7017 20.9581 56.7115 20.9556 56.7164 20.9556C56.7262 20.9507 56.741 20.9483 56.7508 20.9483C56.7557 20.9483 56.7606 20.9483 56.7655 20.9483H56.7704C56.7851 20.9483 56.795 20.9458 56.8048 20.9434C56.8097 20.9483 56.8195 20.9458 56.8244 20.9458C56.8391 20.9458 56.8441 20.9483 56.8539 20.9532C56.8588 20.9532 56.8686 20.9532 56.8735 20.9556C56.8882 20.963 56.8956 20.9679 56.9054 20.9679C56.9103 20.9728 56.9152 20.9777 56.925 20.9802C56.93 20.9851 56.9398 20.9875 56.9471 20.9924C56.957 20.9974 56.9643 21.0047 56.9692 21.0096C56.9741 21.0145 56.979 21.0194 56.9864 21.0268C56.9913 21.0317 57.0036 21.0391 57.0085 21.044L57.0134 21.0538C57.0134 21.0538 57.0183 21.0636 57.0208 21.0685C57.0257 21.0784 57.033 21.0833 57.033 21.0931C57.038 21.1029 57.0404 21.1127 57.0453 21.1176C57.0453 21.1274 57.0527 21.1373 57.0527 21.1422C57.0527 21.1569 57.0527 21.1667 57.065 21.1765C57.065 21.1814 57.065 21.1863 57.065 21.1913L57.0625 21.1888Z" fill="#263238"/>
-<path d="M28.741 23.9327L29.0208 26.8191C29.0355 26.9713 28.9201 27.1014 28.7729 27.1136C28.6207 27.1284 28.4931 27.0228 28.4783 26.8706L28.2452 24.4653L28.0611 24.5978C28.0194 24.6322 27.9727 24.6469 27.9286 24.6494C27.8353 24.6592 27.742 24.6175 27.6856 24.534C27.5898 24.4187 27.6168 24.2444 27.7371 24.1585L28.3041 23.7437C28.3041 23.7437 28.3188 23.7363 28.3237 23.7314C28.3335 23.7314 28.3384 23.7192 28.3458 23.7143C28.3556 23.7143 28.3654 23.7069 28.3753 23.7069C28.3802 23.702 28.39 23.6995 28.3949 23.6995C28.4047 23.6946 28.4194 23.6922 28.4293 23.6922C28.4342 23.6922 28.4391 23.6922 28.444 23.6922H28.4489C28.4636 23.6922 28.4734 23.6897 28.4833 23.6873C28.4882 23.6922 28.498 23.6897 28.5029 23.6897C28.5176 23.6897 28.5225 23.6922 28.5323 23.6971C28.5372 23.6971 28.5471 23.6971 28.552 23.6995C28.5667 23.7069 28.5741 23.7118 28.5814 23.7118C28.5863 23.7167 28.5912 23.7216 28.6035 23.7241C28.6084 23.729 28.6182 23.7314 28.6256 23.7363C28.6354 23.7413 28.6428 23.7486 28.6477 23.7535C28.6526 23.7584 28.6575 23.7633 28.6649 23.7707C28.6698 23.7756 28.6821 23.783 28.687 23.7879L28.6919 23.7977C28.6919 23.7977 28.6968 23.8075 28.6992 23.8124C28.7041 23.8222 28.7115 23.8272 28.7115 23.837C28.7164 23.8468 28.7189 23.8566 28.7238 23.8615C28.7238 23.8713 28.7311 23.8812 28.7311 23.8861C28.7311 23.9008 28.7311 23.9106 28.7434 23.9204C28.7434 23.9253 28.7434 23.9302 28.7434 23.9352L28.741 23.9327Z" fill="#263238"/>
-<path d="M30.3782 23.7733L30.658 26.6597C30.6727 26.8118 30.5573 26.9419 30.4101 26.9542C30.2579 26.9689 30.1303 26.8634 30.1156 26.7112L29.8824 24.3059L29.6983 24.4384C29.6566 24.4728 29.6099 24.4875 29.5658 24.49C29.4725 24.4998 29.3792 24.4581 29.3228 24.3746C29.2271 24.2592 29.254 24.085 29.3743 23.9991L29.9413 23.5843C29.9413 23.5843 29.956 23.5769 29.9609 23.572C29.9707 23.572 29.9756 23.5597 29.983 23.5548C29.9928 23.5548 30.0026 23.5475 30.0125 23.5475C30.0174 23.5426 30.0272 23.5401 30.0321 23.5401C30.0419 23.5352 30.0566 23.5327 30.0665 23.5327C30.0714 23.5327 30.0763 23.5327 30.0812 23.5327H30.0861C30.1008 23.5327 30.1106 23.5303 30.1205 23.5278C30.1254 23.5327 30.1352 23.5303 30.1401 23.5303C30.1548 23.5303 30.1597 23.5327 30.1695 23.5376C30.1745 23.5376 30.1843 23.5377 30.1892 23.5401C30.2039 23.5475 30.2113 23.5524 30.2211 23.5524C30.226 23.5573 30.2309 23.5622 30.2432 23.5646C30.2481 23.5696 30.2579 23.572 30.2653 23.5769C30.2751 23.5818 30.2825 23.5892 30.2874 23.5941C30.2923 23.599 30.2972 23.6039 30.3045 23.6113C30.3094 23.6162 30.3217 23.6236 30.3266 23.6285L30.3315 23.6383C30.3315 23.6383 30.3364 23.6481 30.3389 23.653C30.3438 23.6628 30.3512 23.6677 30.3512 23.6776C30.3561 23.6874 30.3585 23.6972 30.3634 23.7021C30.3634 23.7119 30.3708 23.7217 30.3708 23.7266C30.3708 23.7414 30.3708 23.7512 30.3831 23.761C30.3831 23.7659 30.3831 23.7708 30.3831 23.7757L30.3782 23.7733Z" fill="#263238"/>
-<path d="M69.3348 33.1885C69.3495 33.3407 69.2439 33.4683 69.0918 33.4831L67.3614 33.65H67.3565H67.3516C67.278 33.6573 67.197 33.6352 67.143 33.5812C67.0301 33.4782 67.0227 33.3113 67.1209 33.1984L68.4413 31.7478C68.5714 31.6079 68.6181 31.4336 68.6009 31.2594C68.5862 31.1023 68.5174 30.9624 68.3972 30.8495C68.2573 30.7194 68.0781 30.6728 67.9087 30.6899C67.7566 30.7047 67.6118 30.7734 67.4989 30.8937L67.3614 31.0458C67.2583 31.1587 67.0914 31.1661 66.9785 31.063C66.8705 30.9599 66.8582 30.793 66.9613 30.6801L67.0988 30.5279C67.3 30.3021 67.5774 30.1745 67.8572 30.1475C68.1763 30.1156 68.5101 30.2187 68.7653 30.4494C68.9911 30.6507 69.1188 30.928 69.1458 31.2078C69.1777 31.5244 69.0746 31.8607 68.8439 32.116L67.9995 33.0413L69.0402 32.9406C69.1924 32.9259 69.32 33.0364 69.3348 33.1885Z" fill="#263238"/>
-<path d="M19.4216 35.1077L19.7014 37.9941C19.7162 38.1463 19.6008 38.2764 19.4535 38.2887C19.3014 38.3034 19.1737 38.1979 19.159 38.0457L18.9258 35.6404L18.7418 35.7729C18.7 35.8073 18.6534 35.822 18.6092 35.8244C18.5159 35.8343 18.4227 35.7925 18.3662 35.7091C18.2705 35.5937 18.2975 35.4195 18.4178 35.3336L18.9847 34.9188C18.9847 34.9188 18.9995 34.9114 19.0044 34.9065C19.0142 34.9065 19.0191 34.8942 19.0265 34.8893C19.0363 34.8893 19.0461 34.8819 19.0559 34.8819C19.0608 34.877 19.0706 34.8746 19.0756 34.8746C19.0854 34.8697 19.1001 34.8672 19.1099 34.8672C19.1148 34.8672 19.1197 34.8672 19.1246 34.8672H19.1296C19.1443 34.8672 19.1541 34.8648 19.1639 34.8623C19.1688 34.8672 19.1786 34.8648 19.1836 34.8648C19.1983 34.8648 19.2032 34.8672 19.213 34.8721C19.2179 34.8721 19.2277 34.8721 19.2326 34.8746C19.2474 34.8819 19.2547 34.8869 19.2621 34.8869C19.267 34.8918 19.2719 34.8967 19.2842 34.8991C19.2891 34.904 19.2989 34.9065 19.3063 34.9114C19.3161 34.9163 19.3235 34.9237 19.3284 34.9286C19.3333 34.9335 19.3382 34.9384 19.3455 34.9458C19.3505 34.9507 19.3627 34.958 19.3676 34.9629L19.3725 34.9728C19.3725 34.9728 19.3774 34.9826 19.3799 34.9875C19.3848 34.9973 19.3922 35.0022 19.3922 35.012C19.3971 35.0218 19.3995 35.0317 19.4044 35.0366C19.4044 35.0464 19.4118 35.0562 19.4118 35.0611C19.4118 35.0758 19.4118 35.0857 19.4241 35.0955C19.4241 35.1004 19.4241 35.1053 19.4241 35.1102L19.4216 35.1077Z" fill="#263238"/>
-<path d="M20.1826 36.4921C20.1434 36.043 20.217 35.6257 20.4011 35.2919C20.5753 34.9581 20.8723 34.6979 21.2577 34.6611C21.6332 34.6243 21.9793 34.8231 22.2149 35.1152C22.4554 35.4073 22.6125 35.8024 22.6567 36.2516C22.7009 36.6958 22.6223 37.118 22.4431 37.4518C22.2664 37.7807 21.967 38.0458 21.5915 38.0826C21.2061 38.1194 20.8649 37.9157 20.6293 37.6285C20.3839 37.3364 20.2317 36.9364 20.1826 36.4921ZM22.1142 36.3056C22.0799 35.9521 21.9523 35.6552 21.7952 35.4588C21.6332 35.2674 21.4614 35.1839 21.3117 35.2035C21.1595 35.2134 21.0024 35.3263 20.8772 35.5472C20.7619 35.7705 20.6931 36.0871 20.7275 36.4406C20.7619 36.7866 20.8895 37.091 21.0466 37.2824C21.2135 37.4788 21.3877 37.5549 21.5399 37.5402C21.6921 37.5254 21.8443 37.4174 21.9645 37.1941C22.0823 36.9756 22.1486 36.6541 22.1142 36.3056Z" fill="#263238"/>
-<path d="M17.0457 49.9595C16.9819 49.3041 17.463 48.7249 18.1183 48.6611C18.7344 48.6022 19.2842 49.017 19.3995 49.6085C19.3995 49.6085 19.4011 49.6118 19.4044 49.6183C19.4191 49.7116 19.4314 49.8024 19.4412 49.8957C19.4731 50.2221 19.4584 50.5804 19.3676 50.9142C19.2768 51.248 19.105 51.5769 18.8178 51.8126C18.6264 51.9696 18.3834 52.0776 18.106 52.1145C17.9539 52.1341 17.8213 52.0335 17.7968 51.8837C17.7771 51.7365 17.8827 51.6039 18.0324 51.5745C18.2165 51.5524 18.3588 51.4837 18.4791 51.3929C18.5945 51.2971 18.6853 51.1744 18.754 51.0198C18.7736 50.9781 18.7908 50.9314 18.8055 50.8872C18.6705 50.9633 18.511 51.0149 18.3466 51.0296C17.6912 51.0934 17.1071 50.6173 17.0433 49.9619L17.0457 49.9595ZM17.5881 49.9079C17.6225 50.2589 17.9391 50.5264 18.295 50.4921C18.6509 50.4577 18.9062 50.1362 18.8743 49.7852C18.8399 49.4293 18.5282 49.1716 18.1723 49.206C17.8164 49.2403 17.5538 49.552 17.5881 49.9079Z" fill="#263238"/>
-<path d="M73.6053 44.6457C73.8679 44.8568 74.0152 45.1587 74.0446 45.468C74.0741 45.7772 73.9882 46.1012 73.7697 46.3638C73.5586 46.6215 73.2567 46.7737 72.945 46.8032C72.6358 46.8326 72.3118 46.7418 72.0541 46.5283C71.9363 46.4301 71.9191 46.2558 72.0173 46.138C72.1154 46.0202 72.2897 46.003 72.4075 46.1012C72.5474 46.2165 72.7192 46.2632 72.891 46.246C73.0628 46.2288 73.2224 46.1503 73.3427 46.0104C73.4629 45.8656 73.5095 45.6938 73.4924 45.5219C73.4752 45.3501 73.3966 45.1906 73.2518 45.0752C73.1119 44.955 72.9401 44.9133 72.7683 44.9255C72.6898 44.9378 72.6137 44.9108 72.5597 44.8568C72.5597 44.8568 72.5581 44.8552 72.5548 44.8519C72.4321 44.7562 72.4149 44.5844 72.5081 44.4616L72.9573 43.9045L72.1645 43.9806C72.0124 43.9953 71.8798 43.8849 71.8651 43.7278C71.8504 43.5756 71.9608 43.4431 72.113 43.4283L73.5562 43.2884C73.7133 43.2737 73.8458 43.3842 73.8605 43.5363C73.8654 43.5854 73.8556 43.6296 73.8384 43.6713C73.8262 43.6983 73.8139 43.7229 73.7967 43.7449L73.242 44.4395C73.3746 44.4862 73.4997 44.5525 73.6077 44.6457H73.6053Z" fill="#263238"/>
-<path d="M71.8111 59.7452C71.8259 59.8974 71.7154 60.025 71.5633 60.0398L71.5142 60.0447L71.551 60.4153C71.5657 60.5675 71.4602 60.6951 71.308 60.7098C71.1558 60.7245 71.0282 60.619 71.0135 60.4668L70.9766 60.0962L69.4451 60.2435H69.4402H69.4353C69.3764 60.2484 69.3175 60.241 69.2635 60.2018C69.1334 60.1208 69.1015 59.9563 69.1825 59.8287L70.7729 57.4037C70.7729 57.4037 70.7778 57.3988 70.7827 57.3939C70.7877 57.389 70.7926 57.3841 70.795 57.3718C70.8098 57.3644 70.8147 57.3595 70.8171 57.3546C70.822 57.3497 70.8318 57.3424 70.8343 57.3374C70.8441 57.3325 70.849 57.3252 70.8637 57.3252C70.8687 57.3154 70.8711 57.3104 70.8809 57.308C70.8858 57.3031 70.8957 57.3006 70.9104 57.2957C70.9153 57.2957 70.9251 57.2957 70.93 57.2884C70.9398 57.2884 70.9546 57.2884 70.9644 57.2859C70.9644 57.2859 70.9693 57.2859 70.9742 57.2859C70.9742 57.2859 70.9775 57.2859 70.984 57.2859C70.984 57.2859 71.0086 57.2859 71.0135 57.2834C71.0233 57.2884 71.0282 57.2859 71.038 57.2834C71.0429 57.2884 71.0576 57.2859 71.0675 57.2908C71.0724 57.2908 71.0822 57.2933 71.0871 57.2933C71.0969 57.3031 71.1092 57.3055 71.1141 57.3104C71.1239 57.3154 71.1288 57.3178 71.1411 57.3227C71.1411 57.3227 71.146 57.3227 71.146 57.3276C71.1509 57.3276 71.1607 57.3301 71.1607 57.335C71.1705 57.3448 71.1779 57.3473 71.1828 57.3522C71.1877 57.3571 71.1951 57.3669 71.2 57.3694C71.2049 57.3743 71.2098 57.3792 71.2221 57.3914C71.2221 57.3964 71.2295 57.4062 71.2344 57.4111C71.2393 57.4209 71.2417 57.4258 71.2466 57.4405C71.2466 57.4454 71.254 57.4553 71.254 57.4602C71.2589 57.47 71.2614 57.4749 71.2614 57.4896C71.2614 57.4994 71.2687 57.5043 71.2687 57.5142C71.2687 57.5191 71.2687 57.524 71.2687 57.5289L71.4602 59.5047L71.5093 59.4998C71.6614 59.4851 71.794 59.5955 71.8087 59.7428L71.8111 59.7452ZM70.8073 58.3511L69.9507 59.6544L70.9251 59.5611L70.8073 58.3536V58.3511Z" fill="#263238"/>
-<path d="M24.5145 64.0675C24.5759 64.7081 24.1046 65.2824 23.464 65.3438C22.8185 65.4051 22.2393 64.9339 22.1779 64.2933C22.1386 63.8883 22.3105 63.5103 22.6074 63.2698C22.4921 63.1471 22.416 62.9826 22.3988 62.801C22.3571 62.3616 22.6835 61.964 23.1327 61.9199C23.572 61.8781 23.9696 62.2046 24.0114 62.6439C24.0285 62.8255 23.9868 63.0023 23.896 63.1446C24.2298 63.3238 24.4753 63.6625 24.5145 64.0675ZM23.9819 64.119C23.9475 63.7729 23.6358 63.5103 23.2898 63.5447C22.9388 63.579 22.6811 63.8957 22.7105 64.2417C22.7498 64.5878 23.0591 64.8455 23.4125 64.8112C23.7586 64.7768 24.0163 64.4675 23.9819 64.119ZM22.9314 62.7494C22.9461 62.9016 23.0811 63.017 23.2382 63.0023C23.3855 62.9875 23.4959 62.8501 23.4812 62.6979C23.4665 62.5506 23.3339 62.4402 23.1867 62.4549C23.0296 62.4696 22.9191 62.6046 22.9339 62.7519L22.9314 62.7494Z" fill="#263238"/>
-<path d="M62.1236 69.8992C62.3863 70.1103 62.5335 70.4121 62.563 70.7263C62.5924 71.0356 62.5016 71.3596 62.2881 71.6173C62.077 71.8799 61.7751 72.0272 61.4658 72.0566H61.456C61.1517 72.0861 60.8228 72.0002 60.57 71.7817C60.4473 71.6909 60.4301 71.5142 60.5332 71.3915C60.6264 71.2736 60.8056 71.2565 60.9234 71.3546C61.0633 71.4749 61.2351 71.5215 61.4119 71.5044C61.5788 71.4872 61.7432 71.4086 61.8586 71.2638C61.9739 71.1239 62.0255 70.9472 62.0083 70.7803C61.9911 70.6036 61.9126 70.4441 61.7677 70.3287C61.6278 70.2084 61.456 70.1667 61.2842 70.1839C61.1173 70.2011 60.948 70.2747 60.8326 70.4195C60.7344 70.5373 60.5602 70.5545 60.4424 70.4563C60.4203 70.4391 60.4031 70.4146 60.3835 70.3974C60.3835 70.3876 60.3835 70.3827 60.3761 70.3827C60.3761 70.3729 60.3687 70.3631 60.3638 70.3582C60.3638 70.3434 60.3565 70.3336 60.3565 70.3238C60.3565 70.3189 60.3515 70.3189 60.3515 70.314C60.3442 70.2845 60.3417 70.2551 60.3442 70.2305L60.3687 68.9493C60.3761 68.8659 60.4129 68.7922 60.4718 68.7407C60.4816 68.7358 60.4865 68.7333 60.4914 68.7284C60.4964 68.7235 60.5013 68.7235 60.5062 68.7161C60.543 68.6916 60.5823 68.6793 60.6313 68.6744L62.0745 68.5345C62.2316 68.5198 62.3642 68.6302 62.3813 68.7873C62.3961 68.9346 62.2856 69.072 62.1285 69.0892L60.9259 69.2046L60.9136 69.693C61.0191 69.6537 61.1296 69.6267 61.2376 69.6169C61.5468 69.5875 61.8708 69.6734 62.1285 69.8918L62.1236 69.8992Z" fill="#263238"/>
-<path d="M35.2428 71.5142L34.3003 74.5233C34.2708 74.6288 34.18 74.6975 34.0671 74.7098C34.0376 74.7123 33.9984 74.7098 33.9615 74.7C33.8192 74.6509 33.7406 74.4987 33.7799 74.3613L34.5923 71.7498L33.3308 71.8725C33.1835 71.8872 33.0485 71.7719 33.0362 71.6246C33.0215 71.4724 33.132 71.3448 33.2792 71.3301L34.9556 71.1681C34.9703 71.1681 34.985 71.1656 35.0047 71.1681C35.039 71.1681 35.0759 71.1853 35.1102 71.1975C35.1151 71.2024 35.12 71.2074 35.1274 71.2098C35.1372 71.2147 35.1421 71.2172 35.1495 71.227C35.1544 71.2368 35.1667 71.2393 35.1716 71.2442C35.1765 71.254 35.1838 71.2589 35.1888 71.2614C35.1937 71.2663 35.201 71.281 35.201 71.2859C35.2059 71.2957 35.2133 71.3006 35.2231 71.308C35.2231 71.3129 35.2305 71.3276 35.2305 71.3325C35.2354 71.3424 35.2378 71.3473 35.2428 71.3571C35.2501 71.3914 35.255 71.4307 35.2526 71.4651C35.2501 71.4847 35.2452 71.4994 35.2428 71.5166V71.5142Z" fill="#263238"/>
-<path d="M49.4392 75.3972C49.503 76.0525 49.0195 76.6317 48.3666 76.6956C47.7505 76.7545 47.2008 76.3397 47.0854 75.7481C47.0854 75.7481 47.0838 75.7449 47.0805 75.7383C47.0658 75.6451 47.0535 75.5543 47.0437 75.461C47.0118 75.1345 47.0265 74.7762 47.1173 74.4424C47.2081 74.1086 47.3799 73.7797 47.6671 73.5441C47.8585 73.387 48.1015 73.279 48.3789 73.2422C48.5311 73.2226 48.6636 73.3232 48.6881 73.4729C48.7078 73.6202 48.6022 73.7527 48.4525 73.7822C48.266 73.8042 48.1261 73.873 48.0058 73.9638C47.8904 74.0595 47.7996 74.1822 47.7309 74.3369C47.7113 74.3786 47.6941 74.4252 47.6794 74.4694C47.8144 74.3933 47.9739 74.3418 48.1383 74.327C48.7937 74.2632 49.3778 74.7394 49.4416 75.3947L49.4392 75.3972ZM48.8968 75.4487C48.8624 75.0977 48.5458 74.8302 48.1899 74.867C47.834 74.9014 47.5787 75.2229 47.6106 75.5739C47.645 75.9298 47.9567 76.1875 48.3126 76.1531C48.6685 76.1188 48.9311 75.8071 48.8968 75.4487Z" fill="#263238"/>
-</g>
-<defs>
-<clipPath id="clip0_70_2314">
-<rect width="86.5624" height="86.2679" fill="white" transform="translate(0.52002 0.429443)"/>
-</clipPath>
-</defs>
-</svg>

BIN
images/App-store.png


BIN
images/App_Download.png


+ 3 - 0
images/Arrow-right-black.svg

@@ -0,0 +1,3 @@
+<svg width="26" height="15" viewBox="0 0 26 15" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M24.8417 8.19856C25.2322 7.80804 25.2322 7.17487 24.8417 6.78435L18.4777 0.420389C18.0872 0.0298645 17.454 0.0298644 17.0635 0.420389C16.673 0.810913 16.673 1.44408 17.0635 1.8346L22.7203 7.49146L17.0635 13.1483C16.673 13.5388 16.673 14.172 17.0635 14.5625C17.454 14.953 18.0872 14.953 18.4777 14.5625L24.8417 8.19856ZM0.0566405 8.49146L24.1346 8.49146L24.1346 6.49146L0.0566407 6.49146L0.0566405 8.49146Z" fill="#414141"/>
+</svg>

+ 0 - 3
images/Arrow-right-deepBlue.svg

@@ -1,3 +0,0 @@
-<svg width="44" height="23" viewBox="0 0 44 23" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M43.4115 12.5607C43.9973 11.9749 43.9973 11.0251 43.4115 10.4393L33.8655 0.893401C33.2798 0.307614 32.33 0.307614 31.7442 0.893401C31.1584 1.47919 31.1584 2.42893 31.7442 3.01472L40.2295 11.5L31.7442 19.9853C31.1584 20.5711 31.1584 21.5208 31.7442 22.1066C32.33 22.6924 33.2798 22.6924 33.8655 22.1066L43.4115 12.5607ZM0.85083 13L42.3508 13L42.3508 10L0.85083 10L0.85083 13Z" fill="#092FB4"/>
-</svg>

+ 0 - 3
images/Arrow-right-greenLight.svg

@@ -1,3 +0,0 @@
-<svg width="44" height="23" viewBox="0 0 44 23" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M43.4115 12.5607C43.9973 11.9749 43.9973 11.0251 43.4115 10.4393L33.8655 0.893401C33.2798 0.307614 32.33 0.307614 31.7442 0.893401C31.1584 1.47919 31.1584 2.42893 31.7442 3.01472L40.2295 11.5L31.7442 19.9853C31.1584 20.5711 31.1584 21.5208 31.7442 22.1066C32.33 22.6924 33.2798 22.6924 33.8655 22.1066L43.4115 12.5607ZM0.85083 13L42.3508 13L42.3508 10L0.85083 10L0.85083 13Z" fill="#09B4A9"/>
-</svg>

+ 0 - 3
images/Arrow-right-purple.svg

@@ -1,3 +0,0 @@
-<svg width="44" height="23" viewBox="0 0 44 23" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M43.4115 12.5607C43.9973 11.9749 43.9973 11.0251 43.4115 10.4393L33.8655 0.893401C33.2798 0.307614 32.33 0.307614 31.7442 0.893401C31.1584 1.47919 31.1584 2.42893 31.7442 3.01472L40.2295 11.5L31.7442 19.9853C31.1584 20.5711 31.1584 21.5208 31.7442 22.1066C32.33 22.6924 33.2798 22.6924 33.8655 22.1066L43.4115 12.5607ZM0.85083 13L42.3508 13L42.3508 10L0.85083 10L0.85083 13Z" fill="#7D09B4"/>
-</svg>

+ 0 - 8
images/Arrow-right.svg

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
-<path d="M66.666,65.286l11.953-11.953H10v-6.667h68.619L66.67,34.713L71.383,30l17.644,17.643c1.299,1.302,1.299,3.412-0.003,4.713
-	L71.38,70L66.666,65.286z"/>
-</svg>

BIN
images/Bangladesh-bank.png


+ 0 - 32
images/Book.svg

@@ -1,32 +0,0 @@
-<svg width="81" height="96" viewBox="0 0 81 96" fill="none" xmlns="http://www.w3.org/2000/svg">
-<g clip-path="url(#clip0_70_2410)">
-<path d="M58.7398 4.1082C58.6096 3.67584 58.1521 3.43237 57.7197 3.5709L54.0426 4.72945L3.61182 18.0948L21.5694 88.0825L27.8198 91.3693L79.1488 77.1014C79.9842 76.8705 80.4669 75.9932 80.215 75.1621L58.7398 4.1082Z" fill="#FF725E"/>
-<path d="M53.0395 1.33765L58.0599 4.28441L79.5729 75.9638L27.736 90.7605L21.8508 87.5661L53.0395 1.33765Z" fill="#F5F5F5"/>
-<path d="M72.5246 72.9837L21.5692 88.0827L0.967003 18.5568C0.694155 17.6417 1.21047 16.6804 2.11716 16.395L52.5269 0.573992C53.0475 0.410283 53.6015 0.708317 53.7527 1.23303L73.6706 70.9059C73.9266 71.7958 73.4145 72.7235 72.5288 72.9837H72.5246Z" fill="#FF725E"/>
-<path d="M28.0927 85.1398C28.0339 85.1566 23.2948 69.5916 17.502 50.3747C11.7092 31.1536 7.06239 15.5593 7.12116 15.5425C7.17992 15.5257 11.9191 31.0906 17.7119 50.3118C23.5005 69.5287 28.1515 85.123 28.0927 85.1398Z" fill="#263238"/>
-<path d="M26.2919 86.9364C26.2331 86.9532 21.4939 71.3883 15.7012 52.1714C9.91258 32.9502 5.26576 17.3559 5.32453 17.3391C5.38329 17.3223 10.1225 32.8873 15.9152 52.1084C21.7038 71.3253 26.3548 86.9196 26.2961 86.9364H26.2919Z" fill="#263238"/>
-<path d="M24.0629 34.5203C24.4029 35.595 23.8446 36.5772 22.6776 36.9466L21.1581 37.4251L20.0205 33.8151L21.5778 33.324C22.7196 32.963 23.727 33.4499 24.0671 34.5203H24.0629ZM23.1016 34.8352C22.9043 34.2097 22.367 33.9159 21.7919 34.0964L21.2001 34.2811L21.8549 36.3631L22.4929 36.1616C23.0386 35.9895 23.2947 35.4522 23.0974 34.831L23.1016 34.8352Z" fill="white"/>
-<path d="M24.9066 32.2703L26.0442 35.8803L25.0997 36.1783L23.9622 32.5683L24.9066 32.2703Z" fill="white"/>
-<path d="M27.568 32.283C27.0139 32.4593 26.7285 33.0302 26.909 33.6052C27.0936 34.1887 27.6561 34.4951 28.2102 34.323C28.5083 34.2307 28.8021 33.9536 28.9742 33.6178L29.713 34.0376C29.4569 34.5665 28.9616 35.0115 28.4243 35.1794C27.3371 35.5236 26.2793 34.9821 25.9435 33.9243C25.6161 32.8832 26.1995 31.8422 27.2993 31.4938C27.8366 31.3259 28.4705 31.3847 28.9532 31.6533L28.6132 32.4803C28.2858 32.2662 27.8828 32.1906 27.568 32.2872V32.283Z" fill="white"/>
-<path d="M31.9546 30.0498L32.198 30.8264L31.115 31.1664L32.0091 33.9998L31.0647 34.2978L30.1706 31.4644L29.1002 31.8002L28.8567 31.0237L31.9504 30.0498H31.9546Z" fill="white"/>
-<path d="M33.2809 29.6343L34.4185 33.2443L33.474 33.5423L32.3364 29.9323L33.2809 29.6343Z" fill="white"/>
-<path d="M38.2215 30.0581C38.5532 31.1117 37.9697 32.1695 36.8531 32.5221C35.7365 32.8747 34.6493 32.3458 34.3177 31.288C33.9861 30.2386 34.5738 29.1976 35.6945 28.845C36.8111 28.4924 37.8941 29.0129 38.2215 30.0581ZM35.2874 30.99C35.4721 31.5776 36.0723 31.8841 36.6096 31.7162C37.1511 31.5441 37.4408 30.9564 37.2561 30.3687C37.0714 29.781 36.5005 29.4746 35.959 29.6467C35.4175 29.8188 35.1027 30.4023 35.2916 30.99H35.2874Z" fill="white"/>
-<path d="M38.952 27.8459L41.2733 29.5039L40.5891 27.3295L41.4622 27.0525L42.5998 30.6625L41.777 30.9227L39.4599 29.2773L40.1399 31.4391L39.2584 31.7161L38.1208 28.1061L38.952 27.8459Z" fill="white"/>
-<path d="M45.513 29.0423L43.9514 29.5334L43.9011 30.2512L42.9314 30.5577L43.3428 26.4607L44.3124 26.1543L46.9654 29.2858L45.9621 29.6006L45.513 29.0381V29.0423ZM45.0092 28.4084L44.1109 27.2751L44.0102 28.7233L45.0092 28.4084Z" fill="white"/>
-<path d="M49.463 28.5007L48.6235 27.6654L48.6025 27.6738L47.9225 27.8879L48.2373 28.8869L47.2928 29.1849L46.1553 25.575L47.7756 25.0628C48.7326 24.7606 49.4253 25.0502 49.6771 25.8562C49.8492 26.4019 49.7485 26.8762 49.4001 27.2246L50.525 28.1691L49.4588 28.5049L49.463 28.5007ZM47.6874 27.1365L48.3716 26.9224C48.7536 26.8007 48.9131 26.5362 48.7956 26.171C48.6823 25.8142 48.401 25.6967 48.0232 25.8142L47.339 26.0283L47.6874 27.1365Z" fill="white"/>
-<path d="M52.5231 26.2676L52.8883 27.422L51.9438 27.72L51.587 26.5909L49.4756 24.5298L50.4201 24.2318L51.7633 25.5121L52.1075 23.6987L53.052 23.4006L52.5231 26.2676Z" fill="white"/>
-<path d="M36.0641 45.6104L31.963 46.9033L31.8287 48.7923L29.2849 49.594L30.3679 38.8186L32.9117 38.0168L39.884 46.2527L37.2437 47.0838L36.0641 45.6104ZM34.7377 43.944L32.3702 40.9678L32.1099 44.7709L34.7377 43.944Z" fill="white"/>
-<path d="M42.5914 39.9814L43.0784 41.5262L39.4894 42.6554L39.0024 41.1106L42.5914 39.9814Z" fill="white"/>
-<path d="M50.5881 32.4424L51.1002 34.0669L47.9436 41.5219L53.0353 39.9184L53.6608 41.9081L45.2529 44.5568L44.7449 42.9449L47.8974 35.4773L43.0659 37.001L42.4404 35.0114L50.5881 32.4424Z" fill="white"/>
-<path d="M75.1905 74.8011C75.1905 74.8011 75.1527 74.8221 75.0729 74.8473C74.9806 74.8767 74.863 74.9187 74.7203 74.9649C74.3929 75.0698 73.9354 75.2167 73.3519 75.4056C72.1472 75.7834 70.4261 76.3207 68.3063 76.9839C64.0247 78.2978 58.1353 80.107 51.629 82.1051C45.1142 84.0822 39.2165 85.8662 34.9306 87.1675C32.8024 87.8013 31.073 88.3176 29.8641 88.6786C29.2764 88.8507 28.8146 88.9851 28.483 89.0774C28.3361 89.1194 28.2144 89.1488 28.122 89.1782C28.0423 89.1991 27.9961 89.2075 27.9961 89.2033C27.9961 89.2033 28.0339 89.1824 28.1136 89.1572C28.206 89.1278 28.3235 89.0858 28.4662 89.0396C28.7937 88.9347 29.2512 88.7878 29.8347 88.5989C31.0394 88.2211 32.7604 87.6838 34.8803 87.0206C39.1619 85.7067 45.0512 83.8975 51.5576 81.8952C58.0724 79.9223 63.9659 78.1341 68.2517 76.8328C70.3799 76.199 72.1094 75.6827 73.3183 75.3217C73.906 75.1496 74.3677 75.0152 74.6993 74.9229C74.8463 74.8809 74.968 74.8515 75.0603 74.8221C75.1401 74.8012 75.1863 74.7927 75.1863 74.7969L75.1905 74.8011Z" fill="#263238"/>
-<path d="M46.6212 82.252L38.8933 84.6236C40.6983 87.881 42.0038 91.6086 42.7174 95.2647C43.813 93.5815 44.4216 91.5876 44.451 89.5811C45.7565 91.1468 47.1837 92.6118 48.7117 93.9592C48.7746 89.8455 48.1492 86.0718 46.6212 82.252Z" fill="#455A64"/>
-<path d="M74.2503 73.8607C74.2503 73.8607 74.2125 73.8817 74.1327 73.9069C74.0404 73.9363 73.9229 73.9782 73.7801 74.0244C73.4527 74.1294 72.9952 74.2763 72.4117 74.4652C71.207 74.843 69.4859 75.3803 67.3661 76.0435C63.0845 77.3574 57.1952 79.1666 50.6888 81.1647C44.174 83.1418 38.2763 84.9258 33.9905 86.227C31.8622 86.8609 30.1328 87.3772 28.9239 87.7382C28.3362 87.9103 27.8745 88.0446 27.5428 88.137C27.3959 88.179 27.2742 88.2083 27.1818 88.2377C27.1021 88.2587 27.0559 88.2671 27.0559 88.2629C27.0559 88.2629 27.0937 88.2419 27.1734 88.2167C27.2658 88.1873 27.3833 88.1454 27.526 88.0992C27.8535 87.9943 28.311 87.8473 28.8945 87.6584C30.0992 87.2807 31.8203 86.7434 33.9401 86.0801C38.2217 84.7663 44.111 82.9571 50.6174 80.9548C57.1322 78.9819 63.0257 77.1937 67.3115 75.8924C69.4398 75.2585 71.1692 74.7422 72.3781 74.3812C72.9658 74.2091 73.4275 74.0748 73.7591 73.9824C73.9061 73.9405 74.0278 73.9111 74.1201 73.8817C74.1999 73.8607 74.2461 73.8523 74.2461 73.8565L74.2503 73.8607Z" fill="#263238"/>
-<path d="M75.8118 71.8794C75.8118 71.8794 75.7866 71.8206 75.753 71.7031C75.7152 71.5772 75.6649 71.4051 75.5977 71.1868C75.4634 70.7208 75.2703 70.0492 75.0226 69.1887C74.5273 67.4425 73.8137 64.9281 72.9322 61.8302C71.1692 55.6176 68.7135 47.0418 65.9473 37.5845C63.1768 28.1229 60.6204 19.5765 58.7567 13.3933C57.8248 10.308 57.0734 7.81042 56.5487 6.07259C56.2926 5.21626 56.0953 4.54464 55.9568 4.0787C55.8938 3.85622 55.8435 3.68412 55.8057 3.55819C55.7721 3.44065 55.7595 3.38188 55.7637 3.37769C55.7637 3.37769 55.7889 3.43645 55.8267 3.54979C55.8687 3.67572 55.9232 3.84363 55.9946 4.06191C56.1415 4.52365 56.3556 5.19108 56.6284 6.0432C57.1699 7.77684 57.9465 10.2703 58.9036 13.3471C60.8051 19.5177 63.3867 28.06 66.1571 37.5215C68.9234 46.9788 71.3539 55.5631 73.0791 61.7882C73.9312 64.8945 74.6196 67.4131 75.1024 69.1635C75.3332 70.0282 75.5137 70.7041 75.6397 71.1742C75.6984 71.3967 75.7404 71.5688 75.774 71.6989C75.8034 71.8164 75.816 71.8794 75.8118 71.8794Z" fill="#263238"/>
-<path d="M53.6314 16.8019C53.6314 16.8019 53.6104 16.7515 53.581 16.6549C53.5474 16.5542 53.5013 16.4115 53.4425 16.231C53.3208 15.8532 53.1445 15.3033 52.9178 14.5939C52.4645 13.1667 51.8054 11.0888 50.9701 8.4653L51.0498 8.50728C42.6503 11.135 28.6217 15.53 12.7419 20.5042L12.8133 20.3699C13.7032 23.2327 14.5763 26.0325 15.4158 28.7232L15.2815 28.6519C26.1745 25.277 35.7451 22.3092 42.5999 20.1852C46.0294 19.1274 48.7831 18.2836 50.6846 17.696C51.6291 17.4063 52.3637 17.1839 52.8674 17.0285C53.1109 16.9572 53.2998 16.8984 53.4383 16.8564C53.5684 16.8187 53.6398 16.8019 53.6398 16.8019C53.6398 16.8019 53.581 16.8271 53.4593 16.8648C53.3292 16.9068 53.1445 16.9656 52.9052 17.0453C52.4057 17.2048 51.6837 17.4357 50.7518 17.7338C48.8587 18.3298 46.1218 19.1945 42.7091 20.2733C35.8417 22.4267 26.2542 25.4323 15.3445 28.8576L15.2437 28.8911L15.2102 28.7904C14.3706 26.0997 13.4975 23.2999 12.6034 20.4412L12.5698 20.3363L12.6748 20.3027C28.5671 15.3663 42.6083 11.0049 51.0121 8.39814L51.0708 8.38135L51.0876 8.44012C51.8978 11.0846 52.54 13.1835 52.9808 14.6233C53.1948 15.3285 53.3586 15.8784 53.4719 16.2562C53.5265 16.4367 53.5642 16.571 53.5936 16.6717C53.6188 16.7641 53.6314 16.8103 53.6314 16.8103V16.8019Z" fill="white"/>
-</g>
-<defs>
-<clipPath id="clip0_70_2410">
-<rect width="79.3863" height="94.7371" fill="white" transform="translate(0.895996 0.527588)"/>
-</clipPath>
-</defs>
-</svg>

BIN
images/Calendar.png


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 6
images/Calendar.svg


+ 0 - 28
images/Chart-icon.svg

@@ -1,28 +0,0 @@
-<svg width="100" height="66" viewBox="0 0 100 66" fill="none" xmlns="http://www.w3.org/2000/svg">
-<g clip-path="url(#clip0_70_2443)">
-<path d="M92.6136 0.057373H7.54211C3.82977 0.057373 0.820312 3.06683 0.820312 6.77917V59.0471C0.820312 62.7594 3.82977 65.7689 7.54211 65.7689H92.6136C96.3259 65.7689 99.3354 62.7594 99.3354 59.0471V6.77917C99.3354 3.06683 96.3259 0.057373 92.6136 0.057373Z" fill="white"/>
-<path d="M21.4111 17.6968H14.3228V57.9527H21.4111V17.6968Z" fill="#E3E4ED"/>
-<path d="M21.4111 47.8887H14.3228V57.9526H21.4111V47.8887Z" fill="#A9E6F1"/>
-<path d="M32.1494 17.6968H25.0583V57.9527H32.1494V17.6968Z" fill="#E3E4ED"/>
-<path d="M32.1494 42.9009H25.0583V57.9527H32.1494V42.9009Z" fill="#58D9F1"/>
-<path d="M42.8877 17.6968H35.7966V57.9527H42.8877V17.6968Z" fill="#E3E4ED"/>
-<path d="M42.885 32.8369H35.7966V57.9527H42.885V32.8369Z" fill="#67ACD6"/>
-<path d="M53.6206 17.6968H46.5322V57.9527H53.6206V17.6968Z" fill="#E3E4ED"/>
-<path d="M53.6206 37.8247H46.5322V57.9526H53.6206V37.8247Z" fill="#58D9F1"/>
-<path d="M64.3589 17.6968H57.2678V57.9527H64.3589V17.6968Z" fill="#E3E4ED"/>
-<path d="M64.3589 27.7607H57.2678V57.9526H64.3589V27.7607Z" fill="#67ACD6"/>
-<path d="M75.0945 17.6968H68.0061V57.9527H75.0945V17.6968Z" fill="#FF8F4A"/>
-<path d="M85.8301 17.6968H78.7417V57.9527H85.8301V17.6968Z" fill="#E3E4ED"/>
-<path d="M85.8301 24.8467H78.7417V57.9499H85.8301V24.8467Z" fill="#67ACD6"/>
-<path d="M99.3354 6.77917V9.76545H0.820312V6.77917C0.820312 3.06506 3.83067 0.057373 7.54211 0.057373H92.6136C96.3223 0.057373 99.3354 3.06506 99.3354 6.77917Z" fill="#67ACD6"/>
-<path d="M89.9136 3.51733L92.7286 6.33236" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
-<path d="M92.7286 3.51733L89.9136 6.33236" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
-<path d="M86.772 3.51733H83.957V6.33236H86.772V3.51733Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
-<path d="M81.0323 6.33228H77.4065" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
-</g>
-<defs>
-<clipPath id="clip0_70_2443">
-<rect width="98.515" height="65.7115" fill="white" transform="translate(0.820312 0.057373)"/>
-</clipPath>
-</defs>
-</svg>

Dosya farkı çok büyük olduğundan ihmal edildi
+ 71 - 5
images/Clock.svg


+ 32 - 0
images/Dictionary.svg

@@ -0,0 +1,32 @@
+<svg width="66" height="79" viewBox="0 0 66 79" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_509_1169)">
+<path d="M48.1783 2.96159C48.0711 2.60521 47.6939 2.40453 47.3375 2.51871L44.3066 3.47367L2.73828 14.4903L17.5401 72.1787L22.692 74.8878L65.0008 63.1273C65.6893 62.937 66.0872 62.2139 65.8796 61.5288L48.1783 2.96159Z" fill="#FF725E"/>
+<path d="M43.4792 0.67804L47.6174 3.10695L65.3498 62.1897L22.6224 74.3862L17.7715 71.7531L43.4792 0.67804Z" fill="#F5F5F5"/>
+<path d="M59.5406 59.7332L17.5398 72.1788L0.558185 14.871C0.333286 14.1167 0.758865 13.3244 1.50622 13.0891L43.0572 0.0483941C43.4863 -0.0865455 43.943 0.159114 44.0676 0.591612L60.4852 58.0205C60.6963 58.754 60.2741 59.5187 59.5441 59.7332H59.5406Z" fill="#FF725E"/>
+<path d="M22.9174 69.7532C22.869 69.7671 18.9627 56.9374 14.1879 41.0976C9.41308 25.2543 5.58287 12.4004 5.63131 12.3866C5.67975 12.3728 9.58608 25.2024 14.3609 41.0457C19.1322 56.8855 22.9659 69.7394 22.9174 69.7532Z" fill="#263238"/>
+<path d="M21.4315 71.2341C21.3831 71.248 17.4768 58.4183 12.702 42.5785C7.93066 26.7352 4.10045 13.8813 4.14889 13.8675C4.19733 13.8537 8.10366 26.6833 12.8784 42.5266C17.6498 58.3664 21.4834 71.2203 21.435 71.2341H21.4315Z" fill="#263238"/>
+<path d="M19.5956 28.0292C19.8759 28.915 19.4157 29.7246 18.4538 30.0291L17.2013 30.4236L16.2637 27.448L17.5473 27.0432C18.4884 26.7456 19.3188 27.147 19.5991 28.0292H19.5956ZM18.8033 28.2887C18.6407 27.7732 18.1978 27.531 17.7238 27.6798L17.2359 27.832L17.7757 29.5482L18.3016 29.3821C18.7514 29.2402 18.9625 28.7974 18.7998 28.2853L18.8033 28.2887Z" fill="white"/>
+<path d="M20.2902 26.1747L21.2279 29.1503L20.4494 29.3959L19.5117 26.4203L20.2902 26.1747Z" fill="white"/>
+<path d="M22.4841 26.1851C22.0274 26.3304 21.7921 26.8009 21.9409 27.275C22.0931 27.7559 22.5568 28.0085 23.0135 27.8666C23.2591 27.7905 23.5013 27.5621 23.6432 27.2853L24.2521 27.6313C24.0411 28.0673 23.6328 28.434 23.1899 28.5724C22.2938 28.8562 21.4219 28.4098 21.1451 27.5379C20.8752 26.6798 21.3561 25.8218 22.2627 25.5346C22.7055 25.3962 23.228 25.4446 23.6259 25.6661L23.3456 26.3477C23.0758 26.1712 22.7436 26.1089 22.4841 26.1885V26.1851Z" fill="white"/>
+<path d="M26.1003 24.3444L26.301 24.9845L25.4083 25.2647L26.1453 27.6002L25.3668 27.8459L24.6299 25.5104L23.7476 25.7872L23.5469 25.1471L26.0969 24.3444H26.1003Z" fill="white"/>
+<path d="M27.1945 24.0018L28.1322 26.9774L27.3537 27.223L26.416 24.2474L27.1945 24.0018Z" fill="white"/>
+<path d="M31.2664 24.3512C31.5397 25.2197 31.0588 26.0916 30.1384 26.3822C29.2181 26.6729 28.3219 26.2369 28.0486 25.365C27.7753 24.5 28.2596 23.6419 29.1835 23.3513C30.1038 23.0607 30.9965 23.4897 31.2664 24.3512ZM28.8478 25.1193C29.0001 25.6037 29.4949 25.8563 29.9377 25.7179C30.3841 25.5761 30.6228 25.0917 30.4706 24.6073C30.3183 24.1229 29.8478 23.8703 29.4014 24.0122C28.9551 24.154 28.6956 24.6349 28.8513 25.1193H28.8478Z" fill="white"/>
+<path d="M31.8687 22.5278L33.782 23.8945L33.2181 22.1023L33.9377 21.8739L34.8754 24.8495L34.1972 25.064L32.2873 23.7077L32.8478 25.4896L32.1213 25.718L31.1836 22.7424L31.8687 22.5278Z" fill="white"/>
+<path d="M37.2763 23.514L35.9892 23.9188L35.9477 24.5104L35.1484 24.763L35.4875 21.3861L36.2868 21.1335L38.4735 23.7146L37.6466 23.9741L37.2763 23.5105V23.514ZM36.8611 22.9915L36.1207 22.0573L36.0377 23.251L36.8611 22.9915Z" fill="white"/>
+<path d="M40.5312 23.0676L39.8392 22.3791L39.8219 22.386L39.2613 22.5624L39.5208 23.3859L38.7423 23.6316L37.8047 20.656L39.1402 20.2339C39.9291 19.9847 40.5 20.2235 40.7076 20.8878C40.8495 21.3376 40.7664 21.7286 40.4793 22.0158L41.4065 22.7943L40.5277 23.0711L40.5312 23.0676ZM39.0676 21.9431L39.6316 21.7666C39.9464 21.6663 40.0779 21.4483 39.981 21.1473C39.8876 20.8532 39.6558 20.7563 39.3444 20.8532L38.7804 21.0297L39.0676 21.9431Z" fill="white"/>
+<path d="M43.0549 21.2269L43.3559 22.1784L42.5774 22.424L42.2833 21.4933L40.543 19.7944L41.3215 19.5488L42.4287 20.6041L42.7124 19.1094L43.4909 18.8637L43.0549 21.2269Z" fill="white"/>
+<path d="M29.4863 37.1705L26.1059 38.2362L25.9952 39.7932L23.8984 40.454L24.7911 31.5722L26.8879 30.9114L32.6349 37.6999L30.4586 38.385L29.4863 37.1705ZM28.393 35.7969L26.4415 33.3437L26.227 36.4785L28.393 35.7969Z" fill="white"/>
+<path d="M34.8665 32.5306L35.2679 33.8039L32.3096 34.7347L31.9082 33.4614L34.8665 32.5306Z" fill="white"/>
+<path d="M41.458 26.3165L41.8801 27.6555L39.2782 33.8005L43.4752 32.4788L43.9907 34.1188L37.0604 36.3021L36.6417 34.9734L39.2402 28.8181L35.2577 30.0741L34.7422 28.434L41.458 26.3165Z" fill="white"/>
+<path d="M61.7386 61.2313C61.7386 61.2313 61.7074 61.2486 61.6417 61.2694C61.5656 61.2936 61.4687 61.3282 61.351 61.3663C61.0812 61.4528 60.704 61.5739 60.2231 61.7296C59.2301 62.041 57.8115 62.4838 56.0642 63.0305C52.535 64.1135 47.6806 65.6047 42.3176 67.2517C36.9477 68.8814 32.0864 70.3518 28.5538 71.4244C26.7996 71.9469 25.3741 72.3725 24.3776 72.67C23.8932 72.8119 23.5126 72.9226 23.2393 72.9987C23.1182 73.0333 23.0178 73.0576 22.9417 73.0818C22.876 73.0991 22.8379 73.106 22.8379 73.1025C22.8379 73.1025 22.869 73.0852 22.9348 73.0645C23.0109 73.0403 23.1078 73.0057 23.2254 72.9676C23.4953 72.8811 23.8724 72.76 24.3534 72.6043C25.3464 72.2929 26.765 71.85 28.5123 71.3033C32.0415 70.2204 36.8958 68.7291 42.2588 67.0787C47.6287 65.4525 52.4865 63.9785 56.0192 62.906C57.7734 62.3835 59.1989 61.9579 60.1954 61.6604C60.6798 61.5185 61.0604 61.4078 61.3337 61.3317C61.4548 61.2971 61.5552 61.2728 61.6313 61.2486C61.697 61.2313 61.7351 61.2244 61.7351 61.2279L61.7386 61.2313Z" fill="#263238"/>
+<path d="M38.1882 67.3728L31.8184 69.3277C33.3062 72.0126 34.3822 75.0851 34.9704 78.0988C35.8735 76.7113 36.3752 75.0678 36.3994 73.4139C37.4754 74.7045 38.6518 75.9121 39.9113 77.0227C39.9632 73.6319 39.4476 70.5214 38.1882 67.3728Z" fill="#455A64"/>
+<path d="M60.9632 60.4562C60.9632 60.4562 60.932 60.4735 60.8663 60.4943C60.7902 60.5185 60.6933 60.5531 60.5756 60.5912C60.3058 60.6777 59.9286 60.7988 59.4477 60.9545C58.4547 61.2659 57.0361 61.7087 55.2888 62.2554C51.7596 63.3384 46.9052 64.8297 41.5422 66.4766C36.1723 68.1063 31.3111 69.5768 27.7784 70.6494C26.0242 71.1718 24.5987 71.5974 23.6022 71.895C23.1178 72.0368 22.7372 72.1475 22.4639 72.2237C22.3428 72.2583 22.2424 72.2825 22.1663 72.3067C22.1006 72.324 22.0625 72.3309 22.0625 72.3274C22.0625 72.3274 22.0936 72.3101 22.1594 72.2894C22.2355 72.2652 22.3324 72.2306 22.45 72.1925C22.7199 72.106 23.097 71.9849 23.578 71.8292C24.571 71.5178 25.9896 71.0749 27.7369 70.5283C31.2661 69.4453 36.1204 67.954 41.4834 66.3036C46.8533 64.6774 51.7111 63.2035 55.2438 62.1309C56.998 61.6084 58.4235 61.1828 59.42 60.8853C59.9044 60.7434 60.285 60.6327 60.5583 60.5566C60.6794 60.522 60.7798 60.4977 60.8559 60.4735C60.9216 60.4562 60.9597 60.4493 60.9597 60.4528L60.9632 60.4562Z" fill="#263238"/>
+<path d="M62.2502 58.8231C62.2502 58.8231 62.2294 58.7747 62.2017 58.6778C62.1706 58.574 62.1291 58.4321 62.0737 58.2522C61.963 57.8682 61.8038 57.3146 61.5997 56.6053C61.1914 55.1659 60.6032 53.0934 59.8766 50.5399C58.4234 45.4191 56.3993 38.3504 54.1192 30.555C51.8356 22.7562 49.7285 15.7117 48.1922 10.6151C47.4241 8.072 46.8048 6.01331 46.3723 4.58087C46.1612 3.87503 45.9986 3.32144 45.8844 2.93738C45.8325 2.754 45.791 2.61214 45.7598 2.50834C45.7322 2.41146 45.7218 2.36302 45.7253 2.35956C45.7253 2.35956 45.746 2.408 45.7771 2.50142C45.8117 2.60522 45.8567 2.74362 45.9155 2.92354C46.0366 3.30414 46.2131 3.85427 46.438 4.55665C46.8843 5.98563 47.5244 8.04086 48.3133 10.577C49.8807 15.6632 52.0086 22.7043 54.2922 30.5031C56.5723 38.2985 58.5757 45.3741 59.9977 50.5053C60.7001 53.0657 61.2675 55.1417 61.6654 56.5845C61.8557 57.2973 62.0045 57.8543 62.1083 58.2418C62.1567 58.4252 62.1913 58.5671 62.219 58.6743C62.2432 58.7712 62.2536 58.8231 62.2502 58.8231Z" fill="#263238"/>
+<path d="M43.9687 13.4246C43.9687 13.4246 43.9514 13.3831 43.9271 13.3035C43.8995 13.2205 43.8614 13.1028 43.813 12.9541C43.7126 12.6427 43.5673 12.1894 43.3805 11.6047C43.0068 10.4283 42.4636 8.71558 41.775 6.55309L41.8408 6.58769C34.9173 8.75364 23.354 12.3762 10.2649 16.4763L10.3237 16.3656C11.0572 18.7253 11.7769 21.0331 12.4689 23.251L12.3582 23.1922C21.3369 20.4103 29.2256 17.9641 34.8758 16.2134C37.7026 15.3415 39.9724 14.646 41.5398 14.1616C42.3182 13.9229 42.9237 13.7395 43.3389 13.6115C43.5396 13.5526 43.6953 13.5042 43.8095 13.4696C43.9168 13.4385 43.9756 13.4246 43.9756 13.4246C43.9756 13.4246 43.9271 13.4454 43.8268 13.4765C43.7195 13.5111 43.5673 13.5596 43.3701 13.6253C42.9583 13.7568 42.3632 13.9471 41.5951 14.1927C40.0347 14.6841 37.7787 15.3968 34.9658 16.286C29.3052 18.061 21.4026 20.5384 12.4101 23.3617L12.3271 23.3894L12.2994 23.3064C11.6074 21.0885 10.8877 18.7807 10.1507 16.4244L10.123 16.3379L10.2095 16.3103C23.3091 12.2413 34.8827 8.64638 41.8096 6.49773L41.8581 6.48389L41.8719 6.53233C42.5397 8.71212 43.0691 10.4421 43.4324 11.6289C43.6088 12.2102 43.7438 12.6634 43.8372 12.9748C43.8822 13.1236 43.9133 13.2343 43.9375 13.3174C43.9583 13.3935 43.9687 13.4315 43.9687 13.4315V13.4246Z" fill="white"/>
+</g>
+<defs>
+<clipPath id="clip0_509_1169">
+<rect width="65.4353" height="78.0885" fill="white" transform="translate(0.5 0.0102539)"/>
+</clipPath>
+</defs>
+</svg>

BIN
images/Expired.png


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 2
images/Instagram.svg


+ 0 - 4
images/Linkedin.svg

@@ -1,4 +0,0 @@
-<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M32.5 65C50.4493 65 65 50.4493 65 32.5C65 14.5507 50.4493 0 32.5 0C14.5507 0 0 14.5507 0 32.5C0 50.4493 14.5507 65 32.5 65Z" fill="#0A66C2"/>
-<path d="M43.9956 44.002H39.1714V36.4482C39.1714 34.6455 39.1333 32.3286 36.6577 32.3286C34.144 32.3286 33.7568 34.29 33.7568 36.3149V44.002H28.9326V28.4629H33.5664V30.583H33.6299C34.2773 29.3643 35.8516 28.0757 38.2002 28.0757C43.0879 28.0757 43.9893 31.2939 43.9893 35.4771L43.9956 44.002ZM23.4927 26.3364C21.9375 26.3364 20.6934 25.0796 20.6934 23.5371C20.6934 21.9946 21.9438 20.7378 23.4927 20.7378C25.0415 20.7378 26.292 21.9946 26.292 23.5371C26.292 25.0796 25.0352 26.3364 23.4927 26.3364ZM25.9111 44.002H21.0742V28.4629H25.9111V44.002ZM46.4077 16.25H18.6558C17.3291 16.25 16.25 17.2974 16.25 18.5986V46.4648C16.25 47.7598 17.3228 48.8135 18.6558 48.8135H46.4014C47.728 48.8135 48.8135 47.7661 48.8135 46.4648V18.5986C48.8135 17.2974 47.728 16.25 46.4077 16.25Z" fill="white"/>
-</svg>

BIN
images/Play-store.png


BIN
images/blog-1.jpg


BIN
images/blog-2.jpg


BIN
images/blog-3.jpg


BIN
images/blog-4.jpg


BIN
images/blog-5.jpg


BIN
images/blog-6.jpg


BIN
images/blog-7.jpg


BIN
images/blog-single.png


+ 0 - 6
images/calendar-icon-blog.svg

@@ -1,6 +0,0 @@
-<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M15.3892 2.47754H2.94477C1.96293 2.47754 1.16699 3.27348 1.16699 4.25532V16.6998C1.16699 17.6816 1.96293 18.4775 2.94477 18.4775H15.3892C16.3711 18.4775 17.167 17.6816 17.167 16.6998V4.25532C17.167 3.27348 16.3711 2.47754 15.3892 2.47754Z" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M12.7225 0.699219V4.25477" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M5.61142 0.699219V4.25477" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M1.16699 7.81055H17.167" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

+ 28 - 0
images/chart.svg

@@ -0,0 +1,28 @@
+<svg width="89" height="60" viewBox="0 0 89 60" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_509_1040)">
+<path d="M82.3853 0.483521H6.03288C2.70101 0.483521 0 3.18453 0 6.5164V53.4273C0 56.7592 2.70101 59.4602 6.03288 59.4602H82.3853C85.7172 59.4602 88.4182 56.7592 88.4182 53.4273V6.5164C88.4182 3.18453 85.7172 0.483521 82.3853 0.483521Z" fill="white"/>
+<path d="M18.481 16.315H12.1191V52.445H18.481V16.315Z" fill="#E3E4ED"/>
+<path d="M18.481 43.4125H12.1191V52.445H18.481V43.4125Z" fill="#A9E6F1"/>
+<path d="M28.1182 16.315H21.7539V52.445H28.1182V16.315Z" fill="#E3E4ED"/>
+<path d="M28.1182 38.9359H21.7539V52.4451H28.1182V38.9359Z" fill="#58D9F1"/>
+<path d="M37.7569 16.315H31.3926V52.445H37.7569V16.315Z" fill="#E3E4ED"/>
+<path d="M37.7545 29.9034H31.3926V52.445H37.7545V29.9034Z" fill="#67ACD6"/>
+<path d="M47.3892 16.315H41.0273V52.445H47.3892V16.315Z" fill="#E3E4ED"/>
+<path d="M47.3892 34.38H41.0273V52.445H47.3892V34.38Z" fill="#58D9F1"/>
+<path d="M57.0264 16.315H50.6621V52.445H57.0264V16.315Z" fill="#E3E4ED"/>
+<path d="M57.0264 25.3475H50.6621V52.4451H57.0264V25.3475Z" fill="#67ACD6"/>
+<path d="M66.6627 16.315H60.3008V52.445H66.6627V16.315Z" fill="#FF8F4A"/>
+<path d="M76.2974 16.315H69.9355V52.445H76.2974V16.315Z" fill="#E3E4ED"/>
+<path d="M76.2974 22.7321H69.9355V52.4426H76.2974V22.7321Z" fill="#67ACD6"/>
+<path d="M88.4182 6.5164V9.19661H0V6.5164C0 3.18295 2.70183 0.483521 6.03288 0.483521H82.3853C85.714 0.483521 88.4182 3.18295 88.4182 6.5164Z" fill="#67ACD6"/>
+<path d="M79.9609 3.58881L82.4874 6.11532" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
+<path d="M82.4874 3.58881L79.9609 6.11532" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
+<path d="M77.1417 3.58881H74.6152V6.11532H77.1417V3.58881Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
+<path d="M71.9905 6.1153H68.7363" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
+</g>
+<defs>
+<clipPath id="clip0_509_1040">
+<rect width="88.4182" height="58.9767" fill="white" transform="translate(0 0.483521)"/>
+</clipPath>
+</defs>
+</svg>

+ 0 - 4
images/circle-arrow-left.svg

@@ -1,4 +0,0 @@
-<svg width="60" height="61" viewBox="0 0 60 61" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M5 30.5C5 44.3071 16.1929 55.5 30 55.5C43.8071 55.5 55 44.3071 55 30.5C55 16.6929 43.8071 5.5 30 5.5C16.1929 5.5 5 16.6929 5 30.5Z" stroke="#141B34" stroke-width="3"/>
-<path d="M40 30.5L20 30.5M20 30.5L26.25 36.75M20 30.5L26.25 24.25" stroke="#141B34" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

+ 0 - 4
images/circle-arrow-right.svg

@@ -1,4 +0,0 @@
-<svg width="60" height="61" viewBox="0 0 60 61" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M55 30.5C55 16.6929 43.8071 5.5 30 5.5C16.1929 5.5 5 16.6929 5 30.5C5 44.3071 16.1929 55.5 30 55.5C43.8071 55.5 55 44.3071 55 30.5Z" stroke="#141B34" stroke-width="3"/>
-<path d="M20 30.5L40 30.5M40 30.5L33.75 24.25M40 30.5L33.75 36.75" stroke="#141B34" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

+ 0 - 4
images/facebook.svg

@@ -1,4 +0,0 @@
-<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M32.5 65.001C50.4493 65.001 65 50.4502 65 32.501C65 14.5517 50.4493 0.000976562 32.5 0.000976562C14.5507 0.000976562 0 14.5517 0 32.501C0 50.4502 14.5507 65.001 32.5 65.001Z" fill="#3C5A99"/>
-<path d="M35.0264 48.7505V33.9478H40.0156L40.7646 28.1523H35.0264V24.4644C35.0264 22.7886 35.4897 21.6523 37.8892 21.6523H40.9297V16.4854C40.4028 16.4155 38.5874 16.2568 36.4736 16.2568C32.062 16.2568 29.0405 18.9482 29.0405 23.8931V28.1587H24.0703V33.9541H29.0405V48.7505H35.0264Z" fill="white"/>
-</svg>

BIN
images/features.png


+ 0 - 5
images/globe_.svg

@@ -1,5 +0,0 @@
-<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M15 29.7773C22.732 29.7773 29 23.5093 29 15.7773C29 8.04536 22.732 1.77734 15 1.77734C7.26801 1.77734 1 8.04536 1 15.7773C1 23.5093 7.26801 29.7773 15 29.7773Z" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M1 15.7773H29" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M14.9999 1.77734C18.5017 5.61104 20.4918 10.5862 20.5999 15.7773C20.4918 20.9685 18.5017 25.9436 14.9999 29.7773C11.4981 25.9436 9.50805 20.9685 9.3999 15.7773C9.50805 10.5862 11.4981 5.61104 14.9999 1.77734Z" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

BIN
images/header-1-news-page.png


+ 0 - 4
images/mail_.svg

@@ -1,4 +0,0 @@
-<svg width="31" height="25" viewBox="0 0 31 25" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M4.3 1.37695H26.7C28.24 1.37695 29.5 2.63695 29.5 4.17695V20.977C29.5 22.517 28.24 23.777 26.7 23.777H4.3C2.76 23.777 1.5 22.517 1.5 20.977V4.17695C1.5 2.63695 2.76 1.37695 4.3 1.37695Z" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M29.5 4.17676L15.5 13.9768L1.5 4.17676" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

+ 0 - 4
images/map pin.svg

@@ -1,4 +0,0 @@
-<svg width="30" height="37" viewBox="0 0 30 37" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M29 15.7773C29 26.6662 15 35.9996 15 35.9996C15 35.9996 1 26.6662 1 15.7773C1 12.0643 2.475 8.50336 5.1005 5.87785C7.72601 3.25234 11.287 1.77734 15 1.77734C18.713 1.77734 22.274 3.25234 24.8995 5.87785C27.525 8.50336 29 12.0643 29 15.7773Z" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M14.9999 20.4437C17.5772 20.4437 19.6666 18.3543 19.6666 15.777C19.6666 13.1997 17.5772 11.1104 14.9999 11.1104C12.4226 11.1104 10.3333 13.1997 10.3333 15.777C10.3333 18.3543 12.4226 20.4437 14.9999 20.4437Z" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

+ 37 - 0
images/mobile-in-hand.svg

@@ -0,0 +1,37 @@
+<svg width="79" height="90" viewBox="0 0 79 90" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M9.858 19.4264C9.75985 19.4258 9.66436 19.3945 9.58487 19.337L4.02805 15.3059C3.92688 15.2322 3.85914 15.1214 3.83971 14.9977C3.82028 14.8741 3.85076 14.7478 3.92445 14.6466C3.99814 14.5455 4.10899 14.4777 4.23263 14.4583C4.35627 14.4389 4.48256 14.4694 4.58373 14.543L10.15 18.5741C10.2507 18.6468 10.3187 18.7564 10.339 18.8791C10.3593 19.0017 10.3302 19.1273 10.2583 19.2287C10.2131 19.2922 10.1529 19.3435 10.0831 19.378C10.0132 19.4125 9.93587 19.4292 9.858 19.4264Z" fill="#DFEAEF"/>
+<path d="M2.69995 54.2836C2.62842 54.284 2.55775 54.2681 2.49328 54.2371C2.42882 54.2061 2.37228 54.1608 2.32793 54.1047C2.25146 54.0065 2.21695 53.882 2.23195 53.7585C2.24695 53.635 2.31024 53.5224 2.40798 53.4454L7.97893 49.08C8.07766 49.0139 8.19774 48.9875 8.31508 49.0062C8.43242 49.025 8.53834 49.0873 8.61162 49.1809C8.6849 49.2744 8.72012 49.3922 8.7102 49.5106C8.70028 49.629 8.64597 49.7393 8.55815 49.8193L2.99192 54.1847C2.90845 54.2495 2.80561 54.2843 2.69995 54.2836Z" fill="#DFEAEF"/>
+<path d="M9.86201 32.4896H0.843963C0.719068 32.4896 0.599289 32.44 0.510975 32.3517C0.422661 32.2634 0.373047 32.1436 0.373047 32.0187C0.373047 31.8938 0.422661 31.774 0.510975 31.6857C0.599289 31.5974 0.719068 31.5478 0.843963 31.5478H9.86201C9.98691 31.5478 10.1067 31.5974 10.195 31.6857C10.2833 31.774 10.3329 31.8938 10.3329 32.0187C10.3329 32.1436 10.2833 32.2634 10.195 32.3517C10.1067 32.44 9.98691 32.4896 9.86201 32.4896Z" fill="#DFEAEF"/>
+<path d="M68.5429 19.4264C68.4433 19.4268 68.3461 19.3955 68.2653 19.3371C68.1845 19.2787 68.1244 19.1962 68.0935 19.1015C68.0626 19.0067 68.0626 18.9046 68.0934 18.8098C68.1242 18.7151 68.1844 18.6325 68.2651 18.5741L73.836 14.543C73.8859 14.5038 73.9432 14.475 74.0045 14.4585C74.0657 14.442 74.1297 14.438 74.1926 14.4468C74.2554 14.4557 74.3158 14.4771 74.3702 14.5098C74.4246 14.5426 74.4717 14.586 74.5089 14.6375C74.546 14.6889 74.5724 14.7473 74.5864 14.8092C74.6004 14.8711 74.6018 14.9352 74.5904 14.9977C74.579 15.0601 74.5551 15.1196 74.5202 15.1726C74.4852 15.2255 74.4399 15.2709 74.387 15.3059L68.8349 19.3369C68.7502 19.3984 68.6475 19.4299 68.5429 19.4264Z" fill="#DFEAEF"/>
+<path d="M75.715 54.2837C75.611 54.2833 75.51 54.2486 75.4278 54.1848L69.8568 49.8194C69.8083 49.781 69.7678 49.7335 69.7376 49.6795C69.7074 49.6255 69.6882 49.5661 69.6809 49.5046C69.6737 49.4432 69.6787 49.3809 69.6955 49.3214C69.7124 49.2619 69.7408 49.2063 69.7791 49.1577C69.8175 49.1092 69.865 49.0687 69.919 49.0385C69.973 49.0083 70.0324 48.9891 70.0939 48.9819C70.1553 48.9746 70.2176 48.9796 70.2771 48.9964C70.3366 49.0133 70.3922 49.0417 70.4408 49.08L76.007 53.4454C76.1048 53.5224 76.168 53.635 76.183 53.7586C76.198 53.8821 76.1635 54.0065 76.0871 54.1047C76.0427 54.1608 75.9862 54.2061 75.9217 54.2371C75.8572 54.2681 75.7866 54.284 75.715 54.2837Z" fill="#DFEAEF"/>
+<path d="M77.5754 32.4896H68.5432C68.4183 32.4896 68.2985 32.44 68.2102 32.3517C68.1219 32.2634 68.0723 32.1436 68.0723 32.0187C68.0723 31.8938 68.1219 31.774 68.2102 31.6857C68.2985 31.5974 68.4183 31.5478 68.5432 31.5478H77.5612C77.6861 31.5478 77.8059 31.5974 77.8942 31.6857C77.9825 31.774 78.0321 31.8938 78.0321 32.0187C78.0321 32.1436 77.9825 32.2634 77.8942 32.3517C77.8059 32.44 77.6861 32.4896 77.5612 32.4896H77.5754Z" fill="#DFEAEF"/>
+<path d="M28.045 27.9548C28.045 27.9548 18.9752 30.526 18.3724 32.4285C18.3724 32.4285 14.6804 37.0953 13.9458 42.9158C13.5879 45.7413 14.5957 51.9292 15.9802 54.6369C18.8057 60.1561 21.5605 65.2702 21.5605 65.2702L19.8181 73.4501L45.7562 80.1606L48.5817 68.9999C48.5817 68.9999 54.0019 65.7035 55.9374 60.9237C57.8729 56.1439 57.0017 28.341 54.0019 24.7573C51.0022 21.1736 28.045 27.9548 28.045 27.9548Z" fill="#FFC9B0"/>
+<path d="M45.7463 80.6314C45.7072 80.6363 45.6676 80.6363 45.6285 80.6314L19.6905 73.9208C19.5724 73.8907 19.4706 73.8159 19.4065 73.7123C19.3424 73.6087 19.321 73.4842 19.3467 73.3651L21.0514 65.3596C20.5805 64.4648 18.0705 59.8027 15.5511 54.8722C14.176 52.1833 13.0882 45.9248 13.4697 42.878C14.176 37.2788 17.4913 32.8051 17.9481 32.2117C18.7863 30.1962 26.3681 27.9735 27.9032 27.5026C30.2955 26.7962 51.2324 20.7449 54.3405 24.4558C57.3732 28.0771 58.3762 56.0825 56.3513 61.0978C54.5477 65.5668 49.9233 68.6889 48.9673 69.2964L46.2031 80.2782C46.1717 80.3988 46.0938 80.5021 45.9864 80.5654C45.9132 80.6074 45.8306 80.63 45.7463 80.6314ZM20.3592 73.0967L45.4025 79.5765L48.1008 68.8726C48.1311 68.7527 48.2072 68.6496 48.3128 68.5853C48.3646 68.5524 53.6247 65.3266 55.4754 60.7352C57.3826 56.026 56.4408 28.4209 53.6153 25.0491C52.9843 24.2956 50.3707 23.3444 39.9587 25.4635C33.9357 26.6926 28.1858 28.3785 28.1434 28.3973C24.4797 29.4381 19.1583 31.4159 18.7957 32.5602C18.7756 32.6137 18.7487 32.6643 18.7157 32.7109C18.678 32.7533 15.0943 37.3494 14.3832 42.9675C14.0253 45.793 15.0849 51.9149 16.3705 54.4155C19.1536 59.864 21.9179 64.9828 21.9462 65.0346C21.9987 65.1344 22.0138 65.2497 21.9885 65.3596L20.3592 73.0967Z" fill="#093F68"/>
+<path d="M55.0887 0.712158H25.7459C23.7094 0.712158 22.0586 2.36301 22.0586 4.39943V61.5781C22.0586 63.6145 23.7094 65.2654 25.7459 65.2654H55.0887C57.1251 65.2654 58.7759 63.6145 58.7759 61.5781V4.39943C58.7759 2.36301 57.1251 0.712158 55.0887 0.712158Z" fill="white"/>
+<path d="M55.0889 65.7411H25.7461C24.6432 65.7386 23.5863 65.2991 22.8069 64.5188C22.0275 63.7385 21.5891 62.6811 21.5879 61.5782V4.40893C21.5891 3.30606 22.0275 2.24865 22.8069 1.46836C23.5863 0.688065 24.6432 0.248524 25.7461 0.246033H55.0889C56.1918 0.248524 57.2487 0.688065 58.0281 1.46836C58.8075 2.24865 59.2458 3.30606 59.2471 4.40893V61.5782C59.2458 62.6811 58.8075 63.7385 58.0281 64.5188C57.2487 65.2991 56.1918 65.7386 55.0889 65.7411ZM25.7461 1.18316C24.8922 1.18565 24.0741 1.52661 23.4712 2.13129C22.8683 2.73597 22.5297 3.55503 22.5297 4.40893V61.5782C22.531 62.4313 22.8701 63.2491 23.4729 63.8528C24.0756 64.4565 24.893 64.7968 25.7461 64.7993H55.0889C55.9424 64.798 56.7604 64.4581 57.3635 63.8542C57.9665 63.2502 58.3052 62.4317 58.3052 61.5782V4.40893C58.3052 3.55547 57.9665 2.73689 57.3635 2.13296C56.7604 1.52903 55.9424 1.18911 55.0889 1.18787L25.7461 1.18316Z" fill="#093F68"/>
+<path d="M54.6843 7.83246H26.1515C25.0851 7.83246 24.2207 8.69689 24.2207 9.76322V55.0936C24.2207 56.16 25.0851 57.0244 26.1515 57.0244H54.6843C55.7506 57.0244 56.615 56.16 56.615 55.0936V9.76322C56.615 8.69689 55.7506 7.83246 54.6843 7.83246Z" fill="#68E1FD"/>
+<path d="M54.6876 57.4953H26.1595C25.5229 57.4941 24.9128 57.2407 24.4626 56.7905C24.0125 56.3404 23.7591 55.7302 23.7578 55.0937V9.75854C23.7591 9.12239 24.0126 8.51272 24.4629 8.06334C24.9132 7.61396 25.5233 7.36157 26.1595 7.36157H54.697C55.3327 7.36157 55.9424 7.61411 56.3919 8.06363C56.8415 8.51315 57.094 9.12282 57.094 9.75854V55.0937C57.094 55.4095 57.0317 55.7221 56.9107 56.0138C56.7897 56.3055 56.6124 56.5705 56.3889 56.7936C56.1654 57.0167 55.9001 57.1935 55.6081 57.3139C55.3162 57.4343 55.0034 57.496 54.6876 57.4953ZM26.1595 8.30341C25.968 8.30279 25.7783 8.33997 25.6012 8.41282C25.4241 8.48567 25.2631 8.59275 25.1275 8.72793C24.9919 8.86312 24.8843 9.02374 24.8109 9.20059C24.7374 9.37745 24.6996 9.56705 24.6996 9.75854V55.0937C24.6996 55.4808 24.8535 55.8522 25.1272 56.1259C25.401 56.3997 25.7723 56.5535 26.1595 56.5535H54.697C55.0834 56.5523 55.4535 56.3979 55.7262 56.1243C55.999 55.8506 56.1522 55.48 56.1522 55.0937V9.75854C56.1522 9.37261 55.9988 9.0025 55.726 8.72961C55.4531 8.45672 55.083 8.30341 54.697 8.30341H26.1595Z" fill="#093F68"/>
+<path d="M34.5523 5.23297C34.88 5.23297 35.1457 4.96732 35.1457 4.63962C35.1457 4.31192 34.88 4.04626 34.5523 4.04626C34.2246 4.04626 33.959 4.31192 33.959 4.63962C33.959 4.96732 34.2246 5.23297 34.5523 5.23297Z" fill="#093F68"/>
+<path d="M46.8806 5.11053H37.3869C37.262 5.11053 37.1423 5.06092 37.0539 4.9726C36.9656 4.88429 36.916 4.76451 36.916 4.63962C36.916 4.51472 36.9656 4.39494 37.0539 4.30663C37.1423 4.21832 37.262 4.1687 37.3869 4.1687H46.8806C47.0055 4.1687 47.1253 4.21832 47.2136 4.30663C47.3019 4.39494 47.3515 4.51472 47.3515 4.63962C47.3515 4.76451 47.3019 4.88429 47.2136 4.9726C47.1253 5.06092 47.0055 5.11053 46.8806 5.11053Z" fill="#093F68"/>
+<path d="M40.419 63.0145C41.5738 63.0145 42.5099 62.0784 42.5099 60.9236C42.5099 59.7689 41.5738 58.8328 40.419 58.8328C39.2642 58.8328 38.3281 59.7689 38.3281 60.9236C38.3281 62.0784 39.2642 63.0145 40.419 63.0145Z" fill="white"/>
+<path d="M40.4189 63.4853C39.9109 63.4863 39.414 63.3364 38.9912 63.0548C38.5684 62.7731 38.2388 62.3723 38.0439 61.9032C37.8491 61.434 37.7979 60.9176 37.8967 60.4193C37.9956 59.921 38.2402 59.4633 38.5994 59.1041C38.9586 58.7449 39.4163 58.5003 39.9146 58.4014C40.4129 58.3026 40.9293 58.3538 41.3985 58.5486C41.8676 58.7435 42.2684 59.0731 42.5501 59.4959C42.8317 59.9187 42.9816 60.4156 42.9806 60.9236C42.9794 61.6026 42.7091 62.2535 42.2289 62.7336C41.7488 63.2138 41.0979 63.4841 40.4189 63.4853ZM40.4189 59.2989C40.0973 59.298 39.7828 59.3925 39.515 59.5704C39.2472 59.7484 39.0382 60.0018 38.9145 60.2986C38.7908 60.5953 38.758 60.9222 38.8201 61.2376C38.8823 61.5531 39.0367 61.843 39.2637 62.0707C39.4907 62.2984 39.7802 62.4536 40.0955 62.5167C40.4107 62.5797 40.7376 62.5478 41.0348 62.425C41.3319 62.3022 41.5859 62.0939 41.7647 61.8267C41.9434 61.5594 42.0388 61.2451 42.0388 60.9236C42.0376 60.4939 41.8667 60.0821 41.5633 59.7778C41.2599 59.4735 40.8485 59.3014 40.4189 59.2989Z" fill="#DFEAEF"/>
+<path d="M60.3262 25.7273H54.5669C53.2431 25.7273 52.1699 26.8005 52.1699 28.1243V29.6218C52.1699 30.9456 53.2431 32.0187 54.5669 32.0187H60.3262C61.65 32.0187 62.7232 30.9456 62.7232 29.6218V28.1243C62.7232 26.8005 61.65 25.7273 60.3262 25.7273Z" fill="#FFC9B0"/>
+<path d="M60.3197 32.4896H54.5652C53.8045 32.4896 53.0751 32.1875 52.5372 31.6496C51.9994 31.1118 51.6973 30.3824 51.6973 29.6217V28.1242C51.6973 27.3636 51.9994 26.6342 52.5372 26.0963C53.0751 25.5585 53.8045 25.2563 54.5652 25.2563H60.3197C61.0808 25.2563 61.8107 25.5583 62.3493 26.096C62.8879 26.6337 63.1911 27.3632 63.1923 28.1242V29.6217C63.1911 30.3828 62.8879 31.1122 62.3493 31.6499C61.8107 32.1876 61.0808 32.4896 60.3197 32.4896ZM54.5652 26.1982C54.0543 26.1982 53.5644 26.4011 53.2032 26.7623C52.842 27.1235 52.6391 27.6134 52.6391 28.1242V29.6217C52.6403 30.1322 52.8437 30.6214 53.2046 30.9823C53.5655 31.3432 54.0547 31.5465 54.5652 31.5478H60.3197C60.831 31.5478 61.3214 31.345 61.6833 30.984C62.0453 30.6229 62.2493 30.133 62.2505 29.6217V28.1242C62.2493 27.613 62.0453 27.1231 61.6833 26.762C61.3214 26.401 60.831 26.1982 60.3197 26.1982H54.5652Z" fill="#093F68"/>
+<path d="M61.7154 32.9935H54.7411C53.3211 32.9935 52.1699 34.1447 52.1699 35.5647V36.7138C52.1699 38.1338 53.3211 39.285 54.7411 39.285H61.7154C63.1354 39.285 64.2866 38.1338 64.2866 36.7138V35.5647C64.2866 34.1447 63.1354 32.9935 61.7154 32.9935Z" fill="#FFC9B0"/>
+<path d="M61.7184 39.7559H54.7394C53.933 39.7547 53.1599 39.4338 52.5897 38.8635C52.0194 38.2933 51.6985 37.5202 51.6973 36.7138V35.5601C51.6985 34.754 52.0196 33.9815 52.5899 33.412C53.1603 32.8425 53.9334 32.5226 54.7394 32.5226H61.7184C62.5239 32.5226 63.2965 32.8427 63.8661 33.4123C64.4358 33.9819 64.7558 34.7545 64.7558 35.5601V36.7138C64.7558 37.5198 64.4359 38.2929 63.8664 38.8632C63.2969 39.4336 62.5244 39.7547 61.7184 39.7559ZM54.7394 33.4645C54.1832 33.4645 53.6497 33.6851 53.2559 34.078C52.8622 34.4708 52.6403 35.0038 52.6391 35.5601V36.7138C52.6391 37.2708 52.8604 37.805 53.2543 38.1989C53.6481 38.5928 54.1824 38.8141 54.7394 38.8141H61.7184C61.9954 38.816 62.27 38.763 62.5265 38.6583C62.7829 38.5536 63.0161 38.3992 63.2126 38.2039C63.4092 38.0087 63.5651 37.7766 63.6716 37.5208C63.778 37.2651 63.8328 36.9908 63.8328 36.7138V35.5601C63.8315 35.0047 63.6104 34.4724 63.2176 34.0796C62.8249 33.6869 62.2926 33.4657 61.7372 33.4645H54.7394Z" fill="#093F68"/>
+<path d="M61.7154 40.255H54.7411C53.3211 40.255 52.1699 41.4062 52.1699 42.8262V43.9752C52.1699 45.3953 53.3211 46.5464 54.7411 46.5464H61.7154C63.1354 46.5464 64.2866 45.3953 64.2866 43.9752V42.8262C64.2866 41.4062 63.1354 40.255 61.7154 40.255Z" fill="#FFC9B0"/>
+<path d="M61.7184 47.0221H54.7394C53.933 47.0209 53.1599 46.7 52.5897 46.1297C52.0194 45.5595 51.6985 44.7864 51.6973 43.98V42.8262C51.6985 42.0198 52.0194 41.2468 52.5897 40.6765C53.1599 40.1063 53.933 39.7854 54.7394 39.7841H61.7184C62.5244 39.7854 63.2969 40.1064 63.8664 40.6768C64.4359 41.2472 64.7558 42.0202 64.7558 42.8262V43.9659C64.7576 44.3661 64.6805 44.7629 64.5287 45.1333C64.377 45.5037 64.1536 45.8405 63.8714 46.1244C63.5893 46.4084 63.2538 46.6338 62.8844 46.7878C62.5149 46.9419 62.1187 47.0215 61.7184 47.0221ZM54.7394 40.726C54.1824 40.726 53.6481 40.9472 53.2543 41.3411C52.8604 41.735 52.6391 42.2692 52.6391 42.8262V43.9659C52.6391 44.5229 52.8604 45.0571 53.2543 45.451C53.6481 45.8449 54.1824 46.0661 54.7394 46.0661H61.7184C61.9954 46.068 62.27 46.0151 62.5265 45.9103C62.7829 45.8056 63.0161 45.6512 63.2126 45.456C63.4092 45.2608 63.5651 45.0286 63.6716 44.7729C63.778 44.5171 63.8328 44.2429 63.8328 43.9659V42.8121C63.8328 42.2559 63.6122 41.7224 63.2193 41.3287C62.8264 40.9349 62.2934 40.7131 61.7372 40.7118L54.7394 40.726Z" fill="#093F68"/>
+<path d="M60.3262 47.5213H54.5669C53.2431 47.5213 52.1699 48.5945 52.1699 49.9183V51.4158C52.1699 52.7396 53.2431 53.8127 54.5669 53.8127H60.3262C61.65 53.8127 62.7232 52.7396 62.7232 51.4158V49.9183C62.7232 48.5945 61.65 47.5213 60.3262 47.5213Z" fill="#FFC9B0"/>
+<path d="M60.3197 54.2837H54.5652C53.8045 54.2837 53.0751 53.9815 52.5372 53.4437C51.9994 52.9059 51.6973 52.1764 51.6973 51.4158V49.9183C51.6973 49.1577 51.9994 48.4282 52.5372 47.8904C53.0751 47.3526 53.8045 47.0504 54.5652 47.0504H60.3197C61.0808 47.0504 61.8107 47.3524 62.3493 47.8901C62.8879 48.4278 63.1911 49.1573 63.1923 49.9183V51.4158C63.1911 52.1769 62.8879 52.9063 62.3493 53.444C61.8107 53.9817 61.0808 54.2837 60.3197 54.2837ZM54.5652 47.9922C54.0547 47.9935 53.5655 48.1968 53.2046 48.5577C52.8437 48.9187 52.6403 49.4079 52.6391 49.9183V51.4158C52.6391 51.9266 52.842 52.4165 53.2032 52.7777C53.5644 53.1389 54.0543 53.3419 54.5652 53.3419H60.3197C60.831 53.3419 61.3214 53.1391 61.6833 52.778C62.0453 52.4169 62.2493 51.9271 62.2505 51.4158V49.9183C62.2493 49.407 62.0453 48.9172 61.6833 48.5561C61.3214 48.195 60.831 47.9922 60.3197 47.9922H54.5652Z" fill="#093F68"/>
+<path d="M19.8165 44.1448C19.8165 44.1448 28.7968 32.8051 30.5628 28.0677C31.5611 25.3788 28.4154 23.627 27.4406 23.7117C24.0359 24.0178 18.7852 31.8351 18.7852 31.8351" fill="#FFC9B0"/>
+<path d="M19.818 44.6158C19.7293 44.6162 19.6423 44.5917 19.567 44.5449C19.4916 44.4981 19.431 44.431 19.3922 44.3513C19.3533 44.2716 19.3377 44.1825 19.3472 44.0943C19.3568 44.0062 19.391 43.9225 19.446 43.8529C19.5354 43.7399 28.3934 32.5179 30.1216 27.9029C30.2793 27.5137 30.328 27.0888 30.2625 26.674C30.1969 26.2592 30.0196 25.87 29.7496 25.5484C29.0479 24.6065 27.866 24.1356 27.4845 24.1639C24.8756 24.3993 20.6044 29.9561 19.1775 32.08C19.1078 32.1824 19.0004 32.2533 18.8787 32.2771C18.7571 32.3009 18.6309 32.2757 18.5277 32.2071C18.4759 32.1729 18.4314 32.1288 18.3968 32.0773C18.3621 32.0259 18.3379 31.9681 18.3257 31.9072C18.3134 31.8464 18.3133 31.7838 18.3254 31.7229C18.3374 31.662 18.3613 31.6041 18.3958 31.5525C18.6172 31.2276 23.8114 23.547 27.3997 23.2267C28.172 23.1561 29.646 23.8578 30.4984 24.9738C30.8625 25.4195 31.1012 25.9543 31.1898 26.523C31.2784 27.0917 31.2136 27.6737 31.0023 28.209C29.2363 32.9653 20.5526 43.9565 20.1712 44.418C20.1307 44.4751 20.078 44.5225 20.0169 44.5568C19.9558 44.591 19.8879 44.6111 19.818 44.6158Z" fill="#093F68"/>
+<path d="M48.0021 80.8998L16.3047 74.0009L18.0141 67.8649L49.3583 74.4059L48.0021 80.8998Z" fill="white"/>
+<path d="M48.0018 81.3707C47.969 81.3754 47.9357 81.3754 47.9029 81.3707L16.2055 74.4671C16.1426 74.455 16.0831 74.4293 16.031 74.3919C15.979 74.3545 15.9357 74.3063 15.9041 74.2505C15.8711 74.196 15.8495 74.1353 15.8406 74.0722C15.8316 74.009 15.8357 73.9447 15.8523 73.8832L17.5618 67.7613C17.5939 67.6459 17.6688 67.5472 17.7711 67.4851C17.8735 67.423 17.9956 67.4022 18.1127 67.4269L49.4569 73.9679C49.5787 73.9936 49.6854 74.0664 49.7536 74.1704C49.8214 74.2748 49.8451 74.4018 49.8195 74.5236L48.4633 81.0223C48.4377 81.144 48.3649 81.2507 48.2608 81.319C48.1812 81.3606 48.0913 81.3785 48.0018 81.3707ZM16.8931 73.6336L47.6392 80.33L48.8024 74.7591L18.3529 68.4064L16.8931 73.6336Z" fill="#093F68"/>
+<path d="M50.2629 89.0986L50.9645 80.8999L13.1782 73.5159L7.81445 89.0986H50.2629Z" fill="#F56132"/>
+<path d="M50.2612 89.5742H7.79396C7.71846 89.5746 7.64396 89.5568 7.57676 89.5224C7.50955 89.488 7.4516 89.4379 7.40781 89.3764C7.36408 89.3151 7.3357 89.2442 7.32505 89.1696C7.31439 89.095 7.32178 89.019 7.3466 88.9479L12.7103 73.3605C12.7479 73.2534 12.8229 73.1634 12.9215 73.1071C13.0202 73.0509 13.1358 73.0322 13.2472 73.0544L51.0335 80.4384C51.1483 80.4602 51.2508 80.5238 51.3213 80.6169C51.3918 80.71 51.4252 80.826 51.415 80.9423L50.7086 89.1409C50.6995 89.2552 50.6491 89.3623 50.5667 89.4421C50.4844 89.5218 50.3757 89.5688 50.2612 89.5742ZM8.47208 88.6324H49.828L50.459 81.2814L13.4873 74.0575L8.47208 88.6324Z" fill="#093F68"/>
+<path d="M30.7569 35.9603C30.6665 35.9612 30.5777 35.9361 30.5012 35.8879C30.4247 35.8397 30.3637 35.7705 30.3254 35.6886C30.2872 35.6066 30.2734 35.5154 30.2856 35.4258C30.2978 35.3362 30.3355 35.252 30.3943 35.1833L50.6061 11.3691C50.6463 11.3221 50.6953 11.2834 50.7504 11.2554C50.8056 11.2274 50.8657 11.2105 50.9273 11.2056C50.989 11.2008 51.051 11.2082 51.1098 11.2274C51.1686 11.2465 51.223 11.2771 51.27 11.3173C51.317 11.3575 51.3557 11.4065 51.3837 11.4616C51.4117 11.5168 51.4287 11.5769 51.4335 11.6385C51.4383 11.7002 51.4309 11.7622 51.4117 11.821C51.3926 11.8798 51.362 11.9343 51.3218 11.9813L31.1148 35.7955C31.0706 35.8472 31.0157 35.8887 30.9539 35.9171C30.8922 35.9456 30.8249 35.9603 30.7569 35.9603Z" fill="white"/>
+<path d="M29.927 52.4095C29.808 52.409 29.6936 52.3636 29.6067 52.2823C29.5152 52.1979 29.4608 52.0806 29.4555 51.9562C29.4502 51.8317 29.4944 51.7102 29.5785 51.6183L47.9442 31.6986C48.0292 31.6068 48.1471 31.5525 48.272 31.5476C48.397 31.5427 48.5188 31.5877 48.6106 31.6727C48.7024 31.7576 48.7567 31.8755 48.7615 32.0005C48.7664 32.1254 48.7214 32.2472 48.6365 32.339L30.2707 52.2588C30.2268 52.3061 30.1737 52.3439 30.1145 52.3698C30.0554 52.3958 29.9915 52.4092 29.927 52.4095Z" fill="white"/>
+<path d="M32.833 18.6636C32.7117 18.6631 32.5953 18.6159 32.508 18.5317C32.4203 18.4435 32.3711 18.3242 32.3711 18.1998C32.3711 18.0753 32.4203 17.956 32.508 17.8678L38.7383 11.3314C38.782 11.2873 38.8341 11.2523 38.8915 11.2284C38.9489 11.2044 39.0104 11.1921 39.0726 11.1921C39.1348 11.1921 39.1963 11.2044 39.2537 11.2284C39.3111 11.2523 39.3632 11.2873 39.407 11.3314C39.4947 11.4197 39.5439 11.539 39.5439 11.6634C39.5439 11.7878 39.4947 11.9072 39.407 11.9954L33.172 18.5365C33.1267 18.579 33.0734 18.6121 33.0152 18.6339C32.957 18.6557 32.8951 18.6658 32.833 18.6636Z" fill="white"/>
+<path d="M18.3438 83.4852C19.7613 83.4852 20.9103 82.3361 20.9103 80.9187C20.9103 79.5012 19.7613 78.3522 18.3438 78.3522C16.9264 78.3522 15.7773 79.5012 15.7773 80.9187C15.7773 82.3361 16.9264 83.4852 18.3438 83.4852Z" fill="#FFBC0E"/>
+<path d="M18.3429 83.9562C17.742 83.9571 17.1542 83.7797 16.6541 83.4466C16.154 83.1134 15.764 82.6393 15.5333 82.0844C15.3027 81.5295 15.2419 80.9186 15.3586 80.3291C15.4752 79.7396 15.7642 79.1979 16.1888 78.7726C16.6134 78.3474 17.1546 78.0576 17.7439 77.9401C18.3332 77.8225 18.9442 77.8823 19.4995 78.1121C20.0548 78.3419 20.5294 78.7312 20.8634 79.2308C21.1973 79.7304 21.3756 80.3178 21.3756 80.9188C21.3756 81.7235 21.0562 82.4954 20.4876 83.0649C19.919 83.6344 19.1477 83.9549 18.3429 83.9562ZM18.3429 78.8279C17.928 78.827 17.5222 78.9492 17.1769 79.1791C16.8316 79.409 16.5622 79.7362 16.403 80.1193C16.2438 80.5024 16.2019 80.9242 16.2827 81.3311C16.3634 81.7381 16.5631 82.1119 16.8564 82.4053C17.1498 82.6986 17.5236 82.8983 17.9305 82.979C18.3375 83.0597 18.7592 83.0178 19.1423 82.8586C19.5254 82.6994 19.8527 82.4301 20.0826 82.0848C20.3125 81.7394 20.4347 81.3336 20.4338 80.9188C20.4356 80.643 20.3829 80.3696 20.2787 80.1143C20.1744 79.859 20.0207 79.6268 19.8264 79.4311C19.632 79.2355 19.4009 79.0802 19.1463 78.9743C18.8917 78.8683 18.6187 78.8138 18.3429 78.8138V78.8279Z" fill="#093F68"/>
+</svg>

BIN
images/mobile.png


+ 0 - 6
images/pen-icon-blog.svg

@@ -1,6 +0,0 @@
-<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M8.66699 14.6L14.267 9L16.667 11.4L11.067 17L8.66699 14.6Z" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M13.467 9.8L12.267 3.8L0.666992 1L3.46699 12.6L9.46699 13.8L13.467 9.8Z" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M0.666992 1L6.73579 7.0688" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-<path d="M7.86697 9.79961C8.75062 9.79961 9.46697 9.08327 9.46697 8.19961C9.46697 7.31595 8.75062 6.59961 7.86697 6.59961C6.98331 6.59961 6.26697 7.31595 6.26697 8.19961C6.26697 9.08327 6.98331 9.79961 7.86697 9.79961Z" stroke="#414141" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

+ 0 - 3
images/phone call_.svg

@@ -1,3 +0,0 @@
-<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M18.3432 6.68514C19.6525 6.94059 20.8558 7.58092 21.7991 8.52419C22.7423 9.46745 23.3827 10.6707 23.6381 11.98M18.3432 1.32324C21.0634 1.62543 23.6 2.84358 25.5365 4.77766C27.4731 6.71174 28.6944 9.2468 29 11.9666M27.6595 22.6636V26.685C27.661 27.0584 27.5846 27.4279 27.435 27.7699C27.2854 28.112 27.0661 28.4191 26.791 28.6714C26.5159 28.9238 26.1911 29.116 25.8375 29.2356C25.4838 29.3552 25.1091 29.3996 24.7373 29.366C20.6124 28.9178 16.6502 27.5083 13.169 25.2507C9.93017 23.1926 7.18422 20.4467 5.12614 17.2079C2.86071 13.7108 1.45088 9.72935 1.01088 5.58595C0.977382 5.21527 1.02144 4.84167 1.14024 4.48894C1.25904 4.13621 1.44998 3.81209 1.70091 3.5372C1.95184 3.26231 2.25726 3.04268 2.59772 2.8923C2.93818 2.74191 3.30623 2.66407 3.67843 2.66372H7.69985C8.35039 2.65731 8.98107 2.88768 9.47432 3.31188C9.96757 3.73608 10.2898 4.32516 10.3808 4.96933C10.5505 6.25628 10.8653 7.51989 11.3191 8.73607C11.4995 9.21586 11.5385 9.73729 11.4316 10.2386C11.3247 10.7399 11.0763 11.2 10.7159 11.5645L9.01352 13.2669C10.9218 16.6228 13.7004 19.4015 17.0564 21.3097L18.7588 19.6073C19.1232 19.2469 19.5834 18.9985 20.0847 18.8916C20.586 18.7847 21.1074 18.8238 21.5872 19.0041C22.8033 19.4579 24.067 19.7727 25.3539 19.9424C26.0051 20.0343 26.5997 20.3623 27.0249 20.864C27.45 21.3657 27.6758 22.0062 27.6595 22.6636Z" stroke="#414141" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-</svg>

+ 3 - 0
images/round-dark-blue.svg

@@ -0,0 +1,3 @@
+<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M21.5 41.5C32.5457 41.5 41.5 32.5457 41.5 21.5C41.5 10.4543 32.5457 1.5 21.5 1.5C10.4543 1.5 1.5 10.4543 1.5 21.5C1.5 32.5457 10.4543 41.5 21.5 41.5Z" stroke="#00416B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>

+ 4 - 0
images/round-purple.svg

@@ -0,0 +1,4 @@
+<svg width="49" height="49" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect width="49" height="49" fill="#F5F5F5"/>
+<path d="M24.5 44.5C35.5457 44.5 44.5 35.5457 44.5 24.5C44.5 13.4543 35.5457 4.5 24.5 4.5C13.4543 4.5 4.5 13.4543 4.5 24.5C4.5 35.5457 13.4543 44.5 24.5 44.5Z" stroke="#6703B6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>

+ 0 - 7
images/times-icon.svg

@@ -1,7 +0,0 @@
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
-<svg fill="#8B8888" height="256px" width="256px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 460.77 460.77" xml:space="preserve">
-
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
-
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="5.529299999999999"/>
-
<g id="SVGRepo_iconCarrier"> <path d="M285.08,230.397L456.218,59.27c6.076-6.077,6.076-15.911,0-21.986L423.511,4.565c-2.913-2.911-6.866-4.55-10.992-4.55 c-4.127,0-8.08,1.639-10.993,4.55l-171.138,171.14L59.25,4.565c-2.913-2.911-6.866-4.55-10.993-4.55 c-4.126,0-8.08,1.639-10.992,4.55L4.558,37.284c-6.077,6.075-6.077,15.909,0,21.986l171.138,171.128L4.575,401.505 c-6.074,6.077-6.074,15.911,0,21.986l32.709,32.719c2.911,2.911,6.865,4.55,10.992,4.55c4.127,0,8.08-1.639,10.994-4.55 l171.117-171.12l171.118,171.12c2.913,2.911,6.866,4.55,10.993,4.55c4.128,0,8.081-1.639,10.992-4.55l32.709-32.719 c6.074-6.075,6.074-15.909,0-21.986L285.08,230.397z"/> </g>
-
</svg>

+ 9 - 0
images/upcoming.svg

@@ -0,0 +1,9 @@
+<svg width="818" height="443" viewBox="0 0 818 443" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M45.6184 67.6833C38.8428 34.0818 62.5833 0.210815 96.8612 0.210815H768C795.614 0.210815 818 22.5966 818 50.2108L818 393C818 420.614 795.614 443 768 443H48.3266C24.0555 443 2.85021 425.473 1.02608 401.271C-10.1305 253.246 77.0781 223.699 45.6184 67.6833Z" fill="url(#paint0_linear_512_1570)"/>
+<defs>
+<linearGradient id="paint0_linear_512_1570" x1="409.017" y1="0.210815" x2="409.017" y2="443" gradientUnits="userSpaceOnUse">
+<stop stop-color="#E4A3F5"/>
+<stop offset="1" stop-color="#F1DEF8"/>
+</linearGradient>
+</defs>
+</svg>

+ 0 - 1
images/wave-bg.svg

@@ -1 +0,0 @@
-<svg id="visual" viewBox="0 0 900 600" width="900" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><rect x="0" y="0" width="900" height="600" fill="#fff"></rect><path d="M495 0L481 14.3C467 28.7 439 57.3 434.7 85.8C430.3 114.3 449.7 142.7 458.7 171.2C467.7 199.7 466.3 228.3 466.3 257C466.3 285.7 467.7 314.3 464.2 343C460.7 371.7 452.3 400.3 443.5 428.8C434.7 457.3 425.3 485.7 428.8 514.2C432.3 542.7 448.7 571.3 456.8 585.7L465 600L0 600L0 585.7C0 571.3 0 542.7 0 514.2C0 485.7 0 457.3 0 428.8C0 400.3 0 371.7 0 343C0 314.3 0 285.7 0 257C0 228.3 0 199.7 0 171.2C0 142.7 0 114.3 0 85.8C0 57.3 0 28.7 0 14.3L0 0Z" fill="#0066FF" stroke-linecap="round" stroke-linejoin="miter"></path></svg>

+ 0 - 1
images/wave-horizontal.svg

@@ -1 +0,0 @@
-<svg id="visual" viewBox="0 0 900 600" width="900" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><rect x="0" y="0" width="900" height="600" fill="#02BE64"></rect><path d="M447 600L439 575C431 550 415 500 409.3 450C403.7 400 408.3 350 423.3 300C438.3 250 463.7 200 465 150C466.3 100 443.7 50 432.3 25L421 0L900 0L900 25C900 50 900 100 900 150C900 200 900 250 900 300C900 350 900 400 900 450C900 500 900 550 900 575L900 600Z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="miter"></path></svg>

+ 0 - 3
images/wave-top.svg

@@ -1,3 +0,0 @@
-<svg width="1920" height="294" viewBox="0 0 1920 294" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M-0.173828 0H1919.83V228.5C1170.02 320.057 749.633 311.118 -0.173828 228.5V0Z" fill="#09B4A9"/>
-</svg>

BIN
images/word-of-the-day.png


+ 0 - 4
images/youtube.svg

@@ -1,4 +0,0 @@
-<svg width="65" height="65" viewBox="0 0 65 65" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M32.5 65C50.4493 65 65 50.4493 65 32.5C65 14.5507 50.4493 0 32.5 0C14.5507 0 0 14.5507 0 32.5C0 50.4493 14.5507 65 32.5 65Z" fill="#E43535"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M43.0146 43.3333H23.0687C20.51 43.3333 18.4166 41.1946 18.4166 38.5806V27.5027C18.4166 24.8887 20.51 22.75 23.0687 22.75H43.0146C45.5732 22.75 47.6666 24.8887 47.6666 27.5027V38.5806C47.6666 41.1946 45.5732 43.3333 43.0146 43.3333ZM30.3855 29.061V37.8517L38.3498 33.3132L30.3855 29.061Z" fill="white"/>
-</svg>

+ 188 - 2
index.html

@@ -25,7 +25,7 @@
 <body>
 
     <!-- Navbar -->
-    <section id="navbar" class="navbar py-1">
+    <section id="navbar" class="navbar">
       <div class="container d-block d-lg-flex flex-lg-row justify-content-between align-items-center h-100">
 
         <!-- logo & mobile open close btn -->
@@ -77,9 +77,195 @@
     <!-- navbar end -->
 
 
+    <!-- hero section -->
+    <section id="hero" class="py-5">
+      <div class="container mt-5 py-5 px-1">
 
 
-    <section class="vh-100 ">a</section>
+        <div class="upper-part row justify-content-between align-items-center h-100 mt-5 pt-5">
+
+          <div class="col-12 col-lg-6 order-1 order-lg-0 mt-5 mt-lg-0  text-center text-lg-start">
+
+            <!-- title -->
+            <div class="display-5 fw-bold text-primary">
+              পরিবর্তনশীল চাকরির বাজারের জন্য 
+              নিজেকে প্রস্তুত করুন
+            </div>
+
+            <!-- subtitle -->
+            <div class="text-dark fs-4 mt-3">
+              <span class="text-dark fw-bolder">Studypress</span> এর <span class="text-dark fw-bolder">AI</span> ব্যবহার করে সহজতম উপায়ে আপনার প্রস্তুতি নিন।
+            </div>
+
+            <!-- link -->
+            <a class="btn gradient-btn mt-3 mb-5 py-3 px-5 border-0" href="#">
+              আমাদের সম্পর্কে আরও জানুন
+            </a>
+
+          </div>
+
+          <div class="col-12 col-lg-6 order-0 order-lg-1 text-center">
+            <img class="hero-image mx-auto w-100" src="./images/hero.png" alt="">
+          </div>
+        </div>
+
+        <div class="lower-part bg-gradient-blue rounded-2 row">
+
+            <div class=" col-12 col-md-6 col-lg-3 p-0 border-end  border-light">
+              <div class="item h-100 rounded-2 p-3">
+                <div class="icon">
+                  <img class="h-100" src="./images/chart.svg" alt="">
+                </div>
+                <div class="fs-4 text-white mt-3">
+                  পারফর্মেন্স চার্ট 
+                </div>
+                <p class="fs-5 text-white-light mt-2">
+                  আপনার অনুশীলনের পারফরম্যান্স দেখুন যেকোন সময়
+                </p>
+              </div>
+            </div>
+
+            <div class="  col-12 col-md-6 col-lg-3 p-0  border-end  border-light">
+              <div class="item h-100 rounded-2 p-3">
+                <div class="icon">
+                  <img class="h-100" src="./images/Clock.svg" alt="">
+                </div>
+                <div class="fs-4 text-white mt-3">
+                  যখন ইচ্ছে তখনি পড়া  
+                </div>
+                <p class="fs-5 text-white-light mt-2">
+                  নিজের মতো করে যে কোনো সময়ে পড়াযায়
+                </p>
+              </div>
+            </div>
+
+            <div class="  col-12 col-md-6 col-lg-3 p-0  border-end  border-light">
+              <div class="item h-100 rounded-2 p-3">
+                <div class="icon">
+                  <img class="h-100" src="./images/Dictionary.svg" alt="">
+                </div>
+                <div class="fs-4 text-white mt-3">
+                  Vocabulary অ্যাপ 
+                </div>
+                <p class="fs-5 text-white-light mt-2">
+                  Vocabulary অ্যাপ ব্যবহার করে প্রয়োজনীয়  সকল শব্দ শেখাযায়
+                </p>
+              </div>
+            </div>
+
+            <div class="  col-12 col-md-6 col-lg-3 p-0">
+              <div class="item h-100 rounded-2 p-3">
+                <div class="icon">
+                  <img class="h-100" src="./images/mobile-in-hand.svg" alt="">
+                </div>
+                <div class="fs-4 text-white mt-3">
+                  মোবাইলে অ্যাপ্লিকেশান  
+                </div>
+                <p class="fs-5 text-white-light mt-2">
+                  মোবাইলে অ্যাপ্লিকেশানের মাধ্যমে প্রতিনিয়ত যেকোনো জাইগায় পড়া এবং শেখা 
+                </p>
+              </div>
+            </div>
+
+        </div>
+
+      </div>
+    </section>
+    <!-- hero section end -->
+
+
+    <!-- section upcoming -->
+    <section id="upcoming" >
+      <div class="container py-5">
+
+        <div class="bg-primary rounded-3 row">
+
+          <!-- upcoming test -->
+          <div class="upcoming-test col-12 col-md-6 pt-3 pb-4 px-5">
+
+            <div class=" my-2 text-white fs-1 text-center ">
+              Upcoming Test
+            </div>
+
+            <!-- exam d details -->
+            <div class="mt-4  upcoming-content mx-auto bg-white text-blue-dark rounded-3 p-3">
+
+              <div class="fs-3 text-center">
+                Bangladesh Bank
+              </div>
+
+              <!-- exam date -->
+              <div class="mt-3 d-flex justify-content-around align-items-end">
+
+                <!-- month -->
+                <div>
+                  <div class="">
+                    April
+                  </div>
+                  <div class="fs-1">
+                    12
+                  </div>
+                </div>
+                
+                <!-- day -->
+                <div>
+                  <span class="fs-1">10</span>
+                  <span>PM</span>
+                </div>
+
+                <!-- year -->
+                <div class="fs-1">
+                  2023
+                </div>
+
+              </div>
+
+            </div>
+
+            <!-- booking button -->
+            <div class="booking-btn text-center mt-3 mx-auto">
+              <button class="w-100  btn btn-lg bg-white">Book Now</button>
+            </div>
+
+          </div>
+          
+
+          <!-- job news -->
+          <div class="job-news col-12 col-md-6 pt-3 pb-4 px-5">
+            
+            <div class=" my-2 text-blue-dark fs-1 fw-bold text-center ">
+              চাকরির খবর  
+            </div>
+
+            <div class="mt-4 rounded-3 p-3 d-flex justify-content-center">
+
+              <div class="news bg-white rounded-3 p-2 mx-1">
+                <div class="circle-icon">
+                  <img class="w-100" src="./images/round-dark-blue.svg" alt="">
+                </div>
+                <div class="mt-2">
+                  বাংলাদেশ ব্যাংক 
+                </div>
+              </div>
+
+              <div class="news bg-white rounded-3 p-2 mx-1">
+                <div class="circle-icon">
+                  <img class="w-100" src="./images/round-purple.svg" alt="">
+                </div>
+                <div class="mt-2">
+                  বাংলাদেশ ব্যাংক 
+                </div>
+              </div>
+
+            </div>
+
+            </div>
+
+          </div>
+        </div>
+
+      </div>
+    </section>
 
 
     <!-- bootstrap js -->

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor