diff --git a/.sass-cache/5c238edf4df9803c540b22975cc55dd26341a448/_about.scssc b/.sass-cache/5c238edf4df9803c540b22975cc55dd26341a448/_about.scssc new file mode 100644 index 0000000..af8855a Binary files /dev/null and b/.sass-cache/5c238edf4df9803c540b22975cc55dd26341a448/_about.scssc differ diff --git a/.sass-cache/5c238edf4df9803c540b22975cc55dd26341a448/_hero.scssc b/.sass-cache/5c238edf4df9803c540b22975cc55dd26341a448/_hero.scssc new file mode 100644 index 0000000..ef31007 Binary files /dev/null and b/.sass-cache/5c238edf4df9803c540b22975cc55dd26341a448/_hero.scssc differ diff --git a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_footer.scssc b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_footer.scssc new file mode 100644 index 0000000..2cff36e Binary files /dev/null and b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_footer.scssc differ diff --git a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_spacing.scssc b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_spacing.scssc new file mode 100644 index 0000000..efe6a4c Binary files /dev/null and b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_spacing.scssc differ diff --git a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_typography.scssc b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_typography.scssc index 7975840..c3cd870 100644 Binary files a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_typography.scssc and b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_typography.scssc differ diff --git a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_utils.scssc b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_utils.scssc index d6a2b71..0535935 100644 Binary files a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_utils.scssc and b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/_utils.scssc differ diff --git a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/style.scssc b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/style.scssc index 348d21a..f6f2060 100644 Binary files a/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/style.scssc and b/.sass-cache/c96ee6d8f2bad3dd31f438d6fe1a8ad0422b57d2/style.scssc differ diff --git a/css/style.css b/css/style.css index c3a5d95..8738a10 100644 --- a/css/style.css +++ b/css/style.css @@ -58,12 +58,7 @@ header { .btn-active, .btn-outline-active:hover { background-color: #ffc576; border-color: #ffc576; - - color: #fff; } - - color: #292e44; -} - + color: #292e44; } .btn-outline-active { background-color: transparent; @@ -338,6 +333,15 @@ header { .text-dark { color: #292e44; } +.text-start { + text-align: start !important; } + +.text-center { + text-align: center !important; } + +.text-end { + text-align: end !important; } + .fs-10 { font-size: 10px; } @@ -503,3835 +507,2891 @@ header { .fs-118 { font-size: 118px; } -body { - margin: 0; - background-color: #292e44; - font-family: 'Noto Sans', sans-serif; - font-weight: 400; } - -h1, -h2, -h3, -h4, -h5, -h6, -strong, -b { - font-family: 'Playfair Display', serif; - font-weight: 700; } - -.container { - width: 100%; - max-width: 1200px; - padding: 0 15px; - margin: auto; } - -.about-page { - width: 100%; } - .about-page__menu { - padding-left: 0; - display: flex; - justify-content: center; - align-items: center; - list-style: none; } - .about-page__menu-item { - color: #cacbd2; - padding: 10px; - border: 1px solid rgba(255, 255, 255, 0.05); - background-color: #2a2c47; - font-size: 14px; - width: 126px; - text-align: center; - cursor: pointer; - height: 27px; - line-height: 28px; - transition: 0.4s; - font-weight: 500; - font-family: hk grotesk,Sans-serif; } - .about-page__menu-item:hover { - background-color: #FFC576; - color: black; } - .about-page__menu-item.active { - background-color: #FFC576; - color: black; } - .about-page__section div { - display: none; } - .about-page__section div.active { - display: block; } - -@media (max-width: 767px) { - .about-page { - width: 100%; - margin: 0 auto; } - .about-page__menu { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(48%, 50%)); - width: 100%; } - .about-page__menu-item { - width: 90%; } } - .fs-120 { - font-size: 120px; -} + font-size: 120px; } footer { padding: 60px 0; - background: #313552; -} -footer h3 { - font-size: 40px; - color: #fff; - font-weight: 500; -} -footer .container { - justify-content: space-between; - align-items: center; - display: flex; - flex-wrap: wrap; -} -footer .container img { - height: 38px; -} -footer .footer-links ul { - padding: 20px 0; - justify-content: center; - list-style: none; - display: flex; - flex-wrap: wrap; - margin: auto; -} -footer .footer-links ul li { - padding: 0 10px; -} -footer .footer-links ul li a { - font-size: 13px; - color: #fff; - text-transform: uppercase; - text-decoration: none; -} -footer .footer-links ul li a.active, footer .footer-links ul li a:hover { - color: #ffc576; -} + background: #313552; } + footer h3 { + font-size: 40px; + color: #fff; + font-weight: 500; } + footer .container { + justify-content: space-between; + align-items: center; + display: flex; + flex-wrap: wrap; } + footer .container img { + height: 38px; } + footer .footer-links ul { + padding: 20px 0; + justify-content: center; + list-style: none; + display: flex; + flex-wrap: wrap; + margin: auto; } + footer .footer-links ul li { + padding: 0 10px; } + footer .footer-links ul li a { + font-size: 13px; + color: #fff; + text-transform: uppercase; + text-decoration: none; } + footer .footer-links ul li a.active, footer .footer-links ul li a:hover { + color: #ffc576; } .m-auto { - margin: auto; -} - + margin: auto; } .mx-auto { margin-left: auto; - margin-right: auto; -} + margin-right: auto; } .my-auto { margin-top: auto; - margin-bottom: auto; -} + margin-bottom: auto; } .ms-auto { - margin-left: auto; -} + margin-left: auto; } .me-auto { - margin-right: auto; -} + margin-right: auto; } .mb-auto { - margin-bottom: auto; -} + margin-bottom: auto; } .mt-auto { - margin-top: auto; -} + margin-top: auto; } .p-auto { - padding: auto; -} + padding: auto; } .px-auto { padding-left: auto; - padding-right: auto; -} + padding-right: auto; } .py-auto { padding-top: auto; - padding-bottom: auto; -} + padding-bottom: auto; } .ps-auto { - padding-left: auto; -} + padding-left: auto; } .pe-auto { - padding-right: auto; -} + padding-right: auto; } .m-0 { - margin: 0px; -} + margin: 0px; } .mx-0 { margin-left: 0px; - margin-right: 0px; -} + margin-right: 0px; } .my-0 { margin-top: 0px; - margin-bottom: 0px; -} + margin-bottom: 0px; } .ms-0 { - margin-left: 0px; -} + margin-left: 0px; } .me-0 { - margin-right: 0px; -} + margin-right: 0px; } .mt-0 { - margin-top: 0px; -} + margin-top: 0px; } .mb-0 { - margin-bottom: 0px; -} + margin-bottom: 0px; } .m-2 { - margin: 2px; -} + margin: 2px; } .mx-2 { margin-left: 2px; - margin-right: 2px; -} + margin-right: 2px; } .my-2 { margin-top: 2px; - margin-bottom: 2px; -} + margin-bottom: 2px; } .ms-2 { - margin-left: 2px; -} + margin-left: 2px; } .me-2 { - margin-right: 2px; -} + margin-right: 2px; } .mt-2 { - margin-top: 2px; -} + margin-top: 2px; } .mb-2 { - margin-bottom: 2px; -} + margin-bottom: 2px; } .m-4 { - margin: 4px; -} + margin: 4px; } .mx-4 { margin-left: 4px; - margin-right: 4px; -} + margin-right: 4px; } .my-4 { margin-top: 4px; - margin-bottom: 4px; -} + margin-bottom: 4px; } .ms-4 { - margin-left: 4px; -} + margin-left: 4px; } .me-4 { - margin-right: 4px; -} + margin-right: 4px; } .mt-4 { - margin-top: 4px; -} + margin-top: 4px; } .mb-4 { - margin-bottom: 4px; -} + margin-bottom: 4px; } .m-6 { - margin: 6px; -} + margin: 6px; } .mx-6 { margin-left: 6px; - margin-right: 6px; -} + margin-right: 6px; } .my-6 { margin-top: 6px; - margin-bottom: 6px; -} + margin-bottom: 6px; } .ms-6 { - margin-left: 6px; -} + margin-left: 6px; } .me-6 { - margin-right: 6px; -} + margin-right: 6px; } .mt-6 { - margin-top: 6px; -} + margin-top: 6px; } .mb-6 { - margin-bottom: 6px; -} + margin-bottom: 6px; } .m-8 { - margin: 8px; -} + margin: 8px; } .mx-8 { margin-left: 8px; - margin-right: 8px; -} + margin-right: 8px; } .my-8 { margin-top: 8px; - margin-bottom: 8px; -} + margin-bottom: 8px; } .ms-8 { - margin-left: 8px; -} + margin-left: 8px; } .me-8 { - margin-right: 8px; -} + margin-right: 8px; } .mt-8 { - margin-top: 8px; -} + margin-top: 8px; } .mb-8 { - margin-bottom: 8px; -} + margin-bottom: 8px; } .m-10 { - margin: 10px; -} + margin: 10px; } .mx-10 { margin-left: 10px; - margin-right: 10px; -} + margin-right: 10px; } .my-10 { margin-top: 10px; - margin-bottom: 10px; -} + margin-bottom: 10px; } .ms-10 { - margin-left: 10px; -} + margin-left: 10px; } .me-10 { - margin-right: 10px; -} + margin-right: 10px; } .mt-10 { - margin-top: 10px; -} + margin-top: 10px; } .mb-10 { - margin-bottom: 10px; -} + margin-bottom: 10px; } .m-12 { - margin: 12px; -} + margin: 12px; } .mx-12 { margin-left: 12px; - margin-right: 12px; -} + margin-right: 12px; } .my-12 { margin-top: 12px; - margin-bottom: 12px; -} + margin-bottom: 12px; } .ms-12 { - margin-left: 12px; -} + margin-left: 12px; } .me-12 { - margin-right: 12px; -} + margin-right: 12px; } .mt-12 { - margin-top: 12px; -} + margin-top: 12px; } .mb-12 { - margin-bottom: 12px; -} + margin-bottom: 12px; } .m-14 { - margin: 14px; -} + margin: 14px; } .mx-14 { margin-left: 14px; - margin-right: 14px; -} + margin-right: 14px; } .my-14 { margin-top: 14px; - margin-bottom: 14px; -} + margin-bottom: 14px; } .ms-14 { - margin-left: 14px; -} + margin-left: 14px; } .me-14 { - margin-right: 14px; -} + margin-right: 14px; } .mt-14 { - margin-top: 14px; -} + margin-top: 14px; } .mb-14 { - margin-bottom: 14px; -} + margin-bottom: 14px; } .m-16 { - margin: 16px; -} + margin: 16px; } .mx-16 { margin-left: 16px; - margin-right: 16px; -} + margin-right: 16px; } .my-16 { margin-top: 16px; - margin-bottom: 16px; -} + margin-bottom: 16px; } .ms-16 { - margin-left: 16px; -} + margin-left: 16px; } .me-16 { - margin-right: 16px; -} + margin-right: 16px; } .mt-16 { - margin-top: 16px; -} + margin-top: 16px; } .mb-16 { - margin-bottom: 16px; -} + margin-bottom: 16px; } .m-18 { - margin: 18px; -} + margin: 18px; } .mx-18 { margin-left: 18px; - margin-right: 18px; -} + margin-right: 18px; } .my-18 { margin-top: 18px; - margin-bottom: 18px; -} + margin-bottom: 18px; } .ms-18 { - margin-left: 18px; -} + margin-left: 18px; } .me-18 { - margin-right: 18px; -} + margin-right: 18px; } .mt-18 { - margin-top: 18px; -} + margin-top: 18px; } .mb-18 { - margin-bottom: 18px; -} + margin-bottom: 18px; } .m-20 { - margin: 20px; -} + margin: 20px; } .mx-20 { margin-left: 20px; - margin-right: 20px; -} + margin-right: 20px; } .my-20 { margin-top: 20px; - margin-bottom: 20px; -} + margin-bottom: 20px; } .ms-20 { - margin-left: 20px; -} + margin-left: 20px; } .me-20 { - margin-right: 20px; -} + margin-right: 20px; } .mt-20 { - margin-top: 20px; -} + margin-top: 20px; } .mb-20 { - margin-bottom: 20px; -} + margin-bottom: 20px; } .m-22 { - margin: 22px; -} + margin: 22px; } .mx-22 { margin-left: 22px; - margin-right: 22px; -} + margin-right: 22px; } .my-22 { margin-top: 22px; - margin-bottom: 22px; -} + margin-bottom: 22px; } .ms-22 { - margin-left: 22px; -} + margin-left: 22px; } .me-22 { - margin-right: 22px; -} + margin-right: 22px; } .mt-22 { - margin-top: 22px; -} + margin-top: 22px; } .mb-22 { - margin-bottom: 22px; -} + margin-bottom: 22px; } .m-24 { - margin: 24px; -} + margin: 24px; } .mx-24 { margin-left: 24px; - margin-right: 24px; -} + margin-right: 24px; } .my-24 { margin-top: 24px; - margin-bottom: 24px; -} + margin-bottom: 24px; } .ms-24 { - margin-left: 24px; -} + margin-left: 24px; } .me-24 { - margin-right: 24px; -} + margin-right: 24px; } .mt-24 { - margin-top: 24px; -} + margin-top: 24px; } .mb-24 { - margin-bottom: 24px; -} + margin-bottom: 24px; } .m-26 { - margin: 26px; -} + margin: 26px; } .mx-26 { margin-left: 26px; - margin-right: 26px; -} + margin-right: 26px; } .my-26 { margin-top: 26px; - margin-bottom: 26px; -} + margin-bottom: 26px; } .ms-26 { - margin-left: 26px; -} + margin-left: 26px; } .me-26 { - margin-right: 26px; -} + margin-right: 26px; } .mt-26 { - margin-top: 26px; -} + margin-top: 26px; } .mb-26 { - margin-bottom: 26px; -} + margin-bottom: 26px; } .m-28 { - margin: 28px; -} + margin: 28px; } .mx-28 { margin-left: 28px; - margin-right: 28px; -} + margin-right: 28px; } .my-28 { margin-top: 28px; - margin-bottom: 28px; -} + margin-bottom: 28px; } .ms-28 { - margin-left: 28px; -} + margin-left: 28px; } .me-28 { - margin-right: 28px; -} + margin-right: 28px; } .mt-28 { - margin-top: 28px; -} + margin-top: 28px; } .mb-28 { - margin-bottom: 28px; -} + margin-bottom: 28px; } .m-30 { - margin: 30px; -} + margin: 30px; } .mx-30 { margin-left: 30px; - margin-right: 30px; -} + margin-right: 30px; } .my-30 { margin-top: 30px; - margin-bottom: 30px; -} + margin-bottom: 30px; } .ms-30 { - margin-left: 30px; -} + margin-left: 30px; } .me-30 { - margin-right: 30px; -} + margin-right: 30px; } .mt-30 { - margin-top: 30px; -} + margin-top: 30px; } .mb-30 { - margin-bottom: 30px; -} + margin-bottom: 30px; } .m-32 { - margin: 32px; -} + margin: 32px; } .mx-32 { margin-left: 32px; - margin-right: 32px; -} + margin-right: 32px; } .my-32 { margin-top: 32px; - margin-bottom: 32px; -} + margin-bottom: 32px; } .ms-32 { - margin-left: 32px; -} + margin-left: 32px; } .me-32 { - margin-right: 32px; -} + margin-right: 32px; } .mt-32 { - margin-top: 32px; -} + margin-top: 32px; } .mb-32 { - margin-bottom: 32px; -} + margin-bottom: 32px; } .m-34 { - margin: 34px; -} + margin: 34px; } .mx-34 { margin-left: 34px; - margin-right: 34px; -} + margin-right: 34px; } .my-34 { margin-top: 34px; - margin-bottom: 34px; -} + margin-bottom: 34px; } .ms-34 { - margin-left: 34px; -} + margin-left: 34px; } .me-34 { - margin-right: 34px; -} + margin-right: 34px; } .mt-34 { - margin-top: 34px; -} + margin-top: 34px; } .mb-34 { - margin-bottom: 34px; -} + margin-bottom: 34px; } .m-36 { - margin: 36px; -} + margin: 36px; } .mx-36 { margin-left: 36px; - margin-right: 36px; -} + margin-right: 36px; } .my-36 { margin-top: 36px; - margin-bottom: 36px; -} + margin-bottom: 36px; } .ms-36 { - margin-left: 36px; -} + margin-left: 36px; } .me-36 { - margin-right: 36px; -} + margin-right: 36px; } .mt-36 { - margin-top: 36px; -} + margin-top: 36px; } .mb-36 { - margin-bottom: 36px; -} + margin-bottom: 36px; } .m-38 { - margin: 38px; -} + margin: 38px; } .mx-38 { margin-left: 38px; - margin-right: 38px; -} + margin-right: 38px; } .my-38 { margin-top: 38px; - margin-bottom: 38px; -} + margin-bottom: 38px; } .ms-38 { - margin-left: 38px; -} + margin-left: 38px; } .me-38 { - margin-right: 38px; -} + margin-right: 38px; } .mt-38 { - margin-top: 38px; -} + margin-top: 38px; } .mb-38 { - margin-bottom: 38px; -} + margin-bottom: 38px; } .m-40 { - margin: 40px; -} + margin: 40px; } .mx-40 { margin-left: 40px; - margin-right: 40px; -} + margin-right: 40px; } .my-40 { margin-top: 40px; - margin-bottom: 40px; -} + margin-bottom: 40px; } .ms-40 { - margin-left: 40px; -} + margin-left: 40px; } .me-40 { - margin-right: 40px; -} + margin-right: 40px; } .mt-40 { - margin-top: 40px; -} + margin-top: 40px; } .mb-40 { - margin-bottom: 40px; -} + margin-bottom: 40px; } .m-42 { - margin: 42px; -} + margin: 42px; } .mx-42 { margin-left: 42px; - margin-right: 42px; -} + margin-right: 42px; } .my-42 { margin-top: 42px; - margin-bottom: 42px; -} + margin-bottom: 42px; } .ms-42 { - margin-left: 42px; -} + margin-left: 42px; } .me-42 { - margin-right: 42px; -} + margin-right: 42px; } .mt-42 { - margin-top: 42px; -} + margin-top: 42px; } .mb-42 { - margin-bottom: 42px; -} + margin-bottom: 42px; } .m-44 { - margin: 44px; -} + margin: 44px; } .mx-44 { margin-left: 44px; - margin-right: 44px; -} + margin-right: 44px; } .my-44 { margin-top: 44px; - margin-bottom: 44px; -} + margin-bottom: 44px; } .ms-44 { - margin-left: 44px; -} + margin-left: 44px; } .me-44 { - margin-right: 44px; -} + margin-right: 44px; } .mt-44 { - margin-top: 44px; -} + margin-top: 44px; } .mb-44 { - margin-bottom: 44px; -} + margin-bottom: 44px; } .m-46 { - margin: 46px; -} + margin: 46px; } .mx-46 { margin-left: 46px; - margin-right: 46px; -} + margin-right: 46px; } .my-46 { margin-top: 46px; - margin-bottom: 46px; -} + margin-bottom: 46px; } .ms-46 { - margin-left: 46px; -} + margin-left: 46px; } .me-46 { - margin-right: 46px; -} + margin-right: 46px; } .mt-46 { - margin-top: 46px; -} + margin-top: 46px; } .mb-46 { - margin-bottom: 46px; -} + margin-bottom: 46px; } .m-48 { - margin: 48px; -} + margin: 48px; } .mx-48 { margin-left: 48px; - margin-right: 48px; -} + margin-right: 48px; } .my-48 { margin-top: 48px; - margin-bottom: 48px; -} + margin-bottom: 48px; } .ms-48 { - margin-left: 48px; -} + margin-left: 48px; } .me-48 { - margin-right: 48px; -} + margin-right: 48px; } .mt-48 { - margin-top: 48px; -} + margin-top: 48px; } .mb-48 { - margin-bottom: 48px; -} + margin-bottom: 48px; } .m-50 { - margin: 50px; -} + margin: 50px; } .mx-50 { margin-left: 50px; - margin-right: 50px; -} + margin-right: 50px; } .my-50 { margin-top: 50px; - margin-bottom: 50px; -} + margin-bottom: 50px; } .ms-50 { - margin-left: 50px; -} + margin-left: 50px; } .me-50 { - margin-right: 50px; -} + margin-right: 50px; } .mt-50 { - margin-top: 50px; -} + margin-top: 50px; } .mb-50 { - margin-bottom: 50px; -} + margin-bottom: 50px; } .m-52 { - margin: 52px; -} + margin: 52px; } .mx-52 { margin-left: 52px; - margin-right: 52px; -} + margin-right: 52px; } .my-52 { margin-top: 52px; - margin-bottom: 52px; -} + margin-bottom: 52px; } .ms-52 { - margin-left: 52px; -} + margin-left: 52px; } .me-52 { - margin-right: 52px; -} + margin-right: 52px; } .mt-52 { - margin-top: 52px; -} + margin-top: 52px; } .mb-52 { - margin-bottom: 52px; -} + margin-bottom: 52px; } .m-54 { - margin: 54px; -} + margin: 54px; } .mx-54 { margin-left: 54px; - margin-right: 54px; -} + margin-right: 54px; } .my-54 { margin-top: 54px; - margin-bottom: 54px; -} + margin-bottom: 54px; } .ms-54 { - margin-left: 54px; -} + margin-left: 54px; } .me-54 { - margin-right: 54px; -} + margin-right: 54px; } .mt-54 { - margin-top: 54px; -} + margin-top: 54px; } .mb-54 { - margin-bottom: 54px; -} + margin-bottom: 54px; } .m-56 { - margin: 56px; -} + margin: 56px; } .mx-56 { margin-left: 56px; - margin-right: 56px; -} + margin-right: 56px; } .my-56 { margin-top: 56px; - margin-bottom: 56px; -} + margin-bottom: 56px; } .ms-56 { - margin-left: 56px; -} + margin-left: 56px; } .me-56 { - margin-right: 56px; -} + margin-right: 56px; } .mt-56 { - margin-top: 56px; -} + margin-top: 56px; } .mb-56 { - margin-bottom: 56px; -} + margin-bottom: 56px; } .m-58 { - margin: 58px; -} + margin: 58px; } .mx-58 { margin-left: 58px; - margin-right: 58px; -} + margin-right: 58px; } .my-58 { margin-top: 58px; - margin-bottom: 58px; -} + margin-bottom: 58px; } .ms-58 { - margin-left: 58px; -} + margin-left: 58px; } .me-58 { - margin-right: 58px; -} + margin-right: 58px; } .mt-58 { - margin-top: 58px; -} + margin-top: 58px; } .mb-58 { - margin-bottom: 58px; -} + margin-bottom: 58px; } .m-60 { - margin: 60px; -} + margin: 60px; } .mx-60 { margin-left: 60px; - margin-right: 60px; -} + margin-right: 60px; } .my-60 { margin-top: 60px; - margin-bottom: 60px; -} + margin-bottom: 60px; } .ms-60 { - margin-left: 60px; -} + margin-left: 60px; } .me-60 { - margin-right: 60px; -} + margin-right: 60px; } .mt-60 { - margin-top: 60px; -} + margin-top: 60px; } .mb-60 { - margin-bottom: 60px; -} + margin-bottom: 60px; } .m-62 { - margin: 62px; -} + margin: 62px; } .mx-62 { margin-left: 62px; - margin-right: 62px; -} + margin-right: 62px; } .my-62 { margin-top: 62px; - margin-bottom: 62px; -} + margin-bottom: 62px; } .ms-62 { - margin-left: 62px; -} + margin-left: 62px; } .me-62 { - margin-right: 62px; -} + margin-right: 62px; } .mt-62 { - margin-top: 62px; -} + margin-top: 62px; } .mb-62 { - margin-bottom: 62px; -} + margin-bottom: 62px; } .m-64 { - margin: 64px; -} + margin: 64px; } .mx-64 { margin-left: 64px; - margin-right: 64px; -} + margin-right: 64px; } .my-64 { margin-top: 64px; - margin-bottom: 64px; -} + margin-bottom: 64px; } .ms-64 { - margin-left: 64px; -} + margin-left: 64px; } .me-64 { - margin-right: 64px; -} + margin-right: 64px; } .mt-64 { - margin-top: 64px; -} + margin-top: 64px; } .mb-64 { - margin-bottom: 64px; -} + margin-bottom: 64px; } .m-66 { - margin: 66px; -} + margin: 66px; } .mx-66 { margin-left: 66px; - margin-right: 66px; -} + margin-right: 66px; } .my-66 { margin-top: 66px; - margin-bottom: 66px; -} + margin-bottom: 66px; } .ms-66 { - margin-left: 66px; -} + margin-left: 66px; } .me-66 { - margin-right: 66px; -} + margin-right: 66px; } .mt-66 { - margin-top: 66px; -} + margin-top: 66px; } .mb-66 { - margin-bottom: 66px; -} + margin-bottom: 66px; } .m-68 { - margin: 68px; -} + margin: 68px; } .mx-68 { margin-left: 68px; - margin-right: 68px; -} + margin-right: 68px; } .my-68 { margin-top: 68px; - margin-bottom: 68px; -} + margin-bottom: 68px; } .ms-68 { - margin-left: 68px; -} + margin-left: 68px; } .me-68 { - margin-right: 68px; -} + margin-right: 68px; } .mt-68 { - margin-top: 68px; -} + margin-top: 68px; } .mb-68 { - margin-bottom: 68px; -} + margin-bottom: 68px; } .m-70 { - margin: 70px; -} + margin: 70px; } .mx-70 { margin-left: 70px; - margin-right: 70px; -} + margin-right: 70px; } .my-70 { margin-top: 70px; - margin-bottom: 70px; -} + margin-bottom: 70px; } .ms-70 { - margin-left: 70px; -} + margin-left: 70px; } .me-70 { - margin-right: 70px; -} + margin-right: 70px; } .mt-70 { - margin-top: 70px; -} + margin-top: 70px; } .mb-70 { - margin-bottom: 70px; -} + margin-bottom: 70px; } .m-72 { - margin: 72px; -} + margin: 72px; } .mx-72 { margin-left: 72px; - margin-right: 72px; -} + margin-right: 72px; } .my-72 { margin-top: 72px; - margin-bottom: 72px; -} + margin-bottom: 72px; } .ms-72 { - margin-left: 72px; -} + margin-left: 72px; } .me-72 { - margin-right: 72px; -} + margin-right: 72px; } .mt-72 { - margin-top: 72px; -} + margin-top: 72px; } .mb-72 { - margin-bottom: 72px; -} + margin-bottom: 72px; } .m-74 { - margin: 74px; -} + margin: 74px; } .mx-74 { margin-left: 74px; - margin-right: 74px; -} + margin-right: 74px; } .my-74 { margin-top: 74px; - margin-bottom: 74px; -} + margin-bottom: 74px; } .ms-74 { - margin-left: 74px; -} + margin-left: 74px; } .me-74 { - margin-right: 74px; -} + margin-right: 74px; } .mt-74 { - margin-top: 74px; -} + margin-top: 74px; } .mb-74 { - margin-bottom: 74px; -} + margin-bottom: 74px; } .m-76 { - margin: 76px; -} + margin: 76px; } .mx-76 { margin-left: 76px; - margin-right: 76px; -} + margin-right: 76px; } .my-76 { margin-top: 76px; - margin-bottom: 76px; -} + margin-bottom: 76px; } .ms-76 { - margin-left: 76px; -} + margin-left: 76px; } .me-76 { - margin-right: 76px; -} + margin-right: 76px; } .mt-76 { - margin-top: 76px; -} + margin-top: 76px; } .mb-76 { - margin-bottom: 76px; -} + margin-bottom: 76px; } .m-78 { - margin: 78px; -} + margin: 78px; } .mx-78 { margin-left: 78px; - margin-right: 78px; -} + margin-right: 78px; } .my-78 { margin-top: 78px; - margin-bottom: 78px; -} + margin-bottom: 78px; } .ms-78 { - margin-left: 78px; -} + margin-left: 78px; } .me-78 { - margin-right: 78px; -} + margin-right: 78px; } .mt-78 { - margin-top: 78px; -} + margin-top: 78px; } .mb-78 { - margin-bottom: 78px; -} + margin-bottom: 78px; } .m-80 { - margin: 80px; -} + margin: 80px; } .mx-80 { margin-left: 80px; - margin-right: 80px; -} + margin-right: 80px; } .my-80 { margin-top: 80px; - margin-bottom: 80px; -} + margin-bottom: 80px; } .ms-80 { - margin-left: 80px; -} + margin-left: 80px; } .me-80 { - margin-right: 80px; -} + margin-right: 80px; } .mt-80 { - margin-top: 80px; -} + margin-top: 80px; } .mb-80 { - margin-bottom: 80px; -} + margin-bottom: 80px; } .m-82 { - margin: 82px; -} + margin: 82px; } .mx-82 { margin-left: 82px; - margin-right: 82px; -} + margin-right: 82px; } .my-82 { margin-top: 82px; - margin-bottom: 82px; -} + margin-bottom: 82px; } .ms-82 { - margin-left: 82px; -} + margin-left: 82px; } .me-82 { - margin-right: 82px; -} + margin-right: 82px; } .mt-82 { - margin-top: 82px; -} + margin-top: 82px; } .mb-82 { - margin-bottom: 82px; -} + margin-bottom: 82px; } .m-84 { - margin: 84px; -} + margin: 84px; } .mx-84 { margin-left: 84px; - margin-right: 84px; -} + margin-right: 84px; } .my-84 { margin-top: 84px; - margin-bottom: 84px; -} + margin-bottom: 84px; } .ms-84 { - margin-left: 84px; -} + margin-left: 84px; } .me-84 { - margin-right: 84px; -} + margin-right: 84px; } .mt-84 { - margin-top: 84px; -} + margin-top: 84px; } .mb-84 { - margin-bottom: 84px; -} + margin-bottom: 84px; } .m-86 { - margin: 86px; -} + margin: 86px; } .mx-86 { margin-left: 86px; - margin-right: 86px; -} + margin-right: 86px; } .my-86 { margin-top: 86px; - margin-bottom: 86px; -} + margin-bottom: 86px; } .ms-86 { - margin-left: 86px; -} + margin-left: 86px; } .me-86 { - margin-right: 86px; -} + margin-right: 86px; } .mt-86 { - margin-top: 86px; -} + margin-top: 86px; } .mb-86 { - margin-bottom: 86px; -} + margin-bottom: 86px; } .m-88 { - margin: 88px; -} + margin: 88px; } .mx-88 { margin-left: 88px; - margin-right: 88px; -} + margin-right: 88px; } .my-88 { margin-top: 88px; - margin-bottom: 88px; -} + margin-bottom: 88px; } .ms-88 { - margin-left: 88px; -} + margin-left: 88px; } .me-88 { - margin-right: 88px; -} + margin-right: 88px; } .mt-88 { - margin-top: 88px; -} + margin-top: 88px; } .mb-88 { - margin-bottom: 88px; -} + margin-bottom: 88px; } .m-90 { - margin: 90px; -} + margin: 90px; } .mx-90 { margin-left: 90px; - margin-right: 90px; -} + margin-right: 90px; } .my-90 { margin-top: 90px; - margin-bottom: 90px; -} + margin-bottom: 90px; } .ms-90 { - margin-left: 90px; -} + margin-left: 90px; } .me-90 { - margin-right: 90px; -} + margin-right: 90px; } .mt-90 { - margin-top: 90px; -} + margin-top: 90px; } .mb-90 { - margin-bottom: 90px; -} + margin-bottom: 90px; } .m-92 { - margin: 92px; -} + margin: 92px; } .mx-92 { margin-left: 92px; - margin-right: 92px; -} + margin-right: 92px; } .my-92 { margin-top: 92px; - margin-bottom: 92px; -} + margin-bottom: 92px; } .ms-92 { - margin-left: 92px; -} + margin-left: 92px; } .me-92 { - margin-right: 92px; -} + margin-right: 92px; } .mt-92 { - margin-top: 92px; -} + margin-top: 92px; } .mb-92 { - margin-bottom: 92px; -} + margin-bottom: 92px; } .m-94 { - margin: 94px; -} + margin: 94px; } .mx-94 { margin-left: 94px; - margin-right: 94px; -} + margin-right: 94px; } .my-94 { margin-top: 94px; - margin-bottom: 94px; -} + margin-bottom: 94px; } .ms-94 { - margin-left: 94px; -} + margin-left: 94px; } .me-94 { - margin-right: 94px; -} + margin-right: 94px; } .mt-94 { - margin-top: 94px; -} + margin-top: 94px; } .mb-94 { - margin-bottom: 94px; -} + margin-bottom: 94px; } .m-96 { - margin: 96px; -} + margin: 96px; } .mx-96 { margin-left: 96px; - margin-right: 96px; -} + margin-right: 96px; } .my-96 { margin-top: 96px; - margin-bottom: 96px; -} + margin-bottom: 96px; } .ms-96 { - margin-left: 96px; -} + margin-left: 96px; } .me-96 { - margin-right: 96px; -} + margin-right: 96px; } .mt-96 { - margin-top: 96px; -} + margin-top: 96px; } .mb-96 { - margin-bottom: 96px; -} + margin-bottom: 96px; } .m-98 { - margin: 98px; -} + margin: 98px; } .mx-98 { margin-left: 98px; - margin-right: 98px; -} + margin-right: 98px; } .my-98 { margin-top: 98px; - margin-bottom: 98px; -} + margin-bottom: 98px; } .ms-98 { - margin-left: 98px; -} + margin-left: 98px; } .me-98 { - margin-right: 98px; -} + margin-right: 98px; } .mt-98 { - margin-top: 98px; -} + margin-top: 98px; } .mb-98 { - margin-bottom: 98px; -} + margin-bottom: 98px; } .m-100 { - margin: 100px; -} + margin: 100px; } .mx-100 { margin-left: 100px; - margin-right: 100px; -} + margin-right: 100px; } .my-100 { margin-top: 100px; - margin-bottom: 100px; -} + margin-bottom: 100px; } .ms-100 { - margin-left: 100px; -} + margin-left: 100px; } .me-100 { - margin-right: 100px; -} + margin-right: 100px; } .mt-100 { - margin-top: 100px; -} + margin-top: 100px; } .mb-100 { - margin-bottom: 100px; -} + margin-bottom: 100px; } .m-102 { - margin: 102px; -} + margin: 102px; } .mx-102 { margin-left: 102px; - margin-right: 102px; -} + margin-right: 102px; } .my-102 { margin-top: 102px; - margin-bottom: 102px; -} + margin-bottom: 102px; } .ms-102 { - margin-left: 102px; -} + margin-left: 102px; } .me-102 { - margin-right: 102px; -} + margin-right: 102px; } .mt-102 { - margin-top: 102px; -} + margin-top: 102px; } .mb-102 { - margin-bottom: 102px; -} + margin-bottom: 102px; } .m-104 { - margin: 104px; -} + margin: 104px; } .mx-104 { margin-left: 104px; - margin-right: 104px; -} + margin-right: 104px; } .my-104 { margin-top: 104px; - margin-bottom: 104px; -} + margin-bottom: 104px; } .ms-104 { - margin-left: 104px; -} + margin-left: 104px; } .me-104 { - margin-right: 104px; -} + margin-right: 104px; } .mt-104 { - margin-top: 104px; -} + margin-top: 104px; } .mb-104 { - margin-bottom: 104px; -} + margin-bottom: 104px; } .m-106 { - margin: 106px; -} + margin: 106px; } .mx-106 { margin-left: 106px; - margin-right: 106px; -} + margin-right: 106px; } .my-106 { margin-top: 106px; - margin-bottom: 106px; -} + margin-bottom: 106px; } .ms-106 { - margin-left: 106px; -} + margin-left: 106px; } .me-106 { - margin-right: 106px; -} + margin-right: 106px; } .mt-106 { - margin-top: 106px; -} + margin-top: 106px; } .mb-106 { - margin-bottom: 106px; -} + margin-bottom: 106px; } .m-108 { - margin: 108px; -} + margin: 108px; } .mx-108 { margin-left: 108px; - margin-right: 108px; -} + margin-right: 108px; } .my-108 { margin-top: 108px; - margin-bottom: 108px; -} + margin-bottom: 108px; } .ms-108 { - margin-left: 108px; -} + margin-left: 108px; } .me-108 { - margin-right: 108px; -} + margin-right: 108px; } .mt-108 { - margin-top: 108px; -} + margin-top: 108px; } .mb-108 { - margin-bottom: 108px; -} + margin-bottom: 108px; } .m-110 { - margin: 110px; -} + margin: 110px; } .mx-110 { margin-left: 110px; - margin-right: 110px; -} + margin-right: 110px; } .my-110 { margin-top: 110px; - margin-bottom: 110px; -} + margin-bottom: 110px; } .ms-110 { - margin-left: 110px; -} + margin-left: 110px; } .me-110 { - margin-right: 110px; -} + margin-right: 110px; } .mt-110 { - margin-top: 110px; -} + margin-top: 110px; } .mb-110 { - margin-bottom: 110px; -} + margin-bottom: 110px; } .m-112 { - margin: 112px; -} + margin: 112px; } .mx-112 { margin-left: 112px; - margin-right: 112px; -} + margin-right: 112px; } .my-112 { margin-top: 112px; - margin-bottom: 112px; -} + margin-bottom: 112px; } .ms-112 { - margin-left: 112px; -} + margin-left: 112px; } .me-112 { - margin-right: 112px; -} + margin-right: 112px; } .mt-112 { - margin-top: 112px; -} + margin-top: 112px; } .mb-112 { - margin-bottom: 112px; -} + margin-bottom: 112px; } .m-114 { - margin: 114px; -} + margin: 114px; } .mx-114 { margin-left: 114px; - margin-right: 114px; -} + margin-right: 114px; } .my-114 { margin-top: 114px; - margin-bottom: 114px; -} + margin-bottom: 114px; } .ms-114 { - margin-left: 114px; -} + margin-left: 114px; } .me-114 { - margin-right: 114px; -} + margin-right: 114px; } .mt-114 { - margin-top: 114px; -} + margin-top: 114px; } .mb-114 { - margin-bottom: 114px; -} + margin-bottom: 114px; } .m-116 { - margin: 116px; -} + margin: 116px; } .mx-116 { margin-left: 116px; - margin-right: 116px; -} + margin-right: 116px; } .my-116 { margin-top: 116px; - margin-bottom: 116px; -} + margin-bottom: 116px; } .ms-116 { - margin-left: 116px; -} + margin-left: 116px; } .me-116 { - margin-right: 116px; -} + margin-right: 116px; } .mt-116 { - margin-top: 116px; -} + margin-top: 116px; } .mb-116 { - margin-bottom: 116px; -} + margin-bottom: 116px; } .m-118 { - margin: 118px; -} + margin: 118px; } .mx-118 { margin-left: 118px; - margin-right: 118px; -} + margin-right: 118px; } .my-118 { margin-top: 118px; - margin-bottom: 118px; -} + margin-bottom: 118px; } .ms-118 { - margin-left: 118px; -} + margin-left: 118px; } .me-118 { - margin-right: 118px; -} + margin-right: 118px; } .mt-118 { - margin-top: 118px; -} + margin-top: 118px; } .mb-118 { - margin-bottom: 118px; -} + margin-bottom: 118px; } .m-120 { - margin: 120px; -} + margin: 120px; } .mx-120 { margin-left: 120px; - margin-right: 120px; -} + margin-right: 120px; } .my-120 { margin-top: 120px; - margin-bottom: 120px; -} + margin-bottom: 120px; } .ms-120 { - margin-left: 120px; -} + margin-left: 120px; } .me-120 { - margin-right: 120px; -} + margin-right: 120px; } .mt-120 { - margin-top: 120px; -} + margin-top: 120px; } .mb-120 { - margin-bottom: 120px; -} + margin-bottom: 120px; } .p-0 { - padding: 0px; -} + padding: 0px; } .px-0 { padding-left: 0px; - padding-right: 0px; -} + padding-right: 0px; } .py-0 { padding-top: 0px; - padding-bottom: 0px; -} + padding-bottom: 0px; } .ps-0 { - padding-left: 0px; -} + padding-left: 0px; } .pe-0 { - padding-right: 0px; -} + padding-right: 0px; } .pt-0 { - padding-top: 0px; -} + padding-top: 0px; } .pb-0 { - padding-bottom: 0px; -} + padding-bottom: 0px; } .p-2 { - padding: 2px; -} + padding: 2px; } .px-2 { padding-left: 2px; - padding-right: 2px; -} + padding-right: 2px; } .py-2 { padding-top: 2px; - padding-bottom: 2px; -} + padding-bottom: 2px; } .ps-2 { - padding-left: 2px; -} + padding-left: 2px; } .pe-2 { - padding-right: 2px; -} + padding-right: 2px; } .pt-2 { - padding-top: 2px; -} + padding-top: 2px; } .pb-2 { - padding-bottom: 2px; -} + padding-bottom: 2px; } .p-4 { - padding: 4px; -} + padding: 4px; } .px-4 { padding-left: 4px; - padding-right: 4px; -} + padding-right: 4px; } .py-4 { padding-top: 4px; - padding-bottom: 4px; -} + padding-bottom: 4px; } .ps-4 { - padding-left: 4px; -} + padding-left: 4px; } .pe-4 { - padding-right: 4px; -} + padding-right: 4px; } .pt-4 { - padding-top: 4px; -} + padding-top: 4px; } .pb-4 { - padding-bottom: 4px; -} + padding-bottom: 4px; } .p-6 { - padding: 6px; -} + padding: 6px; } .px-6 { padding-left: 6px; - padding-right: 6px; -} + padding-right: 6px; } .py-6 { padding-top: 6px; - padding-bottom: 6px; -} + padding-bottom: 6px; } .ps-6 { - padding-left: 6px; -} + padding-left: 6px; } .pe-6 { - padding-right: 6px; -} + padding-right: 6px; } .pt-6 { - padding-top: 6px; -} + padding-top: 6px; } .pb-6 { - padding-bottom: 6px; -} + padding-bottom: 6px; } .p-8 { - padding: 8px; -} + padding: 8px; } .px-8 { padding-left: 8px; - padding-right: 8px; -} + padding-right: 8px; } .py-8 { padding-top: 8px; - padding-bottom: 8px; -} + padding-bottom: 8px; } .ps-8 { - padding-left: 8px; -} + padding-left: 8px; } .pe-8 { - padding-right: 8px; -} + padding-right: 8px; } .pt-8 { - padding-top: 8px; -} + padding-top: 8px; } .pb-8 { - padding-bottom: 8px; -} + padding-bottom: 8px; } .p-10 { - padding: 10px; -} + padding: 10px; } .px-10 { padding-left: 10px; - padding-right: 10px; -} + padding-right: 10px; } .py-10 { padding-top: 10px; - padding-bottom: 10px; -} + padding-bottom: 10px; } .ps-10 { - padding-left: 10px; -} + padding-left: 10px; } .pe-10 { - padding-right: 10px; -} + padding-right: 10px; } .pt-10 { - padding-top: 10px; -} + padding-top: 10px; } .pb-10 { - padding-bottom: 10px; -} + padding-bottom: 10px; } .p-12 { - padding: 12px; -} + padding: 12px; } .px-12 { padding-left: 12px; - padding-right: 12px; -} + padding-right: 12px; } .py-12 { padding-top: 12px; - padding-bottom: 12px; -} + padding-bottom: 12px; } .ps-12 { - padding-left: 12px; -} + padding-left: 12px; } .pe-12 { - padding-right: 12px; -} + padding-right: 12px; } .pt-12 { - padding-top: 12px; -} + padding-top: 12px; } .pb-12 { - padding-bottom: 12px; -} + padding-bottom: 12px; } .p-14 { - padding: 14px; -} + padding: 14px; } .px-14 { padding-left: 14px; - padding-right: 14px; -} + padding-right: 14px; } .py-14 { padding-top: 14px; - padding-bottom: 14px; -} + padding-bottom: 14px; } .ps-14 { - padding-left: 14px; -} + padding-left: 14px; } .pe-14 { - padding-right: 14px; -} + padding-right: 14px; } .pt-14 { - padding-top: 14px; -} + padding-top: 14px; } .pb-14 { - padding-bottom: 14px; -} + padding-bottom: 14px; } .p-16 { - padding: 16px; -} + padding: 16px; } .px-16 { padding-left: 16px; - padding-right: 16px; -} + padding-right: 16px; } .py-16 { padding-top: 16px; - padding-bottom: 16px; -} + padding-bottom: 16px; } .ps-16 { - padding-left: 16px; -} + padding-left: 16px; } .pe-16 { - padding-right: 16px; -} + padding-right: 16px; } .pt-16 { - padding-top: 16px; -} + padding-top: 16px; } .pb-16 { - padding-bottom: 16px; -} + padding-bottom: 16px; } .p-18 { - padding: 18px; -} + padding: 18px; } .px-18 { padding-left: 18px; - padding-right: 18px; -} + padding-right: 18px; } .py-18 { padding-top: 18px; - padding-bottom: 18px; -} + padding-bottom: 18px; } .ps-18 { - padding-left: 18px; -} + padding-left: 18px; } .pe-18 { - padding-right: 18px; -} + padding-right: 18px; } .pt-18 { - padding-top: 18px; -} + padding-top: 18px; } .pb-18 { - padding-bottom: 18px; -} + padding-bottom: 18px; } .p-20 { - padding: 20px; -} + padding: 20px; } .px-20 { padding-left: 20px; - padding-right: 20px; -} + padding-right: 20px; } .py-20 { padding-top: 20px; - padding-bottom: 20px; -} + padding-bottom: 20px; } .ps-20 { - padding-left: 20px; -} + padding-left: 20px; } .pe-20 { - padding-right: 20px; -} + padding-right: 20px; } .pt-20 { - padding-top: 20px; -} + padding-top: 20px; } .pb-20 { - padding-bottom: 20px; -} + padding-bottom: 20px; } .p-22 { - padding: 22px; -} + padding: 22px; } .px-22 { padding-left: 22px; - padding-right: 22px; -} + padding-right: 22px; } .py-22 { padding-top: 22px; - padding-bottom: 22px; -} + padding-bottom: 22px; } .ps-22 { - padding-left: 22px; -} + padding-left: 22px; } .pe-22 { - padding-right: 22px; -} + padding-right: 22px; } .pt-22 { - padding-top: 22px; -} + padding-top: 22px; } .pb-22 { - padding-bottom: 22px; -} + padding-bottom: 22px; } .p-24 { - padding: 24px; -} + padding: 24px; } .px-24 { padding-left: 24px; - padding-right: 24px; -} + padding-right: 24px; } .py-24 { padding-top: 24px; - padding-bottom: 24px; -} + padding-bottom: 24px; } .ps-24 { - padding-left: 24px; -} + padding-left: 24px; } .pe-24 { - padding-right: 24px; -} + padding-right: 24px; } .pt-24 { - padding-top: 24px; -} + padding-top: 24px; } .pb-24 { - padding-bottom: 24px; -} + padding-bottom: 24px; } .p-26 { - padding: 26px; -} + padding: 26px; } .px-26 { padding-left: 26px; - padding-right: 26px; -} + padding-right: 26px; } .py-26 { padding-top: 26px; - padding-bottom: 26px; -} + padding-bottom: 26px; } .ps-26 { - padding-left: 26px; -} + padding-left: 26px; } .pe-26 { - padding-right: 26px; -} + padding-right: 26px; } .pt-26 { - padding-top: 26px; -} + padding-top: 26px; } .pb-26 { - padding-bottom: 26px; -} + padding-bottom: 26px; } .p-28 { - padding: 28px; -} + padding: 28px; } .px-28 { padding-left: 28px; - padding-right: 28px; -} + padding-right: 28px; } .py-28 { padding-top: 28px; - padding-bottom: 28px; -} + padding-bottom: 28px; } .ps-28 { - padding-left: 28px; -} + padding-left: 28px; } .pe-28 { - padding-right: 28px; -} + padding-right: 28px; } .pt-28 { - padding-top: 28px; -} + padding-top: 28px; } .pb-28 { - padding-bottom: 28px; -} + padding-bottom: 28px; } .p-30 { - padding: 30px; -} + padding: 30px; } .px-30 { padding-left: 30px; - padding-right: 30px; -} + padding-right: 30px; } .py-30 { padding-top: 30px; - padding-bottom: 30px; -} + padding-bottom: 30px; } .ps-30 { - padding-left: 30px; -} + padding-left: 30px; } .pe-30 { - padding-right: 30px; -} + padding-right: 30px; } .pt-30 { - padding-top: 30px; -} + padding-top: 30px; } .pb-30 { - padding-bottom: 30px; -} + padding-bottom: 30px; } .p-32 { - padding: 32px; -} + padding: 32px; } .px-32 { padding-left: 32px; - padding-right: 32px; -} + padding-right: 32px; } .py-32 { padding-top: 32px; - padding-bottom: 32px; -} + padding-bottom: 32px; } .ps-32 { - padding-left: 32px; -} + padding-left: 32px; } .pe-32 { - padding-right: 32px; -} + padding-right: 32px; } .pt-32 { - padding-top: 32px; -} + padding-top: 32px; } .pb-32 { - padding-bottom: 32px; -} + padding-bottom: 32px; } .p-34 { - padding: 34px; -} + padding: 34px; } .px-34 { padding-left: 34px; - padding-right: 34px; -} + padding-right: 34px; } .py-34 { padding-top: 34px; - padding-bottom: 34px; -} + padding-bottom: 34px; } .ps-34 { - padding-left: 34px; -} + padding-left: 34px; } .pe-34 { - padding-right: 34px; -} + padding-right: 34px; } .pt-34 { - padding-top: 34px; -} + padding-top: 34px; } .pb-34 { - padding-bottom: 34px; -} + padding-bottom: 34px; } .p-36 { - padding: 36px; -} + padding: 36px; } .px-36 { padding-left: 36px; - padding-right: 36px; -} + padding-right: 36px; } .py-36 { padding-top: 36px; - padding-bottom: 36px; -} + padding-bottom: 36px; } .ps-36 { - padding-left: 36px; -} + padding-left: 36px; } .pe-36 { - padding-right: 36px; -} + padding-right: 36px; } .pt-36 { - padding-top: 36px; -} + padding-top: 36px; } .pb-36 { - padding-bottom: 36px; -} + padding-bottom: 36px; } .p-38 { - padding: 38px; -} + padding: 38px; } .px-38 { padding-left: 38px; - padding-right: 38px; -} + padding-right: 38px; } .py-38 { padding-top: 38px; - padding-bottom: 38px; -} + padding-bottom: 38px; } .ps-38 { - padding-left: 38px; -} + padding-left: 38px; } .pe-38 { - padding-right: 38px; -} + padding-right: 38px; } .pt-38 { - padding-top: 38px; -} + padding-top: 38px; } .pb-38 { - padding-bottom: 38px; -} + padding-bottom: 38px; } .p-40 { - padding: 40px; -} + padding: 40px; } .px-40 { padding-left: 40px; - padding-right: 40px; -} + padding-right: 40px; } .py-40 { padding-top: 40px; - padding-bottom: 40px; -} + padding-bottom: 40px; } .ps-40 { - padding-left: 40px; -} + padding-left: 40px; } .pe-40 { - padding-right: 40px; -} + padding-right: 40px; } .pt-40 { - padding-top: 40px; -} + padding-top: 40px; } .pb-40 { - padding-bottom: 40px; -} + padding-bottom: 40px; } .p-42 { - padding: 42px; -} + padding: 42px; } .px-42 { padding-left: 42px; - padding-right: 42px; -} + padding-right: 42px; } .py-42 { padding-top: 42px; - padding-bottom: 42px; -} + padding-bottom: 42px; } .ps-42 { - padding-left: 42px; -} + padding-left: 42px; } .pe-42 { - padding-right: 42px; -} + padding-right: 42px; } .pt-42 { - padding-top: 42px; -} + padding-top: 42px; } .pb-42 { - padding-bottom: 42px; -} + padding-bottom: 42px; } .p-44 { - padding: 44px; -} + padding: 44px; } .px-44 { padding-left: 44px; - padding-right: 44px; -} + padding-right: 44px; } .py-44 { padding-top: 44px; - padding-bottom: 44px; -} + padding-bottom: 44px; } .ps-44 { - padding-left: 44px; -} + padding-left: 44px; } .pe-44 { - padding-right: 44px; -} + padding-right: 44px; } .pt-44 { - padding-top: 44px; -} + padding-top: 44px; } .pb-44 { - padding-bottom: 44px; -} + padding-bottom: 44px; } .p-46 { - padding: 46px; -} + padding: 46px; } .px-46 { padding-left: 46px; - padding-right: 46px; -} + padding-right: 46px; } .py-46 { padding-top: 46px; - padding-bottom: 46px; -} + padding-bottom: 46px; } .ps-46 { - padding-left: 46px; -} + padding-left: 46px; } .pe-46 { - padding-right: 46px; -} + padding-right: 46px; } .pt-46 { - padding-top: 46px; -} + padding-top: 46px; } .pb-46 { - padding-bottom: 46px; -} + padding-bottom: 46px; } .p-48 { - padding: 48px; -} + padding: 48px; } .px-48 { padding-left: 48px; - padding-right: 48px; -} + padding-right: 48px; } .py-48 { padding-top: 48px; - padding-bottom: 48px; -} + padding-bottom: 48px; } .ps-48 { - padding-left: 48px; -} + padding-left: 48px; } .pe-48 { - padding-right: 48px; -} + padding-right: 48px; } .pt-48 { - padding-top: 48px; -} + padding-top: 48px; } .pb-48 { - padding-bottom: 48px; -} + padding-bottom: 48px; } .p-50 { - padding: 50px; -} + padding: 50px; } .px-50 { padding-left: 50px; - padding-right: 50px; -} + padding-right: 50px; } .py-50 { padding-top: 50px; - padding-bottom: 50px; -} + padding-bottom: 50px; } .ps-50 { - padding-left: 50px; -} + padding-left: 50px; } .pe-50 { - padding-right: 50px; -} + padding-right: 50px; } .pt-50 { - padding-top: 50px; -} + padding-top: 50px; } .pb-50 { - padding-bottom: 50px; -} + padding-bottom: 50px; } .p-52 { - padding: 52px; -} + padding: 52px; } .px-52 { padding-left: 52px; - padding-right: 52px; -} + padding-right: 52px; } .py-52 { padding-top: 52px; - padding-bottom: 52px; -} + padding-bottom: 52px; } .ps-52 { - padding-left: 52px; -} + padding-left: 52px; } .pe-52 { - padding-right: 52px; -} + padding-right: 52px; } .pt-52 { - padding-top: 52px; -} + padding-top: 52px; } .pb-52 { - padding-bottom: 52px; -} + padding-bottom: 52px; } .p-54 { - padding: 54px; -} + padding: 54px; } .px-54 { padding-left: 54px; - padding-right: 54px; -} + padding-right: 54px; } .py-54 { padding-top: 54px; - padding-bottom: 54px; -} + padding-bottom: 54px; } .ps-54 { - padding-left: 54px; -} + padding-left: 54px; } .pe-54 { - padding-right: 54px; -} + padding-right: 54px; } .pt-54 { - padding-top: 54px; -} + padding-top: 54px; } .pb-54 { - padding-bottom: 54px; -} + padding-bottom: 54px; } .p-56 { - padding: 56px; -} + padding: 56px; } .px-56 { padding-left: 56px; - padding-right: 56px; -} + padding-right: 56px; } .py-56 { padding-top: 56px; - padding-bottom: 56px; -} + padding-bottom: 56px; } .ps-56 { - padding-left: 56px; -} + padding-left: 56px; } .pe-56 { - padding-right: 56px; -} + padding-right: 56px; } .pt-56 { - padding-top: 56px; -} + padding-top: 56px; } .pb-56 { - padding-bottom: 56px; -} + padding-bottom: 56px; } .p-58 { - padding: 58px; -} + padding: 58px; } .px-58 { padding-left: 58px; - padding-right: 58px; -} + padding-right: 58px; } .py-58 { padding-top: 58px; - padding-bottom: 58px; -} + padding-bottom: 58px; } .ps-58 { - padding-left: 58px; -} + padding-left: 58px; } .pe-58 { - padding-right: 58px; -} + padding-right: 58px; } .pt-58 { - padding-top: 58px; -} + padding-top: 58px; } .pb-58 { - padding-bottom: 58px; -} + padding-bottom: 58px; } .p-60 { - padding: 60px; -} + padding: 60px; } .px-60 { padding-left: 60px; - padding-right: 60px; -} + padding-right: 60px; } .py-60 { padding-top: 60px; - padding-bottom: 60px; -} + padding-bottom: 60px; } .ps-60 { - padding-left: 60px; -} + padding-left: 60px; } .pe-60 { - padding-right: 60px; -} + padding-right: 60px; } .pt-60 { - padding-top: 60px; -} + padding-top: 60px; } .pb-60 { - padding-bottom: 60px; -} + padding-bottom: 60px; } .p-62 { - padding: 62px; -} + padding: 62px; } .px-62 { padding-left: 62px; - padding-right: 62px; -} + padding-right: 62px; } .py-62 { padding-top: 62px; - padding-bottom: 62px; -} + padding-bottom: 62px; } .ps-62 { - padding-left: 62px; -} + padding-left: 62px; } .pe-62 { - padding-right: 62px; -} + padding-right: 62px; } .pt-62 { - padding-top: 62px; -} + padding-top: 62px; } .pb-62 { - padding-bottom: 62px; -} + padding-bottom: 62px; } .p-64 { - padding: 64px; -} + padding: 64px; } .px-64 { padding-left: 64px; - padding-right: 64px; -} + padding-right: 64px; } .py-64 { padding-top: 64px; - padding-bottom: 64px; -} + padding-bottom: 64px; } .ps-64 { - padding-left: 64px; -} + padding-left: 64px; } .pe-64 { - padding-right: 64px; -} + padding-right: 64px; } .pt-64 { - padding-top: 64px; -} + padding-top: 64px; } .pb-64 { - padding-bottom: 64px; -} + padding-bottom: 64px; } .p-66 { - padding: 66px; -} + padding: 66px; } .px-66 { padding-left: 66px; - padding-right: 66px; -} + padding-right: 66px; } .py-66 { padding-top: 66px; - padding-bottom: 66px; -} + padding-bottom: 66px; } .ps-66 { - padding-left: 66px; -} + padding-left: 66px; } .pe-66 { - padding-right: 66px; -} + padding-right: 66px; } .pt-66 { - padding-top: 66px; -} + padding-top: 66px; } .pb-66 { - padding-bottom: 66px; -} + padding-bottom: 66px; } .p-68 { - padding: 68px; -} + padding: 68px; } .px-68 { padding-left: 68px; - padding-right: 68px; -} + padding-right: 68px; } .py-68 { padding-top: 68px; - padding-bottom: 68px; -} + padding-bottom: 68px; } .ps-68 { - padding-left: 68px; -} + padding-left: 68px; } .pe-68 { - padding-right: 68px; -} + padding-right: 68px; } .pt-68 { - padding-top: 68px; -} + padding-top: 68px; } .pb-68 { - padding-bottom: 68px; -} + padding-bottom: 68px; } .p-70 { - padding: 70px; -} + padding: 70px; } .px-70 { padding-left: 70px; - padding-right: 70px; -} + padding-right: 70px; } .py-70 { padding-top: 70px; - padding-bottom: 70px; -} + padding-bottom: 70px; } .ps-70 { - padding-left: 70px; -} + padding-left: 70px; } .pe-70 { - padding-right: 70px; -} + padding-right: 70px; } .pt-70 { - padding-top: 70px; -} + padding-top: 70px; } .pb-70 { - padding-bottom: 70px; -} + padding-bottom: 70px; } .p-72 { - padding: 72px; -} + padding: 72px; } .px-72 { padding-left: 72px; - padding-right: 72px; -} + padding-right: 72px; } .py-72 { padding-top: 72px; - padding-bottom: 72px; -} + padding-bottom: 72px; } .ps-72 { - padding-left: 72px; -} + padding-left: 72px; } .pe-72 { - padding-right: 72px; -} + padding-right: 72px; } .pt-72 { - padding-top: 72px; -} + padding-top: 72px; } .pb-72 { - padding-bottom: 72px; -} + padding-bottom: 72px; } .p-74 { - padding: 74px; -} + padding: 74px; } .px-74 { padding-left: 74px; - padding-right: 74px; -} + padding-right: 74px; } .py-74 { padding-top: 74px; - padding-bottom: 74px; -} + padding-bottom: 74px; } .ps-74 { - padding-left: 74px; -} + padding-left: 74px; } .pe-74 { - padding-right: 74px; -} + padding-right: 74px; } .pt-74 { - padding-top: 74px; -} + padding-top: 74px; } .pb-74 { - padding-bottom: 74px; -} + padding-bottom: 74px; } .p-76 { - padding: 76px; -} + padding: 76px; } .px-76 { padding-left: 76px; - padding-right: 76px; -} + padding-right: 76px; } .py-76 { padding-top: 76px; - padding-bottom: 76px; -} + padding-bottom: 76px; } .ps-76 { - padding-left: 76px; -} + padding-left: 76px; } .pe-76 { - padding-right: 76px; -} + padding-right: 76px; } .pt-76 { - padding-top: 76px; -} + padding-top: 76px; } .pb-76 { - padding-bottom: 76px; -} + padding-bottom: 76px; } .p-78 { - padding: 78px; -} + padding: 78px; } .px-78 { padding-left: 78px; - padding-right: 78px; -} + padding-right: 78px; } .py-78 { padding-top: 78px; - padding-bottom: 78px; -} + padding-bottom: 78px; } .ps-78 { - padding-left: 78px; -} + padding-left: 78px; } .pe-78 { - padding-right: 78px; -} + padding-right: 78px; } .pt-78 { - padding-top: 78px; -} + padding-top: 78px; } .pb-78 { - padding-bottom: 78px; -} + padding-bottom: 78px; } .p-80 { - padding: 80px; -} + padding: 80px; } .px-80 { padding-left: 80px; - padding-right: 80px; -} + padding-right: 80px; } .py-80 { padding-top: 80px; - padding-bottom: 80px; -} + padding-bottom: 80px; } .ps-80 { - padding-left: 80px; -} + padding-left: 80px; } .pe-80 { - padding-right: 80px; -} + padding-right: 80px; } .pt-80 { - padding-top: 80px; -} + padding-top: 80px; } .pb-80 { - padding-bottom: 80px; -} + padding-bottom: 80px; } .p-82 { - padding: 82px; -} + padding: 82px; } .px-82 { padding-left: 82px; - padding-right: 82px; -} + padding-right: 82px; } .py-82 { padding-top: 82px; - padding-bottom: 82px; -} + padding-bottom: 82px; } .ps-82 { - padding-left: 82px; -} + padding-left: 82px; } .pe-82 { - padding-right: 82px; -} + padding-right: 82px; } .pt-82 { - padding-top: 82px; -} + padding-top: 82px; } .pb-82 { - padding-bottom: 82px; -} + padding-bottom: 82px; } .p-84 { - padding: 84px; -} + padding: 84px; } .px-84 { padding-left: 84px; - padding-right: 84px; -} + padding-right: 84px; } .py-84 { padding-top: 84px; - padding-bottom: 84px; -} + padding-bottom: 84px; } .ps-84 { - padding-left: 84px; -} + padding-left: 84px; } .pe-84 { - padding-right: 84px; -} + padding-right: 84px; } .pt-84 { - padding-top: 84px; -} + padding-top: 84px; } .pb-84 { - padding-bottom: 84px; -} + padding-bottom: 84px; } .p-86 { - padding: 86px; -} + padding: 86px; } .px-86 { padding-left: 86px; - padding-right: 86px; -} + padding-right: 86px; } .py-86 { padding-top: 86px; - padding-bottom: 86px; -} + padding-bottom: 86px; } .ps-86 { - padding-left: 86px; -} + padding-left: 86px; } .pe-86 { - padding-right: 86px; -} + padding-right: 86px; } .pt-86 { - padding-top: 86px; -} + padding-top: 86px; } .pb-86 { - padding-bottom: 86px; -} + padding-bottom: 86px; } .p-88 { - padding: 88px; -} + padding: 88px; } .px-88 { padding-left: 88px; - padding-right: 88px; -} + padding-right: 88px; } .py-88 { padding-top: 88px; - padding-bottom: 88px; -} + padding-bottom: 88px; } .ps-88 { - padding-left: 88px; -} + padding-left: 88px; } .pe-88 { - padding-right: 88px; -} + padding-right: 88px; } .pt-88 { - padding-top: 88px; -} + padding-top: 88px; } .pb-88 { - padding-bottom: 88px; -} + padding-bottom: 88px; } .p-90 { - padding: 90px; -} + padding: 90px; } .px-90 { padding-left: 90px; - padding-right: 90px; -} + padding-right: 90px; } .py-90 { padding-top: 90px; - padding-bottom: 90px; -} + padding-bottom: 90px; } .ps-90 { - padding-left: 90px; -} + padding-left: 90px; } .pe-90 { - padding-right: 90px; -} + padding-right: 90px; } .pt-90 { - padding-top: 90px; -} + padding-top: 90px; } .pb-90 { - padding-bottom: 90px; -} + padding-bottom: 90px; } .p-92 { - padding: 92px; -} + padding: 92px; } .px-92 { padding-left: 92px; - padding-right: 92px; -} + padding-right: 92px; } .py-92 { padding-top: 92px; - padding-bottom: 92px; -} + padding-bottom: 92px; } .ps-92 { - padding-left: 92px; -} + padding-left: 92px; } .pe-92 { - padding-right: 92px; -} + padding-right: 92px; } .pt-92 { - padding-top: 92px; -} + padding-top: 92px; } .pb-92 { - padding-bottom: 92px; -} + padding-bottom: 92px; } .p-94 { - padding: 94px; -} + padding: 94px; } .px-94 { padding-left: 94px; - padding-right: 94px; -} + padding-right: 94px; } .py-94 { padding-top: 94px; - padding-bottom: 94px; -} + padding-bottom: 94px; } .ps-94 { - padding-left: 94px; -} + padding-left: 94px; } .pe-94 { - padding-right: 94px; -} + padding-right: 94px; } .pt-94 { - padding-top: 94px; -} + padding-top: 94px; } .pb-94 { - padding-bottom: 94px; -} + padding-bottom: 94px; } .p-96 { - padding: 96px; -} + padding: 96px; } .px-96 { padding-left: 96px; - padding-right: 96px; -} + padding-right: 96px; } .py-96 { padding-top: 96px; - padding-bottom: 96px; -} + padding-bottom: 96px; } .ps-96 { - padding-left: 96px; -} + padding-left: 96px; } .pe-96 { - padding-right: 96px; -} + padding-right: 96px; } .pt-96 { - padding-top: 96px; -} + padding-top: 96px; } .pb-96 { - padding-bottom: 96px; -} + padding-bottom: 96px; } .p-98 { - padding: 98px; -} + padding: 98px; } .px-98 { padding-left: 98px; - padding-right: 98px; -} + padding-right: 98px; } .py-98 { padding-top: 98px; - padding-bottom: 98px; -} + padding-bottom: 98px; } .ps-98 { - padding-left: 98px; -} + padding-left: 98px; } .pe-98 { - padding-right: 98px; -} + padding-right: 98px; } .pt-98 { - padding-top: 98px; -} + padding-top: 98px; } .pb-98 { - padding-bottom: 98px; -} + padding-bottom: 98px; } .p-100 { - padding: 100px; -} + padding: 100px; } .px-100 { padding-left: 100px; - padding-right: 100px; -} + padding-right: 100px; } .py-100 { padding-top: 100px; - padding-bottom: 100px; -} + padding-bottom: 100px; } .ps-100 { - padding-left: 100px; -} + padding-left: 100px; } .pe-100 { - padding-right: 100px; -} + padding-right: 100px; } .pt-100 { - padding-top: 100px; -} + padding-top: 100px; } .pb-100 { - padding-bottom: 100px; -} + padding-bottom: 100px; } .p-102 { - padding: 102px; -} + padding: 102px; } .px-102 { padding-left: 102px; - padding-right: 102px; -} + padding-right: 102px; } .py-102 { padding-top: 102px; - padding-bottom: 102px; -} + padding-bottom: 102px; } .ps-102 { - padding-left: 102px; -} + padding-left: 102px; } .pe-102 { - padding-right: 102px; -} + padding-right: 102px; } .pt-102 { - padding-top: 102px; -} + padding-top: 102px; } .pb-102 { - padding-bottom: 102px; -} + padding-bottom: 102px; } .p-104 { - padding: 104px; -} + padding: 104px; } .px-104 { padding-left: 104px; - padding-right: 104px; -} + padding-right: 104px; } .py-104 { padding-top: 104px; - padding-bottom: 104px; -} + padding-bottom: 104px; } .ps-104 { - padding-left: 104px; -} + padding-left: 104px; } .pe-104 { - padding-right: 104px; -} + padding-right: 104px; } .pt-104 { - padding-top: 104px; -} + padding-top: 104px; } .pb-104 { - padding-bottom: 104px; -} + padding-bottom: 104px; } .p-106 { - padding: 106px; -} + padding: 106px; } .px-106 { padding-left: 106px; - padding-right: 106px; -} + padding-right: 106px; } .py-106 { padding-top: 106px; - padding-bottom: 106px; -} + padding-bottom: 106px; } .ps-106 { - padding-left: 106px; -} + padding-left: 106px; } .pe-106 { - padding-right: 106px; -} + padding-right: 106px; } .pt-106 { - padding-top: 106px; -} + padding-top: 106px; } .pb-106 { - padding-bottom: 106px; -} + padding-bottom: 106px; } .p-108 { - padding: 108px; -} + padding: 108px; } .px-108 { padding-left: 108px; - padding-right: 108px; -} + padding-right: 108px; } .py-108 { padding-top: 108px; - padding-bottom: 108px; -} + padding-bottom: 108px; } .ps-108 { - padding-left: 108px; -} + padding-left: 108px; } .pe-108 { - padding-right: 108px; -} + padding-right: 108px; } .pt-108 { - padding-top: 108px; -} + padding-top: 108px; } .pb-108 { - padding-bottom: 108px; -} + padding-bottom: 108px; } .p-110 { - padding: 110px; -} + padding: 110px; } .px-110 { padding-left: 110px; - padding-right: 110px; -} + padding-right: 110px; } .py-110 { padding-top: 110px; - padding-bottom: 110px; -} + padding-bottom: 110px; } .ps-110 { - padding-left: 110px; -} + padding-left: 110px; } .pe-110 { - padding-right: 110px; -} + padding-right: 110px; } .pt-110 { - padding-top: 110px; -} + padding-top: 110px; } .pb-110 { - padding-bottom: 110px; -} + padding-bottom: 110px; } .p-112 { - padding: 112px; -} + padding: 112px; } .px-112 { padding-left: 112px; - padding-right: 112px; -} + padding-right: 112px; } .py-112 { padding-top: 112px; - padding-bottom: 112px; -} + padding-bottom: 112px; } .ps-112 { - padding-left: 112px; -} + padding-left: 112px; } .pe-112 { - padding-right: 112px; -} + padding-right: 112px; } .pt-112 { - padding-top: 112px; -} + padding-top: 112px; } .pb-112 { - padding-bottom: 112px; -} + padding-bottom: 112px; } .p-114 { - padding: 114px; -} + padding: 114px; } .px-114 { padding-left: 114px; - padding-right: 114px; -} + padding-right: 114px; } .py-114 { padding-top: 114px; - padding-bottom: 114px; -} + padding-bottom: 114px; } .ps-114 { - padding-left: 114px; -} + padding-left: 114px; } .pe-114 { - padding-right: 114px; -} + padding-right: 114px; } .pt-114 { - padding-top: 114px; -} + padding-top: 114px; } .pb-114 { - padding-bottom: 114px; -} + padding-bottom: 114px; } .p-116 { - padding: 116px; -} + padding: 116px; } .px-116 { padding-left: 116px; - padding-right: 116px; -} + padding-right: 116px; } .py-116 { padding-top: 116px; - padding-bottom: 116px; -} + padding-bottom: 116px; } .ps-116 { - padding-left: 116px; -} + padding-left: 116px; } .pe-116 { - padding-right: 116px; -} + padding-right: 116px; } .pt-116 { - padding-top: 116px; -} + padding-top: 116px; } .pb-116 { - padding-bottom: 116px; -} + padding-bottom: 116px; } .p-118 { - padding: 118px; -} + padding: 118px; } .px-118 { padding-left: 118px; - padding-right: 118px; -} + padding-right: 118px; } .py-118 { padding-top: 118px; - padding-bottom: 118px; -} + padding-bottom: 118px; } .ps-118 { - padding-left: 118px; -} + padding-left: 118px; } .pe-118 { - padding-right: 118px; -} + padding-right: 118px; } .pt-118 { - padding-top: 118px; -} + padding-top: 118px; } .pb-118 { - padding-bottom: 118px; -} + padding-bottom: 118px; } .p-120 { - padding: 120px; -} + padding: 120px; } .px-120 { padding-left: 120px; - padding-right: 120px; -} + padding-right: 120px; } .py-120 { padding-top: 120px; - padding-bottom: 120px; -} + padding-bottom: 120px; } .ps-120 { - padding-left: 120px; -} + padding-left: 120px; } .pe-120 { - padding-right: 120px; -} + padding-right: 120px; } .pt-120 { - padding-top: 120px; -} + padding-top: 120px; } .pb-120 { - padding-bottom: 120px; -} + padding-bottom: 120px; } body { margin: 0; background-color: #292e44; - font-family: "Noto Sans", sans-serif; - font-weight: 400; -} + font-family: 'Noto Sans', sans-serif; + font-weight: 400; } h1, h2, @@ -4341,49 +3401,534 @@ h5, h6, strong, b { - font-family: "Playfair Display", serif; - font-weight: 700; -} + font-family: 'Playfair Display', serif; + font-weight: 700; } .container { width: 100%; max-width: 1200px; padding: 0 15px; - margin: auto; -} + margin: auto; } +#about .container #tab-wrapper .inner-tab { + display: none; } +#about .container #tab-wrapper .inner-tab.active { + display: block; } +#about .container #tab-wrapper #tab-skills { + padding: 60px; } + #about .container #tab-wrapper #tab-skills .row { + justify-content: space-between; } + #about .container #tab-wrapper #tab-skills .row .col-md-6, #about .container #tab-wrapper #tab-skills .row .col-6 { + width: 45%; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item { + display: block; + width: 100%; + margin-bottom: 50px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .skills__item-header, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .skills__item-header { + width: 100%; + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .skills__item-header div, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .skills__item-header div { + color: #FFC576; + font-size: 12px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .skills__item-header .progress-title, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .skills__item-header .progress-title { + color: #fff; + font-size: 12px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .progress, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .progress { + width: 100%; + height: 5px; + min-height: 5px; + background-color: #1F2235 !important; + border-radius: 5px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .progress-value, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .progress-value { + height: 5px; + background-color: #FFC576; + border-radius: 5px; } +#about .container #tab-wrapper #tab-service { + padding: 10px 50px; } + #about .container #tab-wrapper #tab-service .row { + flex-wrap: nowrap; } + #about .container #tab-wrapper #tab-service .row .col-md-4 { + margin: 30px 15px; } + #about .container #tab-wrapper #tab-service .row .col-md-4 h2 { + transition: all .2s; } + #about .container #tab-wrapper #tab-service .row .col-md-4:hover h2 { + color: #FFC576; } + #about .container #tab-wrapper #tab-service .row .col-md-4 p { + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; } +#about .container #tab-wrapper #tab-interview { + padding: 10px 50px; } + #about .container #tab-wrapper #tab-interview .row { + flex-wrap: nowrap; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 { + margin: 30px 15px; + display: flex; + align-items: flex-start; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 img { + border-radius: 10px; + width: 170px; + height: 160px; + margin-right: 25px; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 h2 { + margin-top: 0; + padding: 0; + transition: all .2s; } + #about .container #tab-wrapper #tab-interview .row .col-md-6:hover h2 { + color: #FFC576; + padding: 0; + margin-top: 0; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 p { + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 a { + color: #FFC576; + font-size: 12px; + text-decoration: none; + font-weight: 500; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 a i { + opacity: 0; + transition: all .5s; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 a:hover i { + opacity: 1; + margin-left: 6px; } +#about .container #tab-wrapper #tab-award { + padding: 10px 50px; } + #about .container #tab-wrapper #tab-award .row { + flex-wrap: nowrap; + align-items: center; } + #about .container #tab-wrapper #tab-award .row .col-md-6 { + margin: 30px 15px; + display: flex; + align-items: flex-start; + align-items: center; } + #about .container #tab-wrapper #tab-award .row .col-md-6 img { + border-radius: 10px; + margin-right: 35px; + margin-top: 20px; } + #about .container #tab-wrapper #tab-award .row .col-md-6 h2 { + margin-top: 0; + transition: all .2s; } + #about .container #tab-wrapper #tab-award .row .col-md-6:hover h2 { + color: #FFC576; + padding: 0; } + #about .container #tab-wrapper #tab-award .row .col-md-6 p { + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + margin: 0; } + #about .container #tab-wrapper #tab-award .row .col-md-6 a { + color: #FFC576; + font-size: 12px; + text-decoration: none; + font-weight: 500; } + #about .container #tab-wrapper #tab-award .row .col-md-6 a i { + opacity: 0; + transition: all .5s; } + #about .container #tab-wrapper #tab-award .row .col-md-6 a:hover i { + opacity: 1; + margin-left: 6px; } +#about .container #tab-wrapper #tab-exhibition .row { + justify-content: center; + padding: 50px 0; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4 { + height: 244px; + width: 305px; + margin: 15px; + border-radius: 8px; + overflow: hidden; + position: relative; + transition: all .4s; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:hover { + background-size: 110%; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:hover p { + bottom: 0; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4 a { + width: 100%; + height: 90px; + position: absolute; + top: 0; + left: 0; + background-color: transparent; + cursor: pointer; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4 p { + position: absolute; + bottom: -90%; + left: 0; + padding: 0 20px; + margin-bottom: 0; + right: 0; + text-align: start; + padding-bottom: 10px; + padding-top: 70px; + background-image: linear-gradient(180deg, rgba(31, 34, 53, 0) 0%, #1f2235 100%); + transition: all .4s; + font-size: 20px; + font-weight: 600; + font-family: 'Playfair Display', serif; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(1) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-11-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(2) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-10-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(3) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-8-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(4) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-7-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(5) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-6-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(6) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-4-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + +#img-modal { + height: 100vh; + width: 100%; + position: fixed; + left: 0; + top: 0; + background-color: rgba(0, 0, 0, 0.8); + cursor: grab; + justify-content: center; + align-items: center; + transition: all .5s; + opacity: 0; + z-index: -1; + display: flex; } + #img-modal .black-background { + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + width: 100%; + position: absolute; + left: 0; + top: 0; + z-index: 1; + display: none; } + #img-modal .black-background.show-black-background { + display: block; } + #img-modal .img-modal__header { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 50px; + display: flex; + justify-content: flex-end; + align-items: center; + padding: 10px 0; } + #img-modal .img-modal__header i { + cursor: pointer; + color: rgba(238, 238, 238, 0.9); + font-size: 20px; + transition: all .4s; + margin-right: 30px; } + #img-modal .img-modal__header i:hover { + color: #fff; } + #img-modal .img-modal__header i.img-modal__header-shareToggle { + position: relative; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu { + position: absolute; + background-color: #fff; + right: -15px; + padding: 15px; + width: 150px; + z-index: 1; + top: 200%; + border-radius: 3px; + display: none; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu:after { + content: ''; + border: 10px solid #fff; + position: absolute; + right: 10px; + top: -20px; + border-left-color: transparent; + border-right-color: transparent; + border-top-color: transparent; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu a { + font-size: 12px; + text-align: start; + text-decoration: none; + margin: 10px 0; + display: flex; + justify-content: flex-start; + align-items: center; + position: relative; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu a span { + position: absolute; + left: 25px; + float: left; + color: #333; + font-weight: 500; + font-size: 13px; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu a i { + font-size: 15px; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu a .fa-facebook-square { + color: #3B5998; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu a .fa-twitter { + color: #1DA1F2; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu a .fa-pinterest { + color: #BD081C; } + #img-modal .img-modal__header i.img-modal__header-shareToggle .dropdown-menu a .fa-download { + color: #AAB5BC; } + #img-modal .img-modal__header i.img-modal__header-shareToggle.share-show .dropdown-menu { + display: block; } + #img-modal:active { + cursor: grabbing; } + #img-modal .modal-img { + height: 78%; + width: 55%; + border-radius: 2px; + transition: all 2s; + transform: scale(0.9); + background-repeat: no-repeat; + background-size: cover; } + #img-modal .modal-img.transformScale { + transform: scale(2) !important; } + +#img-modal.show { + display: flex; + opacity: 1; + z-index: 0; + transition: all 0.5s; } + #img-modal.show .modal-img { + transition: all .5s; + transform: scale(1); } + +@media (max-width: 950px) { + #about .container #tab-wrapper .inner-tab .row { + display: block; + text-align: center; } + #about .container #tab-wrapper .inner-tab .row .col-6, #about .container #tab-wrapper .inner-tab .row .col-md-6 { + width: 100% !important; } + #about .container #tab-wrapper .inner-tab .row .col-6 { + text-align: start; } + + #about .container #tab-wrapper .inner-tab { + display: none; } + #about .container #tab-wrapper .inner-tab.active { + display: block; } + #about .container #tab-wrapper #tab-skills { + padding: 50px; } + #about .container #tab-wrapper #tab-skills .row { + justify-content: space-between; } + #about .container #tab-wrapper #tab-skills .row .col-md-6, #about .container #tab-wrapper #tab-skills .row .col-6 { + width: 45%; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item { + display: block; + width: 100%; + margin-bottom: 50px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .skills__item-header, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .skills__item-header { + width: 100%; + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .skills__item-header div, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .skills__item-header div { + color: #FFC576; + font-size: 12px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .skills__item-header .progress-title, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .skills__item-header .progress-title { + color: #fff; + font-size: 12px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .progress, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .progress { + width: 100%; + height: 5px; + min-height: 5px; + background-color: #1F2235 !important; + border-radius: 5px; } + #about .container #tab-wrapper #tab-skills .row .col-md-6 .skills__item .progress-value, #about .container #tab-wrapper #tab-skills .row .col-6 .skills__item .progress-value { + height: 5px; + background-color: #FFC576; + border-radius: 5px; } + #about .container #tab-wrapper #tab-service { + padding: 0; } + #about .container #tab-wrapper #tab-service .row { + padding: 0; } + #about .container #tab-wrapper #tab-service .row .col-md-4:hover h3 { + color: #FFC576; } + #about .container #tab-wrapper #tab-service .row .col-md-4 p { + margin-right: 0; + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; } + #about .container #tab-wrapper #tab-interview { + padding: 0; } + #about .container #tab-wrapper #tab-interview .row { + padding: 0; } + #about .container #tab-wrapper #tab-interview .row .col-md-6:hover h3 { + color: #FFC576; } + #about .container #tab-wrapper #tab-interview .row .col-md-6 p { + margin-right: 0; + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; } + #about .container #tab-wrapper #tab-award { + padding: 0; } + #about .container #tab-wrapper #tab-award .row { + padding: 0; + align-items: center; } + #about .container #tab-wrapper #tab-award .row .col-md-6 { + align-items: center; + display: block; + margin-bottom: 50px; } + #about .container #tab-wrapper #tab-award .row .col-md-6 img { + margin-right: 20px; + margin-bottom: 20px; } + #about .container #tab-wrapper #tab-award .row .col-md-6:hover h3 { + color: #FFC576; } + #about .container #tab-wrapper #tab-award .row .col-md-6 p { + margin-right: 0; + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + margin: 0; } + #about .container #tab-wrapper #tab-exhibition .row { + display: flex; + flex-wrap: wrap; + padding: 50px 0; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4 { + height: 244px; + width: 305px; + margin: 15px; + border-radius: 8px; + overflow: hidden; + position: relative; + transition: all .4s; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; + margin: 20px auto; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:hover { + background-size: 110%; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:hover p { + bottom: 0; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4 a { + width: 100%; + height: 90px; + position: absolute; + top: 0; + left: 0; + background-color: transparent; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4 p { + position: absolute; + bottom: -90%; + left: 0; + padding: 0 20px; + margin-bottom: 0; + right: 0; + text-align: start; + padding-bottom: 10px; + padding-top: 70px; + background-image: linear-gradient(180deg, rgba(31, 34, 53, 0) 0%, #1f2235 100%); + transition: all .4s; + font-size: 20px; + font-weight: 600; + font-family: 'Playfair Display', serif; } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(1) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-11-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(2) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-10-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(3) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-8-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(4) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-7-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(5) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-6-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + #about .container #tab-wrapper #tab-exhibition .row .col-md-4:nth-child(6) { + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-4-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); } + + #img-modal { + height: 100vh; + width: 100%; + position: fixed; + left: 0; + top: 0; + background-color: rgba(0, 0, 0, 0.8); + cursor: grab; + display: flex; + justify-content: center; + align-items: center; } + #img-modal .img-modal__header { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 50px; + display: flex; + justify-content: flex-end; + align-items: center; + padding: 10px 0; } + #img-modal .img-modal__header i { + cursor: pointer; + color: rgba(238, 238, 238, 0.9); + font-size: 20px; + margin-right: 30px; } + #img-modal .img-modal__header i:hover { + color: #fff; } + #img-modal:active { + cursor: grabbing; } + #img-modal .modal-img { + height: 70%; + max-width: 82%; + min-width: 80%; } } +@media (max-width: 750px) { + #img-modal { + height: 100vh; + width: 100%; + position: fixed; + left: 0; + top: 0; + background-color: rgba(0, 0, 0, 0.8); + cursor: grab; + display: flex; + justify-content: center; + align-items: center; } + #img-modal .img-modal__header { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 50px; + display: flex; + justify-content: flex-end; + align-items: center; + padding: 10px 0; } + #img-modal .img-modal__header i { + cursor: pointer; + color: rgba(238, 238, 238, 0.9); + font-size: 20px; + margin-right: 30px; } + #img-modal .img-modal__header i:hover { + color: #fff; } + #img-modal:active { + cursor: grabbing; } + #img-modal .modal-img { + min-width: 100%; + height: 65%; } } #hero { height: calc(100vh - 105px); display: flex; align-items: center; justify-content: center; - overflow: hidden; -} -#hero .hero-title { - line-height: 1; -} + overflow: hidden; } + #hero .hero-title { + line-height: 1; } #about p { - line-height: 1.6; -} + line-height: 1.6; } #about .btn-group { - border: 1px solid rgba(255, 255, 255, 0.05); -} -#about .btn-group .btn { - width: 100%; - background-color: #2a2c47; - color: #cacbd2; - height: 47px; - border-radius: 0; - border-right: 1px solid rgba(255, 255, 255, 0.05); - outline: 0; -} -#about .btn-group .btn:hover, #about .btn-group .btn:focus, #about .btn-group .btn.active { - background-color: #ffc576; - color: #292e44; -} + border: 1px solid rgba(255, 255, 255, 0.05); } + #about .btn-group .btn { + width: 100%; + background-color: #2a2c47; + color: #cacbd2; + height: 47px; + border-radius: 0; + border-right: 1px solid rgba(255, 255, 255, 0.05); + outline: 0; } + #about .btn-group .btn:hover, #about .btn-group .btn:focus, #about .btn-group .btn.active { + background-color: #ffc576; + color: #292e44; } #about #tab-wrapper { - background-color: #404564; -} + background-color: #404564; } /*# sourceMappingURL=style.css.map */ diff --git a/css/style.css.map b/css/style.css.map index 3e0df23..44ab34c 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1,9 +1,7 @@ - { "version": 3, -"mappings": "AAAA,MAAO;EACH,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,MAAM;;AAGnB,YAAa;EACT,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,eAAe,EAAE,aAAa;;AAI9B,qBAAI;EACA,MAAM,EAAE,IAAI;;AAIpB,iBAAkB;EACd,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,eAAe,EAAE,QAAQ;EACzB,UAAU,EAAE,IAAI;EAChB,oBAAG;IACC,MAAM,EAAE,KAAK;IACb,OAAO,EAAE,MAAM;IACf,sBAAE;MACE,KAAK,EAAE,IAAI;MACX,eAAe,EAAE,IAAI;MACrB,WAAW,EAAE,GAAG;MAChB,UAAU,ECvBd,IAAI;MDwBA,QAAQ,EAAE,QAAQ;MAClB,6BAAS;QACL,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,QAAQ;QAClB,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,KAAK;QACb,IAAI,EAAE,CAAC;QACP,MAAM,EAAE,GAAG;QACX,gBAAgB,ECtCvB,OAAO;MDwCJ,2DACS;QACL,UAAU,ECpClB,IAAI;QDqCI,KAAK,EC3CZ,OAAO;QD4CA,yEAAS;UACL,KAAK,EAAE,IAAI;UACX,UAAU,ECxCtB,IAAI;;ACNZ,IAAK;EACD,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,QAAQ;EACjB,MAAM,EAAE,qBAAqB;EAC7B,aAAa,EAAE,GAAG;EAClB,UAAU,EDCN,IAAI;ECAR,MAAM,EAAE,OAAO;;AAGnB,OAAQ;EACJ,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,QAAQ;;AAGrB,OAAQ;EACJ,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,SAAS;;AAGtB,sCAAY;EACR,gBAAgB,EDpBX,OAAO;ECqBZ,YAAY,EDrBP,OAAO;ECsBZ,KAAK,EAAE,IAAI;;AAGf,mBAAoB;EAChB,gBAAgB,EAAE,WAAW;EAC7B,YAAY,ED3BP,OAAO;EC4BZ,KAAK,ED5BA,OAAO;EC6BZ,yBAAQ;IAEJ,UAAU,EDzBV,IAAI;;AENZ,IAAK;EACD,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,UAAU;;AAKvB,MAAW;EACP,KAAK,EAAE,aAAc;;AADzB,MAAW;EACP,KAAK,EAAE,cAAc;;AADzB,MAAW;EACP,KAAK,EAAE,GAAc;;AADzB,MAAW;EACP,KAAK,EAAE,cAAc;;AADzB,MAAW;EACP,KAAK,EAAE,cAAc;;AADzB,MAAW;EACP,KAAK,EAAE,GAAc;;AADzB,MAAW;EACP,KAAK,EAAE,cAAc;;AADzB,MAAW;EACP,KAAK,EAAE,cAAc;;AADzB,MAAW;EACP,KAAK,EAAE,GAAc;;AADzB,OAAW;EACP,KAAK,EAAE,cAAc;;AADzB,OAAW;EACP,KAAK,EAAE,cAAc;;AADzB,OAAW;EACP,KAAK,EAAE,IAAc;;AAKzB,oCAA4D;EAEpD,SAAoB;IAChB,KAAK,EAAE,aAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,IAAc;AAHjC,oCAA4D;EAEpD,SAAoB;IAChB,KAAK,EAAE,aAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,IAAc;AAHjC,oCAA4D;EAEpD,SAAoB;IAChB,KAAK,EAAE,aAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,IAAc;AAHjC,qCAA4D;EAEpD,SAAoB;IAChB,KAAK,EAAE,aAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,IAAc;AAHjC,qCAA4D;EAEpD,SAAoB;IAChB,KAAK,EAAE,aAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,SAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,IAAc;AAHjC,qCAA4D;EAEpD,UAAoB;IAChB,KAAK,EAAE,aAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,UAAoB;IAChB,KAAK,EAAE,GAAc;;EADzB,WAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,WAAoB;IAChB,KAAK,EAAE,cAAc;;EADzB,WAAoB;IAChB,KAAK,EAAE,IAAc;ACjBrC,YAAa;EACT,KAAK,EHDA,OAAO;;AGIhB,WAAY;EACR,KAAK,EAAE,IAAI;;AAGf,UAAW;EACP,KAAK,EHRF,OAAO;;AGcV,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;ACX7B,IAAK;EACD,MAAM,EAAE,CAAC;EACT,gBAAgB,EJNb,OAAO;EIOV,WAAW,EAAE,uBAAuB;EACpC,WAAW,EAAE,GAAG;;AAGpB;;;;;;;CAOE;EACE,WAAW,EAAE,yBAAyB;EACtC,WAAW,EAAE,GAAG;;AAGpB,UAAW;EACP,KAAK,EAAE,IAAI;EACX,SAAS,EAAE,MAAM;EACjB,OAAO,EAAE,MAAM;EACf,MAAM,EAAE,IAAI;;AAKhB,WAAW;EACP,KAAK,EAAE,IAAI;EAEX,iBAAO;IACH,YAAY,EAAE,CAAC;IACf,OAAO,EAAE,IAAI;IACb,eAAe,EAAE,MAAM;IACvB,WAAW,EAAE,MAAM;IACnB,UAAU,EAAE,IAAI;IAEhB,sBAAM;MACF,KAAK,EAAE,OAAO;MACd,OAAO,EAAE,IAAI;MACb,MAAM,EAAE,mCAA+B;MACvC,gBAAgB,EAAE,OAAO;MACzB,SAAS,EAAE,IAAI;MACf,KAAK,EAAE,KAAK;MACZ,UAAU,EAAE,MAAM;MAClB,MAAM,EAAE,OAAO;MACf,MAAM,EAAE,IAAI;MACZ,WAAW,EAAE,IAAI;MACjB,UAAU,EJhDd,IAAI;MIiDA,WAAW,EAAE,GAAG;MAChB,WAAW,EAAE,qBAAqB;MAElC,4BAAO;QACH,gBAAgB,EAAE,OAAO;QACzB,KAAK,EAAE,KAAK;MAIhB,6BAAQ;QACJ,gBAAgB,EAAE,OAAO;QACzB,KAAK,EAAE,KAAK;EAQpB,wBAAG;IACC,OAAO,EAAE,IAAI;EAEjB,+BAAU;IACN,OAAO,EAAE,KAAK;;AAO1B,yBAAyB;EACrB,WAAW;IAEP,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,MAAM;IACd,iBAAO;MACH,OAAO,EAAE,IAAI;MACb,qBAAqB,EAAE,mCAAiC;MACxD,KAAK,EAAE,IAAI;MACX,sBAAM;QACF,KAAK,EAAE,GAAG", -"sources": ["../sass/_header.scss","../sass/_variables.scss","../sass/_utils.scss","../sass/_grid.scss","../sass/_typography.scss","../sass/style.scss"], +"mappings": "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U;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,MAAa;EACT,SAAS,EAAE,IAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EACT,SAAS,EAAE,KAAU;;AADzB,OAAa;EA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", +"sources": ["../sass/_header.scss","../sass/_variables.scss","../sass/_utils.scss","../sass/_grid.scss","../sass/_typography.scss","../sass/_footer.scss","../sass/_spacing.scss","../sass/style.scss","../sass/sections/_hero.scss","../sass/sections/_about.scss"], "names": [], "file": "style.css" -} - +} \ No newline at end of file diff --git a/index.html b/index.html index 0f869bd..52fa004 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ + @@ -44,31 +45,30 @@

Javascript developer

-
- +
- +
- +
- +
- +
- +
-
+
About me @@ -91,36 +91,282 @@

Why hire me for your next project?

+
+
+
+
+
+
COMMUNICATION
+
75%
+
+
+
+
+
+
+
+
ORGANIZATION
+
75%
+
+
+
+
+
+
+
+
ANALYTICAL ABILITIES
+
75%
+
+
+
+
+
+
+
+
CREATIVITY
+
75%
+
+
+
+
+
+
+
+
+
+
PROJECT MANAGEMENT
+
75%
+
+
+
+
+
+
+
+
PERSEVERANCE
+
75%
+
+
+
+
+
+
+
+
PROBLEM SOLVING
+
75%
+
+
+
+
+
+
+
+
RESOURCEFULNESS
+
75%
+
+
+
+
+
+
+
+
+
+
+
+ +

Business Strategy

+

+ Strategy develop customer in organisational knowledge and market perspectives that inform and provoke. +

+
+
+ +

Brand Strategy

+

+ Strategy develop customer in organisational knowledge and market perspectives that inform and provoke. +

+
+
+ +

Visual Design

+

+ Strategy develop customer in organisational knowledge and market perspectives that inform and provoke. +

+
+
+
+
+ +

Product Design

+

+ Strategy develop customer in organisational knowledge and market perspectives that inform and provoke. +

+
+
+ +

Interactive Design

+

+ Strategy develop customer in organisational knowledge and market perspectives that inform and provoke. +

+
+
+ +

Motion Graphic

+

+ Strategy develop customer in organisational knowledge and market perspectives that inform and provoke. +

+
+
+
+
+
+
+ +
+

Business Strategy

+

There are many variations of passages lorem Ipsum available, but the majority have suffered alteration.

+ SEA MORE +
+
+
+ +
+

Business Strategy

+

There are many variations of passages lorem Ipsum available, but the majority have suffered alteration.

+ SEA MORE +
+
+
+
+
+ +
+

Business Strategy

+

There are many variations of passages lorem Ipsum available, but the majority have suffered alteration.

+ SEA MORE +
+
+
+ +
+

Business Strategy

+

There are many variations of passages lorem Ipsum available, but the majority have suffered alteration.

+ SEA MORE +
+
+
+
+
+
+
+ +
+

Awards Name Here

+

Strategy develop customer in organisational knowledge and market perspectives that inform and provoke.

+
+
+
+ +
+

Awards Name Here

+

Strategy develop customer in organisational knowledge and market perspectives that inform and provoke.

+
+
+
+
+
+ +
+

Awards Name Here

+

Strategy develop customer in organisational knowledge and market perspectives that inform and provoke.

+
+
+
+ +
+

Awards Name Here

+

Strategy develop customer in organisational knowledge and market perspectives that inform and provoke.

+
+
+
+
+
+
+
+
+ +

+ Can you help translate this
site into a foreign? +

+
+
+
+
+ +

+ Can you help translate this
site into a foreign? +

+
+
+
+
+ +

+ Can you help translate this
site into a foreign? +

+
+
+
+
+ +

+ Can you help translate this
site into a foreign? +

+
+
+
+
+ +

+ Can you help translate this
site into a foreign? +

+
+
+
+
+ +

+ Can you help translate this
site into a foreign? +

+
+
+
+
- - - - - - - - - - - - - - - - - - - - - - - - - +
+
+
+ + + + + + +
+ +
@@ -150,6 +396,9 @@

Let's Talk ?

+ + + \ No newline at end of file diff --git a/js/about-page.js b/js/about-page.js index 4e3aeb8..108cd4c 100644 --- a/js/about-page.js +++ b/js/about-page.js @@ -1,21 +1,18 @@ -let aboutPageMenuItems = document.querySelector('main section.about-page ul.about-page__menu'); -let aboutPageSections = document.querySelector('main section.about-page .about-page__section'); - -for(let i=0; i{ + item.classList.remove('active'); + item.classList.remove('btn-active'); + }) + e.target.classList.add('active'); + for(let i=0;i<6;i++){ + document.getElementById('tab-wrapper').children[i].classList.remove('active') } - for(let i=0;i mouseY){ + bgPosY = mouseY / height * 50; + } else{ + bgPosY = mouseY / height * 150; + } + + if(width / 2 > mouseX){ + bgPosX = mouseX / width * 150; + } else{ + bgPosX = mouseX / width * 50; + } + + + + // console.log(bgPosX,bgPosY); + + if(e.target.classList.contains('transformScale')){ + e.target.classList.remove('transformScale'); + + } else{ + e.target.classList.add('transformScale'); + e.target.style.backgroundPosition = `${bgPosX}% ${bgPosY}%`; + } + +} + + + + +document.querySelector('.img-modal .img-modal__header').style.zIndex = '1'; + + +document.querySelector('div.img-modal .img-modal__header .img-modal__header-plusToggle').onclick = function(){ + if(document.querySelector('div.img-modal .modal-img').classList.contains('transformScale')){ + document.querySelector('div.img-modal .modal-img').classList.remove('transformScale'); + } else{ + document.querySelector('.img-modal .img-modal__header').style.backgroundColor = 'rgba(0,0,0,0.4)'; + document.querySelector('div.img-modal .modal-img').classList.add('transformScale'); + } +} + +document.querySelector('div.img-modal .img-modal__header .img-modal__header-fullScreenToggle').onclick = function(e){ + // document.documentElement.requestFullscreen(); + document.querySelector('div.img-modal').style.backgroundColor = 'rgba(0,0,0,1)'; + e.target.setAttribute('class','fas fa-compress'); + document.documentElement.requestFullscreen(); + document.querySelector('div.img-modal .img-modal__header .fa-compress').onclick = function(e){ + e.target.setAttribute('class','fas fa-expand'); + document.exitFullscreen(); + document.querySelector('div.img-modal').style.backgroundColor = 'rgba(0,0,0,0.8)'; + } +} + + +console.log(document.fullscreen); + + + +// setInterval(function(){ +// document.onfullscreenchange = function(){ +// alert('change screen'); +// } +// }) + +// setInterval(function(){ +// console.log(document.fullscreenEnabled); +// },4000) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sass/_typography.scss b/sass/_typography.scss index 72b1746..188b4a3 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -9,6 +9,15 @@ .text-dark { color: $dark; } +.text-start{ + text-align: start !important; +} +.text-center{ + text-align: center !important; +} +.text-end{ + text-align: end !important; +} $size: 10; $max-size: 120; diff --git a/sass/style.scss b/sass/style.scss index 608e28a..2b636c8 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -34,76 +34,695 @@ b { } +#about .container #tab-wrapper{ + .inner-tab{ + display: none; + } + .inner-tab.active{ + display: block; + } + #tab-skills{ + padding: 60px; + .row{ + justify-content: space-between; + .col-md-6, .col-6{ + width: 45%; + .skills__item{ + display: block; + width: 100%; + margin-bottom: 50px; + + .skills__item-header{ + width: 100%; + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; + + div{ + color: #FFC576; + font-size: 12px; + } + .progress-title{ + color: #fff; + font-size: 12px; + } + + } + .progress{ + width: 100%; + height: 5px; + min-height: 5px; + background-color: #1F2235 !important; + border-radius: 5px; + &-value{ + height: 5px; + background-color: #FFC576; + border-radius: 5px; + } + } + } + } + } + } + #tab-service{ + padding: 10px 50px; + .row{ + flex-wrap: nowrap; + .col-md-4{ + margin: 30px 15px; + h2{ + transition: all .2s; + } + &:hover{ + + h2{ + color: #FFC576; + } + + } + p{ + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + } + } + } + } + #tab-interview{ + padding: 10px 50px; + .row{ + flex-wrap: nowrap; + .col-md-6{ + margin: 30px 15px; + display: flex; + align-items: flex-start; + img{ + border-radius: 10px; + width: 170px; + height: 160px; + margin-right: 25px; + } + h2{ + margin-top: 0; + padding: 0; + transition: all .2s; + } + &:hover{ + + h2{ + color: #FFC576; + padding: 0; + margin-top: 0; + } + + } + p{ + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + } + a{ + color: #FFC576; + font-size: 12px; + text-decoration: none; + font-weight: 500; + i{ + opacity: 0; + transition: all .5s; + } + &:hover{ + i{ + opacity: 1; + margin-left: 6px; + } + } + } + } + } + } + #tab-award{ + padding: 10px 50px; + .row{ + flex-wrap: nowrap; + align-items: center; + .col-md-6{ + margin: 30px 15px; + display: flex; + align-items: flex-start; + align-items: center; + img{ + border-radius: 10px; + margin-right: 35px; + margin-top: 20px; + } + h2{ + margin-top: 0; + // padding: 0; + transition: all .2s; + } + &:hover{ + + h2{ + color: #FFC576; + padding: 0; + } + + } + p{ + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + margin: 0; + } + a{ + color: #FFC576; + font-size: 12px; + text-decoration: none; + font-weight: 500; + i{ + opacity: 0; + transition: all .5s; + } + &:hover{ + i{ + opacity: 1; + margin-left: 6px; + } + } + } + } + } + } + #tab-exhibition{ + .row{ + justify-content: center; + padding: 50px 0; + + .col-md-4{ + height: 244px; + width: 305px; + margin: 15px; + border-radius: 8px; + overflow: hidden; + position: relative; + transition: all .4s; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; + &:hover{ + p{ + bottom: 0; + } + background-size: 110%; + } + a{ + width: 100%; + height: 90px; + position: absolute; + top: 0; + left: 0; + background-color: transparent; + cursor: pointer; + } + p{ + position: absolute; + bottom: -90%; + left: 0; + padding: 0 20px; + margin-bottom: 0; + right: 0; + text-align: start; + padding-bottom: 10px; + padding-top: 70px; + background-image: linear-gradient(180deg, rgba(31,34,53,0) 0%, #1f2235 100%); + transition: all .4s; + font-size: 20px; + font-weight: 600; + font-family: 'Playfair Display', serif; + } + } + .col-md-4:nth-child(1){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-11-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(2){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-10-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(3){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-8-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(4){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-7-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(5){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-6-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(6){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-4-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + } + } +} -.about-page{ +#img-modal{ + height: 100vh; width: 100%; + position: fixed; + left: 0; + top: 0; + background-color: rgba(0, 0, 0, 0.8); + cursor: grab; + justify-content: center; + align-items: center; + transition: all .5s; + opacity: 0; + z-index: -1; + display: flex; - &__menu{ - padding-left: 0; + .black-background{ + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + width: 100%; + position: absolute; + left: 0; + top: 0; + z-index: 1; + display: none; + } + .black-background.show-black-background{ + display: block; + } + + .img-modal__header{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 50px; display: flex; - justify-content: center; + justify-content: flex-end; align-items: center; - list-style: none; - - &-item{ - color: #cacbd2; - padding: 10px; - border: 1px solid rgba(255,255,255,.05); - background-color: #2a2c47; - font-size: 14px; - width: 126px; - text-align: center; + padding: 10px 0; + i{ cursor: pointer; - height: 27px; - line-height: 28px; - transition: $speed; - font-weight: 500; - font-family: hk grotesk,Sans-serif; - + color: hsla(0,0%,93.3%,0.9); + font-size: 20px; + transition: all .4s; &:hover{ - background-color: #FFC576; - color: black; - // transition: $speed; + color: #fff; + + } + margin-right: 30px; + } + i.img-modal__header-shareToggle{ + position: relative; + .dropdown-menu{ + position: absolute; + background-color: #fff; + right: -15px; + padding: 15px; + width: 150px; + z-index: 1; + top: 200%; + border-radius: 3px; + display: none; + + &:after{ + content: ''; + border: 10px solid #fff; + position: absolute; + right: 10px; + top: -20px; + border-left-color: transparent; + border-right-color: transparent; + border-top-color: transparent; + // border-bottom-color: transparent; + } + // height: 100px; + a{ + font-size: 12px; + // display: block; + text-align: start; + text-decoration: none; + margin: 10px 0; + display: flex; + justify-content: flex-start; + align-items: center; + position: relative; + span{ + position: absolute; + left: 25px; + float: left; + color: #333; + font-weight: 500; + font-size: 13px; + } + i{ + + font-size: 15px; + } + .fa-facebook-square{ + color: #3B5998; + } + .fa-twitter{ + color: #1DA1F2; + } + .fa-pinterest{ + color: #BD081C; + } + .fa-download{ + color: #AAB5BC; + } + } } - - &.active{ - background-color: #FFC576; - color: black; + } + i.img-modal__header-shareToggle.share-show{ + .dropdown-menu{ + display: block; } + } + } + &:active{ + cursor: grabbing; + } + .modal-img{ + height: 78%; + width: 55%; + border-radius: 2px; + transition: all 2s; + transform: scale(0.9); + background-repeat: no-repeat; + background-size: cover; + &.transformScale{ + transform: scale(2) !important; } } +} +#img-modal.show{ + display: flex; + opacity: 1; + z-index: 0; + transition: all 0.5s; + .modal-img{ + transition: all .5s; + transform: scale(1); + } +} + +@media (max-width: 950px){ + #about .container #tab-wrapper .inner-tab .row{ + display: block; + text-align: center; - &__section{ - div{ + .col-6,.col-md-6{ + width: 100% !important; + } + .col-6{ + text-align: start; + } + + } + #about .container #tab-wrapper{ + .inner-tab{ display: none; } - div.active{ + .inner-tab.active{ display: block; } - } - -} - + #tab-skills{ + padding: 50px; + .row{ + justify-content: space-between; + .col-md-6, .col-6{ + width: 45%; + .skills__item{ + display: block; + width: 100%; + margin-bottom: 50px; + + .skills__item-header{ + width: 100%; + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; + + div{ + color: #FFC576; + font-size: 12px; + } + .progress-title{ + color: #fff; + font-size: 12px; + } + + } + .progress{ + width: 100%; + height: 5px; + min-height: 5px; + background-color: #1F2235 !important; + border-radius: 5px; + &-value{ + height: 5px; + background-color: #FFC576; + border-radius: 5px; + } + } + } + } + } + } + #tab-service{ + padding: 0; + .row{ + padding: 0; + .col-md-4{ + &:hover{ + + h3{ + color: #FFC576; + } + + } + p{ + margin-right: 0; + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + } + } + } + } + #tab-interview{ + padding: 0; + .row{ + padding: 0; + .col-md-6{ + &:hover{ + + h3{ + color: #FFC576; + } + + } + p{ + margin-right: 0; + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + } + } + } + } + #tab-award{ + padding: 0; + .row{ + padding: 0; + align-items: center; + .col-md-6{ + align-items: center; + display: block; + margin-bottom: 50px; + img{ + margin-right: 20px; + margin-bottom: 20px; + } + &:hover{ + + h3{ + color: #FFC576; + } + + } + p{ + margin-right: 0; + font-family: "HK Grotesk", Sans-serif; + font-size: 16px; + margin: 0; + } + } + } + } + #tab-exhibition{ + .row{ + display: flex; + flex-wrap: wrap; + padding: 50px 0; -@media (max-width: 767px){ - .about-page{ + .col-md-4{ + height: 244px; + width: 305px; + margin: 15px; + border-radius: 8px; + overflow: hidden; + position: relative; + transition: all .4s; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; + margin: 20px auto; + &:hover{ + p{ + bottom: 0; + } + background-size: 110%; + } + a{ + width: 100%; + height: 90px; + position: absolute; + top: 0; + left: 0; + background-color: transparent; + + } + p{ + position: absolute; + bottom: -90%; + left: 0; + padding: 0 20px; + margin-bottom: 0; + right: 0; + text-align: start; + padding-bottom: 10px; + padding-top: 70px; + background-image: linear-gradient(180deg, rgba(31,34,53,0) 0%, #1f2235 100%); + transition: all .4s; + font-size: 20px; + font-weight: 600; + font-family: 'Playfair Display', serif; + } + } + .col-md-4:nth-child(1){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-11-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(2){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-10-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(3){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-8-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(4){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-7-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(5){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-6-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + .col-md-4:nth-child(6){ + background-image: url(https://wp.quomodosoft.com/growth/wp-content/uploads/elementor/thumbs/post-4-oz7w353m5jlxgw3wdwoxy7lmjaq4uaq96w1gnunbmo.jpg); + } + } + } + } + #img-modal{ + height: 100vh; width: 100%; - margin: 0 auto; - &__menu{ - display: grid; - grid-template-columns: repeat(auto-fill,minmax(48%,50%)); + position: fixed; + left: 0; + top: 0; + background-color: rgba(0, 0, 0, 0.8); + cursor: grab; + display: flex; + justify-content: center; + align-items: center; + // position: relative; + + .img-modal__header{ + position: absolute; + top: 0; + left: 0; width: 100%; - &-item{ - width: 90%; + height: 50px; + display: flex; + justify-content: flex-end; + align-items: center; + padding: 10px 0; + i{ + cursor: pointer; + color: hsla(0,0%,93.3%,0.9); + font-size: 20px; + &:hover{ + color: #fff; + + } + margin-right: 30px; } } + &:active{ + cursor: grabbing; + } + .modal-img{ + height: 70%; + max-width: 82%; + min-width: 80%; + } } } +@media (max-width: 750px){ + #img-modal{ + height: 100vh; + width: 100%; + position: fixed; + left: 0; + top: 0; + background-color: rgba(0, 0, 0, 0.8); + cursor: grab; + display: flex; + justify-content: center; + align-items: center; + // position: relative; + + .img-modal__header{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 50px; + display: flex; + justify-content: flex-end; + align-items: center; + padding: 10px 0; + i{ + cursor: pointer; + color: hsla(0,0%,93.3%,0.9); + font-size: 20px; + &:hover{ + color: #fff; + + } + margin-right: 30px; + } + } + &:active{ + cursor: grabbing; + } + .modal-img{ + min-width: 100%; + height: 65%; + } + } +}