[
  {
    "path": ".vscode/settings.json",
    "content": "{\n  \"liveServer.settings.port\": 5501\n}\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2023 Ram Maheshwari\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# Wowfolio 🦄\n\n## A Simple & Clean Portfolio Template For Developers 👨‍💻\n\n<div align=\"center\">\n  <img src=\"https://i.postimg.cc/wMhtzfw7/ezgif-com-gif-maker-1.gif\" alt=\"Wowfolio Demo\" width=\"100%\" />\n  <br>\n</div>\n\n<br/>\n\n---\n\n<br/>\n\n## Test the template with different colours using the colour picker 🎨\n\nThis is very helpful for you as you can test the template with different\ncolours and see which colour fits your needs so you can use that colour for your own website.\n\n<br/>\n\n<div align=\"center\">\n  <img src=\"https://i.postimg.cc/B6dQ6SSZ/ezgif-com-gif-maker-2.gif\" alt=\"Wowfolio Color Tester\" width=\"100%\" />\n  <br>\n</div>\n\n<br/>\n\n**Important Note**: Once you found the perfect colour for your site then just note the RGB value of the colour and then go inside this file called `style.css` on line number **9**, and replace the value of the **--themeColor** variable with your RGB value as shown in the below code example so you can see the colour change in your website.\n\n```css\n:root {\n  --themeColor: 29, 161, 242; /* Theme Color in (R,G,B) format */\n}\n```\n\n<br/>\n\n---\n\n<br/>\n\n## Technologies used 🛠️\n\n- **HTML** 💀\n- **CSS** 🌈\n- **JavaScript** 🧠\n\n<br/>\n\n---\n\n<br/>\n\n## Drop a Star ⭐\n\nIf you like this project then drop a **Github** star by pressing the **Star** button ⭐\n\n<br>\n\n---\n\n<br>\n\n## Author 👨‍💻\n\n**Ram Maheshwari ⚡**\n\nSupport me by giving me a Follow/Subscribe on my Social Accounts 🔥\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/rammcodes) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?logo=Twitter&logoColor=white)](https://twitter.com/rammcodes) [![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?logo=Instagram&logoColor=white)](https://instagram.com/rammcodes_) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?logo=YouTube&logoColor=white)](https://youtube.com/@rammcodes)\n<br>\n"
  },
  {
    "path": "index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n  <link rel=\"stylesheet\" href=\"style.css\" />\n  <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\" />\n  <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n  <link href=\"https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap\" rel=\"stylesheet\" />\n  <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css\" />\n  <title>WowFolio - A Simple & Clean Portfolio Template For Developers</title>\n  <meta name=\"description\" content=\"Wowfolio - A Simple & Clean Portfolio Template For Developers\" />\n</head>\n\n<body>\n  <header class=\"main-header\">\n    <div class=\"main-header__logo-container\">\n      <div class=\"main-header__logo-img-cont\">\n        <img\n          src=\"https://d33wubrfki0l68.cloudfront.net/32c48e23e828c42a99a37db81e2a91d7c8eed4de/d134a/assets/png/ram-maheshwari.png\"\n          alt=\"logo Image\" class=\"main-header__logo-img\" />\n      </div>\n      <h4 class=\"main-header__logo-text\">John Anderson</h4>\n    </div>\n    <nav class=\"main-header__navigation\">\n      <ul class=\"main-header__navigation-links\">\n        <li class=\"main-header__navigation-link\"><a href=\"./index.html\"> Home </a></li>\n        <li class=\"main-header__navigation-link\"><a href=\"./index.html#about\"> About </a></li>\n        <li class=\"main-header__navigation-link\">\n          <a href=\"./index.html#projects\"> Projects </a>\n        </li>\n        <li class=\"main-header__navigation-link\"><a href=\"./index.html#contact\" href=\"\"> Contact </a></li>\n      </ul>\n    </nav>\n    <div class=\"main-header__sm-scr-nav-btn\">\n      <div class=\"main-header__sm-scr-nav-btn-line\"></div>\n      <div class=\"main-header__sm-scr-nav-btn-line\"></div>\n    </div>\n    <div class=\"main-header__sm-menu\">\n      <div class=\"main-header__sm-menu-close\">\n\n      </div>\n      <ul class=\"main-header__sm-menu-links\">\n        <li>\n          <a class=\"main-header__sm-menu-link main-header__sm-menu-link--1\" name=\"home-hero\">Home</a>\n        </li>\n\n        <li>\n          <a class=\"main-header__sm-menu-link main-header__sm-menu-link--2\" name=\"about\">About</a>\n        </li>\n        <li>\n          <a class=\"main-header__sm-menu-link main-header__sm-menu-link--3\" name=\"projects\">Projects</a>\n        </li>\n        <li>\n          <a class=\"main-header__sm-menu-link main-header__sm-menu-link--4\" name=\"contact\">Contact</a>\n        </li>\n      </ul>\n    </div>\n    <!-- <button class=\"btn btn-theme btn-sm\">Download CV</button> -->\n  </header>\n\n  <!--Remove or Comment out this theme selector code when you are done with choosing the right color for your theme so this color selector don't appear when you host the site online-->\n  <div class=\"themeClrSelector\">\n    <input placeholder=\"Color Selector\" type=\"color\" value=\"#1DA1F2\" class=\"themeClrSelector__input\" />\n    <img alt=\"theme color tester\" src=\"https://img.icons8.com/fluent/48/000000/rgb-circle-1.png\"\n      class=\"themeClrSelector__img\" />\n  </div>\n  <!---->\n\n  <section id=\"home-hero\" class=\"home-hero\">\n    <div class=\"home-hero__content\">\n      <div class=\"home-hero__info\">\n        <h1 class=\"heading-primary home-hero__heading-primary\">\n          <span class=\"heading-primary__sm\"> Hello 👋</span>\n          <span class=\"heading-primary__main\">\n            I'm John Anderson! A Web Developer Building Awesome Webapps And Websites That Powers The Internet\n          </span>\n        </h1>\n        <button class=\"btn btn-theme home-hero__btn-theme\">Projects</button>\n        <button class=\"btn btn-inv home-hero__btn-theme\">Contact</button>\n      </div>\n    </div>\n  </section>\n  <section id=\"about\" class=\"about main-section\">\n    <div class=\"main-container\">\n      <h2 class=\"heading-secondary projects__heading-secondary\">\n        <span class=\"heading-secondary__sm\"> About 🦄</span>\n        <span class=\"heading-secondary__main\">\n          Here you will find more information about me, what I do, and list of my current skills in programming\n      </h2>\n      <div class=\"main-section__content\">\n        <div class=\"about__info\">\n          <div class=\"about__main-info\">\n            <h3 class=\"heading-quaternary about__heading-quaternary\">\n              My Story\n            </h3>\n            <p class=\"text-primary about__text-primary\">\n              <span>\n                Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n                Error, aliquid! Itaque corrupti magnam fugiat mollitia labore\n                magni saepe veritatis voluptatum alias fugit. Explicabo\n                ducimus sequi aut corporis odio repellendus? Lorem ipsum dolor\n                sit amet\n              </span>\n              <span>\n                Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n                Error, aliquid! Itaque corrupti magnam fugiat mollitia labore\n                magni saepe veritatis voluptatum alias fugit. Explicabo\n                ducimus sequi aut corporis odio repellendus? Lorem ipsum dolor\n                sit amet\n              </span>\n              <span>\n                Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n                Error, aliquid! Itaque corrupti magnam fugiat mollitia labore\n                magni saepe veritatis voluptatum alias fugit. Explicabo\n                ducimus sequi aut corporis odio repellendus? Lorem ipsum dolor\n                sit amet\n              </span>\n            </p>\n            <button class=\"btn btn-theme about__btn-theme\">Projects</button>\n          </div>\n          <div class=\"about__skill-info\">\n            <h3 class=\"heading-quaternary about__heading-quaternary\">\n              My Skills\n            </h3>\n            <ul class=\"about__skills\">\n              <li class=\"about__skill\">html</li>\n              <li class=\"about__skill\">css</li>\n              <li class=\"about__skill\">javascript</li>\n              <li class=\"about__skill\">react</li>\n              <li class=\"about__skill\">node</li>\n              <li class=\"about__skill\">git</li>\n              <li class=\"about__skill\">vscode</li>\n              <li class=\"about__skill\">linux</li>\n              <li class=\"about__skill\">react</li>\n              <li class=\"about__skill\">node</li>\n              <li class=\"about__skill\">git</li>\n              <li class=\"about__skill\">vscode</li>\n              <li class=\"about__skill\">linux</li>\n              <li class=\"about__skill\">javascript</li>\n              <li class=\"about__skill\">react</li>\n            </ul>\n          </div>\n        </div>\n      </div>\n    </div>\n  </section>\n  <section class=\"skills-showcase\">\n    <ul class=\"skills-showcase__list\">\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-html5-plain\"></i>\n      </li>\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-css3-plain\"></i>\n      </li>\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-javascript-plain\"></i>\n      </li>\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-react-original\"></i>\n      </li>\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-sass-original\"></i>\n      </li>\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-nodejs-plain\"></i>\n      </li>\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-git-plain\"></i>\n      </li>\n\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-android-plain\"></i>\n      </li>\n      <li class=\"skills-showcase__list-item\">\n        <i class=\"devicon-python-plain\"></i>\n      </li>\n    </ul>\n  </section>\n  <section id=\"projects\" class=\"projects main-section\">\n    <div class=\"main-container\">\n      <h2 class=\"heading-secondary projects__heading-secondary\">\n        <span class=\"heading-secondary__sm\"> Projects 🛠️</span>\n        <span class=\"heading-secondary__main\">\n          Here you will find some of the personal and clients projects that I created with the project details\n        </span>\n      </h2>\n      <div class=\"main-section__content\">\n        <div class=\"projects__list\">\n          <div class=\"projects__list-item\">\n            <div class=\"projects__list-item-count\">\n              <span class=\"projects__list-item-count-num\"> 1 </span>\n              <span class=\"projects__list-item-count-line\"> </span>\n              <span class=\"projects__list-item-count-end-dot\"> </span>\n            </div>\n            <div class=\"projects__list-item-details\">\n              <div class=\"projects__list-item-img-cont\">\n                <img src=\"./assets/mock.png\" alt=\"Project Image\" class=\"projects__list-item-img\" />\n              </div>\n              <h3 class=\"heading-tertiary projects__list-item-heading-tertiary\">\n                Project Name\n              </h3>\n              <!-- <hr class=\"projects__title-text-divider\" /> -->\n\n              <p class=\"text-primary projects__list-item-text-primary\">\n                <span>\n                  Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n                  Error, aliquid! Itaque corrupti magnam fugiat mollitia\n                  labore magni saepe veritatis voluptatum alias fugit.\n                  Explicabo ducimus\n                </span>\n                <!-- <br />\n                  <br /> -->\n                <span>\n                  sapiente aut corporis odio repellendus? Lorem ipsum dolor\n                  sit amet, consectetur adipisicing elit\n                </span>\n              </p>\n              <button class=\"btn btn-theme projects__btn-theme\">\n                Live Link\n              </button>\n              <button class=\"btn btn-inv projects__btn-inv\">Code Link</button>\n            </div>\n          </div>\n          <div class=\"projects__list-item projects__list-item--inv\">\n            <div class=\"projects__list-item-details\">\n              <div class=\"projects__list-item-img-cont\">\n                <img src=\"./assets/mock.png\" alt=\"Project Image\" class=\"projects__list-item-img\" />\n              </div>\n              <h3 class=\"heading-tertiary projects__list-item-heading-tertiary\">\n                Project Name\n              </h3>\n              <!-- <hr class=\"projects__title-text-divider\" /> -->\n\n              <p class=\"text-primary projects__list-item-text-primary\">\n                <span>\n                  Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n                  Error, aliquid! Itaque corrupti magnam fugiat mollitia\n                  labore magni saepe veritatis voluptatum alias fugit.\n                  Explicabo ducimus\n                </span>\n                <!-- <br />\n                  <br /> -->\n                <span>\n                  sapiente aut corporis odio repellendus? Lorem ipsum dolor\n                  sit amet, consectetur adipisicing elit\n                </span>\n              </p>\n              <button class=\"btn btn-theme projects__btn-theme\">\n                Live Link\n              </button>\n              <button class=\"btn btn-inv projects__btn-inv\">Code Link</button>\n            </div>\n            <div class=\"projects__list-item-count\">\n              <span class=\"projects__list-item-count-num\"> 2 </span>\n              <span class=\"projects__list-item-count-line\"> </span>\n              <span class=\"projects__list-item-count-end-dot\"> </span>\n            </div>\n          </div>\n          <div class=\"projects__list-item\">\n            <div class=\"projects__list-item-count\">\n              <span class=\"projects__list-item-count-num\"> 3 </span>\n              <span class=\"projects__list-item-count-line\"> </span>\n              <span class=\"projects__list-item-count-end-dot\"> </span>\n            </div>\n            <div class=\"projects__list-item-details\">\n              <div class=\"projects__list-item-img-cont\">\n                <img src=\"./assets/mock.png\" alt=\"Project Image\" class=\"projects__list-item-img\" />\n              </div>\n              <h3 class=\"heading-tertiary projects__list-item-heading-tertiary\">\n                Project Name\n              </h3>\n              <!-- <hr class=\"projects__title-text-divider\" /> -->\n\n              <p class=\"text-primary projects__list-item-text-primary\">\n                <span>\n                  Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n                  Error, aliquid! Itaque corrupti magnam fugiat mollitia\n                  labore magni saepe veritatis voluptatum alias fugit.\n                  Explicabo ducimus\n                </span>\n                <!-- <br />\n                  <br /> -->\n                <span>\n                  sapiente aut corporis odio repellendus? Lorem ipsum dolor\n                  sit amet, consectetur adipisicing elit\n                </span>\n              </p>\n              <button class=\"btn btn-theme projects__btn-theme\">\n                Live Link\n              </button>\n              <button class=\"btn btn-inv projects__btn-inv\">Code Link</button>\n            </div>\n          </div>\n          <div class=\"projects__list-item projects__list-item--inv\">\n            <div class=\"projects__list-item-details\">\n              <div class=\"projects__list-item-img-cont\">\n                <img src=\"./assets/mock.png\" alt=\"Project Image\" class=\"projects__list-item-img\" />\n              </div>\n              <h3 class=\"heading-tertiary projects__list-item-heading-tertiary\">\n                Project Name\n              </h3>\n              <!-- <hr class=\"projects__title-text-divider\" /> -->\n\n              <p class=\"text-primary projects__list-item-text-primary\">\n                <span>\n                  Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n                  Error, aliquid! Itaque corrupti magnam fugiat mollitia\n                  labore magni saepe veritatis voluptatum alias fugit.\n                  Explicabo ducimus\n                </span>\n                <!-- <br />\n                  <br /> -->\n                <span>\n                  sapiente aut corporis odio repellendus? Lorem ipsum dolor\n                  sit amet, consectetur adipisicing elit\n                </span>\n              </p>\n              <button class=\"btn btn-theme projects__btn-theme\">\n                Live Link\n              </button>\n              <button class=\"btn btn-inv projects__btn-inv\">Code Link</button>\n            </div>\n            <div class=\"projects__list-item-count\">\n              <span class=\"projects__list-item-count-num\"> 4 </span>\n              <span class=\"projects__list-item-count-line\"> </span>\n              <span class=\"projects__list-item-count-end-dot\"> </span>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </section>\n  <section id=\"contact\" class=\"contact main-section\">\n    <div class=\"main-container\">\n      <h2 class=\"heading-secondary\">\n        <span class=\"heading-secondary__sm\"> Contact 📞</span>\n        <span class=\"heading-secondary__main\">\n          Feel free to Contact me by submitting the form below and I will get back to you as soon as possible\n        </span>\n      </h2>\n      <div class=\"main-section__content\">\n        <div class=\"contact__form-cont\">\n          <form class=\"contact__form\">\n            <div class=\"contact__form-field\">\n              <label for=\"name\" class=\"contact__form-field-label\">Name</label>\n              <input placeholder=\"Enter Your Name\" type=\"text\" class=\"contact__form-field-input\" />\n            </div>\n            <div class=\"contact__form-field\">\n              <label for=\"name\" class=\"contact__form-field-label\">Email</label>\n              <input placeholder=\"Enter Your Email\" type=\"text\" class=\"contact__form-field-input\" />\n            </div>\n            <div class=\"contact__form-field\">\n              <label for=\"name\" class=\"contact__form-field-label\">Message</label>\n              <textarea placeholder=\"Enter Your Message\" name=\"message\" id=\"\" cols=\"30\" rows=\"10\"\n                class=\"contact__form-field-input\"></textarea>\n            </div>\n            <button type=\"submit\" class=\"contact__form-submit\">Submit</button>\n          </form>\n          <div class=\"contact__form-visual\"></div>\n        </div>\n      </div>\n    </div>\n  </section>\n  <footer class=\"main-footer\">\n    <div class=\"main-footer__upper\">\n      <div class=\"main-container\">\n        <ul class=\"main-footer__links\">\n          <li class=\"main-footer__link\">\n            <a href=\"./index.html\">Home</a>\n          </li>\n          <li class=\"main-footer__link\">\n            <a href=\"./index.html#about\">About</a>\n          </li>\n          <li class=\"main-footer__link\">\n            <a href=\"./index.html#projects\">Projects</a>\n          </li>\n          <li class=\"main-footer__link\">\n            <a href=\"./index.html#contact\">Contact</a>\n          </li>\n        </ul>\n        <div class=\"main-footer__mid-line\"></div>\n        <div class=\"main-footer__socials\">\n          <a href=\"#\" class=\"main-footer__social-link\">\n            <img\n              src=\"https://d33wubrfki0l68.cloudfront.net/5557d5a11584d7201a38ee1a95200f57a4cc0f88/15085/assets/png/github-ico.png\"\n              alt=\"\" class=\"main-footer__social-link-icon\" />\n          </a>\n          <a href=\"#\" class=\"main-footer__social-link\">\n            <img src=\"./assets/icons8-instagram-48.png\" alt=\"\" class=\"main-footer__social-link-icon\" />\n          </a>\n          <a href=\"#\" class=\"main-footer__social-link\">\n            <img src=\"./assets/icons8-twitter-50.png\" alt=\"\" class=\"main-footer__social-link-icon\" />\n          </a>\n          <a href=\"#\" class=\"main-footer__social-link\">\n            <img\n              src=\"https://d33wubrfki0l68.cloudfront.net/7f29579dde49e02480372aa49f7189c5536b0118/34b92/assets/png/linkedin-ico.png\"\n              alt=\"\" class=\"main-footer__social-link-icon\" />\n          </a>\n          <a href=\"#\" class=\"main-footer__social-link\">\n            <img src=\"./assets/icons8-pinterest-64.png\" alt=\"\" class=\"main-footer__social-link-icon\" />\n          </a>\n        </div>\n      </div>\n    </div>\n    <div class=\"main-footer__bottom\">\n      <div class=\"main-container\">\n        <p class=\"main-footer__bottom-txt\">\n          <!-- If you can give me some credits or shoutout here by linking to my website, then that will help me a lot :) -->\n          <a target=\"_blank\" href=\"https://github.com/rammcodes/wowfolio\">WowFolio</a> Open-Source Template\n          <script>document.write(new Date().getFullYear())</script>. Made by\n          <a target=\"_blank\" href=\"https://rammaheshwari.com\">Ram Maheshwari</a>\n        </p>\n      </div>\n    </div>\n  </footer>\n  <script src=\"./script.js\"></script>\n</body>\n\n</html>"
  },
  {
    "path": "script.js",
    "content": "const smMenuBtn = document.querySelector('.main-header__sm-scr-nav-btn')\nconst smMenu = document.querySelector('.main-header__sm-menu')\nconst smMenuCloseBtn = document.querySelector('.main-header__sm-menu-close')\n\nconst smMenuLinks = document.querySelectorAll('.main-header__sm-menu-link')\nconst smMenuLink1 = document.querySelector('.main-header__sm-menu-link--1')\nconst smMenuLink2 = document.querySelector('.main-header__sm-menu-link--2')\nconst smMenuLink3 = document.querySelector('.main-header__sm-menu-link--3')\nconst smMenuLink4 = document.querySelector('.main-header__sm-menu-link--4')\n\nsmMenuBtn.addEventListener('click', () => {\n  smMenu.style.transitionDelay = '0s'\n  smMenu.classList.add('main-header__sm-menu--active')\n\n  smMenuLink1.style.transitionDelay = '.5s'\n  smMenuLink1.style.transform = 'translateY(0)'\n  smMenuLink1.style.opacity = '1'\n\n  smMenuLink2.style.transitionDelay = '.8s'\n  smMenuLink2.style.transform = 'translateY(0)'\n  smMenuLink2.style.opacity = '1'\n\n  smMenuLink3.style.transitionDelay = '1.1s'\n  smMenuLink3.style.transform = 'translateY(0)'\n  smMenuLink3.style.opacity = '1'\n\n  smMenuLink4.style.transitionDelay = '1.4s'\n  smMenuLink4.style.transform = 'translateY(0)'\n  smMenuLink4.style.opacity = '1'\n})\n\nsmMenuLinks.forEach((ele) => {\n  ele.addEventListener('click', () => {\n    smMenuLink4.style.transitionDelay = '0s'\n    smMenuLink4.style.transform = 'translateY(50px)'\n    smMenuLink4.style.opacity = '0'\n\n    smMenuLink3.style.transitionDelay = '.3s'\n    smMenuLink3.style.transform = 'translateY(50px)'\n    smMenuLink3.style.opacity = '0'\n\n    smMenuLink2.style.transitionDelay = '.6s'\n    smMenuLink2.style.transform = 'translateY(50px)'\n    smMenuLink2.style.opacity = '0'\n\n    smMenuLink1.style.transitionDelay = '.9s'\n    smMenuLink1.style.transform = 'translateY(50px)'\n    smMenuLink1.style.opacity = '0'\n\n    smMenu.style.transitionDelay = '1.2s'\n    smMenu.classList.remove('main-header__sm-menu--active')\n\n    setTimeout(() => {\n      document.getElementById(ele.name).scrollIntoView()\n    }, 1300)\n  })\n})\n\nsmMenuCloseBtn.addEventListener('click', () => {\n  smMenuLink4.style.transitionDelay = '0s'\n  smMenuLink4.style.transform = 'translateY(50px)'\n  smMenuLink4.style.opacity = '0'\n\n  smMenuLink3.style.transitionDelay = '.3s'\n  smMenuLink3.style.transform = 'translateY(50px)'\n  smMenuLink3.style.opacity = '0'\n\n  smMenuLink2.style.transitionDelay = '.6s'\n  smMenuLink2.style.transform = 'translateY(50px)'\n  smMenuLink2.style.opacity = '0'\n\n  smMenuLink1.style.transitionDelay = '.9s'\n  smMenuLink1.style.transform = 'translateY(50px)'\n  smMenuLink1.style.opacity = '0'\n\n  smMenu.style.transitionDelay = '1.2s'\n  smMenu.classList.remove('main-header__sm-menu--active')\n})\n\n\n\n\n\n// ---\nconst themeColorSelector = document.querySelector('.themeClrSelector')\nconst themeColorSelectorInput = document.querySelector(\n  '.themeClrSelector__input'\n)\nconst root = document.documentElement;\n\n\n\nconst hexToRgb = (hex) => {\n  let result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex)\n  return result\n    ? {\n        r: parseInt(result[1], 16),\n        g: parseInt(result[2], 16),\n        b: parseInt(result[3], 16),\n      }\n    : null\n}\n\nconst eventFire = (el, etype) => {\n  if (el.fireEvent) {\n    el.fireEvent('on' + etype)\n  } else {\n    let evObj = document.createEvent('Events')\n    evObj.initEvent(etype, true, false)\n    el.dispatchEvent(evObj)\n  }\n}\n\nthemeColorSelector.addEventListener('click', () => {\n  eventFire(themeColorSelectorInput, 'input')\n})\n\nconst setDynamicColor = (color) => {\n\n  const { r, g, b } = hexToRgb(`${color}`)\n  \n  root.style.setProperty('--themeColor', `${r},${g},${b}`);\n  //localStorage.setItem('color', color)\n}\n\nthemeColorSelectorInput.addEventListener('input', (e) => {\n  setDynamicColor(e.target.value)\n})\n\n// if (localStorage.getItem('color')) {\n//   let userSelectedColor = localStorage.getItem('color')\n//   themeColorSelectorInput.value = userSelectedColor\n//   setDynamicColor(userSelectedColor)\n// }\n\n// ---\nconst headerLogoConatiner = document.querySelector('.main-header__logo-container')\n\nheaderLogoConatiner.addEventListener('click', () => {\n  location.href = 'index.html'\n})\n"
  },
  {
    "path": "style.css",
    "content": "* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n  font-family: inherit;\n}\n\n:root {\n  --themeColor: 29, 161, 242;\n  /* Theme Color in (R,G,B) format */\n}\n\nhtml {\n  font-size: 62.5%;\n  scroll-behavior: smooth;\n}\n\n/* 75em === 1200px */\n@media (max-width: 75em) {\n  html {\n    font-size: 60%;\n  }\n}\n\n/* 56.25em === 900px */\n@media (max-width: 56.25em) {\n  html {\n    font-size: 58%;\n  }\n}\n\n/* 37.5em === 600px */\n@media (max-width: 37.5em) {\n  html {\n    font-size: 56%;\n  }\n}\n\n/* 112.5em === 1600px */\n/* @media (min-width: 112.5em) {\n  html {\n    font-size: 65%;\n  }\n} */\n\nbody {\n  font-family: 'PT Sans', sans-serif;\n}\n\nul {\n  list-style: none;\n}\n\na {\n  text-decoration: none;\n  color: inherit;\n}\n\n/* Utils */\n\n.btn {\n  font-family: inherit;\n  letter-spacing: 1px;\n  font-weight: 700;\n  border: none;\n  box-shadow: none;\n  cursor: pointer;\n  padding: 1.8rem 4rem;\n  font-size: 1.8rem;\n  border-radius: 5px;\n  border: 2px solid rgba(var(--themeColor), 1);\n}\n\n@media (max-width: 37.5em) {\n  .btn {\n    padding: 2rem 4rem;\n  }\n}\n\n.btn-theme {\n  background: rgba(var(--themeColor), 1);\n  color: #fff;\n  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);\n}\n\n.btn-inv {\n  color: rgba(var(--themeColor), 1);\n  background: #fff;\n}\n\n.btn-sm {\n  padding: 1.3rem 2rem;\n  font-size: 1.6rem;\n  border: none;\n}\n\n.main-container {\n  max-width: 120rem;\n  margin: auto;\n  width: 90%;\n}\n\n.main-section {\n  padding: 12rem 0;\n}\n\n.main-section__content {\n  margin-top: 10rem;\n}\n\n@media (max-width: 37.5em) {\n  .main-section {\n    padding: 10rem 0;\n  }\n\n  .main-section__content {\n    margin-top: 9rem;\n  }\n}\n\n.heading-primary {\n  font-size: 4.5rem;\n  letter-spacing: 1px;\n  line-height: 1.3;\n  color: #000;\n  font-weight: 400;\n}\n\n@media (max-width: 37.5em) {\n  .heading-primary {\n    font-size: 4rem;\n  }\n}\n\n.heading-primary__sm {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 2.5rem;\n}\n\n.heading-secondary {\n  font-size: 4rem;\n  letter-spacing: 1px;\n  line-height: 1.3;\n  color: #000;\n  font-weight: 400;\n}\n\n.heading-secondary__sm {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 2.5rem;\n}\n\n.heading-tertiary {\n  font-size: 3.4rem;\n  letter-spacing: 1px;\n  line-height: 1.3;\n  color: #000;\n  font-weight: 400;\n}\n\n.heading-quaternary {\n  font-size: 2.5rem;\n  letter-spacing: 1px;\n  line-height: 1.3;\n  color: #000;\n  font-weight: 400;\n}\n\n@media (max-width: 37.5em) {\n  .heading-secondary {\n    font-size: 3.7rem;\n  }\n\n  .heading-tertiary {\n    font-size: 3rem;\n  }\n}\n\n.text-primary {\n  font-size: 1.9rem;\n  color: #444;\n  line-height: 1.6;\n}\n\n.text-primary span {\n  margin-bottom: 1.5rem;\n  display: block;\n}\n\n.text-primary span:last-child {\n  margin-bottom: 0;\n}\n\n/* Animation ( Keyframes ) */\n\n@keyframes downToUp {\n  0% {\n    opacity: 0;\n    transform: translateY(50px);\n  }\n\n  100% {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n/* Main Header Stylings */\n\n.main-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 2.5rem;\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  box-shadow: 0 10px 100px -5px #eee;\n  z-index: 1000;\n  background: #fff;\n}\n\n.main-header__logo-container {\n  display: flex;\n  align-items: center;\n  cursor: pointer;\n}\n\n.main-header__logo-img-cont {\n  margin-right: 1.5rem;\n  width: 4rem;\n  height: 4rem;\n  overflow: hidden;\n  border-radius: 10rem;\n  background: rgba(var(--themeColor), 1);\n}\n\n.main-header__sm-scr-nav-btn {\n  padding: 1rem 1rem;\n  display: none;\n  cursor: pointer;\n}\n\n@media (max-width: 37.5em) {\n  .main-header__sm-scr-nav-btn {\n    display: block;\n  }\n}\n\n.main-header__sm-scr-nav-btn-line {\n  height: 1px;\n  background: #000;\n  width: 3rem;\n  border-radius: 50px;\n}\n\n.main-header__sm-menu {\n  background: #fff;\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  min-height: 40rem;\n  transform: translateX(-100%);\n  transition: transform 0.5s;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.main-header__sm-menu-close {\n  position: absolute;\n  top: 3.3rem;\n  right: 2.5rem;\n  width: 3rem;\n  height: 3rem;\n}\n\n.main-header__sm-menu-close:before,\n.main-header__sm-menu-close:after {\n  position: absolute;\n  content: ' ';\n  height: 3rem;\n  width: 1px;\n  left: 50%;\n  transform: translateX(-50%);\n  background-color: #000;\n}\n\n.main-header__sm-menu-close:before {\n  transform: rotate(45deg);\n}\n\n.main-header__sm-menu-close:after {\n  transform: rotate(-45deg);\n}\n\n.main-header__sm-menu--active {\n  transform: translateX(0);\n}\n\n.main-header__sm-menu-links {\n  width: 90%;\n}\n\n.main-header__sm-menu-link {\n  opacity: 0;\n  transform: translateY(50px);\n  transition: opacity 0.3s, transform 0.3s;\n  font-size: 2.5rem;\n  text-align: center;\n  display: block;\n  padding: 3rem;\n  color: #555;\n}\n\n/* @keyframes smMenuLinkStartAnimation {\n  0% {\n    transform: translateY(50px);\n    opacity: 0;\n  }\n  100% {\n    transform: translateY(0);\n    opacity: 1;\n  }\n}\n\n@keyframes smMenuLinkEndAnimation {\n  0% {\n    transform: translateY(0);\n    opacity: 1;\n  }\n  100% {\n    transform: translateY(50px);\n    opacity: 0;\n  }\n} */\n\n.main-header__sm-scr-nav-btn-line:first-child {\n  margin-bottom: 8px;\n}\n\n@media (max-width: 37.5em) {\n  .main-header {\n    padding: 2.3rem 1.5rem;\n  }\n\n  .main-header__logo-img-cont {\n    margin-right: 1rem;\n  }\n}\n\n.main-header__logo-img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.main-header__logo-text {\n  font-size: 2.2rem;\n  letter-spacing: 1px;\n  color: #000;\n  font-weight: 400;\n}\n\n.main-header__navigation-links {\n  display: flex;\n  align-items: center;\n}\n\n.main-header__navigation-link {\n  padding: 1.3rem 2rem;\n  font-size: 1.6rem;\n  letter-spacing: 1px;\n  color: #000;\n  font-weight: 400;\n}\n\n@media (max-width: 56.25em) {\n  .main-header__navigation-link {\n    padding: 1.3rem 1.5rem;\n  }\n}\n\n@media (max-width: 37.5em) {\n  .main-header__navigation-links {\n    display: none;\n  }\n}\n\n/* Hero Section Stylings */\n\n.home-hero {\n  display: flex;\n  height: 100vh;\n  min-height: 80rem;\n  max-height: 120rem;\n}\n\n.home-hero__content {\n  max-width: 120rem;\n  margin: auto;\n  width: 90%;\n\n  animation: downToUp 0.8s;\n}\n\n@media (max-width: 37.5em) {\n  .home-hero {\n    height: unset;\n    min-height: unset;\n    max-height: unset;\n  }\n\n  .home-hero__content {\n    margin: 0 auto;\n    padding: 15rem 0 10rem 0;\n  }\n}\n\n.home-hero__heading-primary {\n  margin-bottom: 5rem;\n}\n\n.home-hero__btn-theme {\n  margin-right: 2rem;\n}\n\n@media (max-width: 37.5em) {\n  .home-hero__heading-primary {\n    margin-bottom: 4.5rem;\n  }\n\n  .home-hero__btn-theme,\n  .home-hero__btn-inv {\n    width: 100%;\n  }\n\n  .home-hero__btn-theme {\n    margin: 0 0 2rem 0;\n  }\n}\n\n/* About */\n.about {\n  background: rgb(252, 252, 252);\n}\n\n.about__info {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  grid-gap: 8rem;\n}\n\n@media (max-width: 37.5em) {\n  .about__info {\n    grid-template-columns: 1fr;\n    grid-gap: 6rem;\n  }\n\n  .about__btn-theme {\n    width: 70%;\n  }\n}\n\n.about__heading-quaternary {\n  margin-bottom: 3rem;\n}\n\n.about__main-info {\n  margin-bottom: 4rem;\n}\n\n.about__text-primary {\n  margin-bottom: 4rem;\n}\n\n.about__info-heading {\n  margin-bottom: 3rem;\n  color: #555;\n}\n\n.about__skills {\n  display: flex;\n  flex-wrap: wrap;\n}\n\n.about__skill {\n  font-size: 1.6rem;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  padding: 1.5rem 2rem;\n  margin-right: 2rem;\n  margin-bottom: 2rem;\n\n  background: #eee;\n  color: #666;\n  border-radius: 5px;\n  font-weight: 500;\n}\n\n/* Skills Showcase */\n\n.skills-showcase {\n  background: rgba(247, 247, 247, 1);\n  padding: 5rem 3rem;\n}\n\n.skills-showcase__list {\n  display: flex;\n  justify-content: space-around;\n}\n\n.skills-showcase__list-item {\n  padding: 3rem;\n  border-radius: 5px;\n  background: #fff;\n  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;\n}\n\n.skills-showcase__list-item i {\n  color: rgba(var(--themeColor), 1);\n  color: #999;\n  font-size: 5rem;\n}\n\n@media (max-width: 75em) {\n  .skills-showcase__list-item {\n    padding: 1.5rem;\n    border-radius: 5px;\n    background: #fff;\n  }\n\n  .skills-showcase__list-item i {\n    font-size: 5rem;\n  }\n}\n\n@media (max-width: 56.25em) {\n  .skills-showcase {\n    padding: 5rem;\n  }\n\n  .skills-showcase__list {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    grid-gap: 5rem;\n  }\n\n  .skills-showcase__list-item {\n    text-align: center;\n  }\n}\n\n@media (max-width: 37.5em) {\n  .skills-showcase {\n    padding: 4rem;\n  }\n\n  .skills-showcase__list {\n    grid-template-columns: repeat(3, 1fr);\n    grid-gap: 4rem;\n  }\n}\n\n@media (max-width: 21.875em) {\n  .skills-showcase__list-item i {\n    font-size: 4rem;\n  }\n}\n\n/* projects */\n\n.projects__list-item {\n  display: grid;\n  grid-template-columns: 45%;\n  grid-gap: 4rem;\n  margin-bottom: 8rem;\n}\n\n.projects__list-item--inv {\n  justify-content: flex-end;\n}\n\n@media (max-width: 75em) {\n  .projects__list-item {\n    grid-template-columns: 60%;\n  }\n}\n\n@media (max-width: 56.25em) {\n  .projects__list-item {\n    grid-template-columns: 100%;\n  }\n}\n\n.projects__list-item:last-child {\n  margin-bottom: 0;\n}\n\n.projects__list-item-count {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  max-height: 30rem;\n  display: none;\n}\n\n.projects__list-item-count-num {\n  font-size: 2rem;\n  font-weight: 700;\n  width: 5rem;\n  height: 5rem;\n  color: #fff;\n  background: #000;\n  display: block;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50px;\n}\n\n.projects__list-item-count-line {\n  flex-grow: 1;\n  width: 2px;\n  background: #000;\n  border-radius: 50px;\n}\n\n.projects__list-item-count-end-dot {\n  width: 1rem;\n  height: 1rem;\n  border-radius: 50px;\n  background: #000;\n}\n\n.projects__list-item--inv .projects__list-item-img-cont {\n  margin: 0 0 0 auto;\n}\n\n.projects__list-item-img-cont {\n  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;\n  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;\n}\n\n.projects__list-item-img {\n  width: 100%;\n  display: block;\n}\n\n.projects__list-item-heading-tertiary {\n  margin: 5rem 0 3rem 0;\n}\n\n@media (max-width: 37.5em) {\n  .projects__list-item-heading-tertiary {\n    margin: 5rem 0 2.5rem 0;\n  }\n}\n\n.projects__title-text-divider {\n  height: 5px;\n  width: 3rem;\n  background: rgba(var(--themeColor), 1);\n  margin-bottom: 3rem;\n  border-radius: 100px;\n}\n\n.projects__list-item-text-primary {\n  margin-bottom: 4rem;\n}\n\n@media (max-width: 37.5em) {\n  .projects__list-item-text-primary {\n    margin-bottom: 3.7rem;\n  }\n}\n\n.projects__list-item-text-primary span {\n  margin-bottom: 1.5rem;\n  display: block;\n}\n\n.projects__list-item-text-primary span:last-child {\n  margin-bottom: 0;\n}\n\n.projects__btn-theme {\n  margin-right: 2rem;\n}\n\n@media (max-width: 37.5em) {\n  .projects__btn-theme {\n    margin: 0 0 2rem 0;\n  }\n\n  .projects__btn-theme,\n  .projects__btn-inv {\n    width: 70%;\n  }\n}\n\n/* Contact */\n\n.contact {\n  background: rgba(250, 250, 250, 1);\n}\n\n.contact__form-cont {\n  border-radius: 5px;\n  overflow: hidden;\n  display: grid;\n  grid-template-columns: 1.5fr 1fr;\n  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);\n}\n\n.contact__form {\n  background: #fff;\n  padding: 5rem;\n}\n\n@media (max-width: 56.25em) {\n  .contact__form-cont {\n    grid-template-columns: 2fr 1fr;\n  }\n}\n\n@media (max-width: 37.5em) {\n  .contact__form-cont {\n    grid-template-columns: 1fr;\n  }\n\n  .contact__form {\n    padding: 3rem;\n  }\n}\n\n.contact__form-field {\n  margin-bottom: 3rem;\n}\n\n.contact__form-field-label {\n  font-size: 1.6rem;\n  text-transform: uppercase;\n  color: #444;\n  letter-spacing: 1px;\n  display: block;\n  margin-bottom: 1rem;\n}\n\n.contact__form-field-input {\n  display: block;\n  padding: 2rem;\n  width: 100%;\n  border: 1px solid rgba(225, 225, 225, 1);\n  font-size: 1.6rem;\n  resize: none;\n  border-radius: 5px;\n  font-weight: 400;\n  letter-spacing: 1px;\n}\n\n/* Code for Modern Browsers */\n/* Code for WebKit, Blink, Edge */\n/* Code for Internet Explorer 10-11 */\n/* Code for Microsoft Edge */\n/* Code for Mozilla Firefox 4 to 18 */\n/* Code for Mozilla Firefox 19+ */\n\n\n.contact__form-field-input::placeholder {\n  color: rgb(175, 175, 175);\n  font-weight: 400;\n  font-size: 1.6rem;\n}\n\n.contact__form-field-input::-webkit-input-placeholder {\n  color: rgb(175, 175, 175);\n  font-weight: 400;\n  font-size: 1.6rem;\n}\n\n.contact__form-field-input:-ms-input-placeholder {\n  color: rgb(175, 175, 175);\n  font-weight: 400;\n  font-size: 1.6rem;\n}\n\n.contact__form-field-input::-ms-input-placeholder {\n  color: rgb(175, 175, 175);\n  font-weight: 400;\n  font-size: 1.6rem;\n}\n\n.contact__form-field-input:-moz-placeholder {\n  opacity: 1;\n  color: rgb(175, 175, 175);\n  font-weight: 400;\n  font-size: 1.6rem;\n}\n\n.contact__form-field-input::-moz-placeholder {\n  opacity: 1;\n  color: rgb(175, 175, 175);\n  font-weight: 400;\n  font-size: 1.6rem;\n}\n\n.contact__form-field-input:focus {\n  outline: none;\n}\n\n.contact__form-submit {\n  padding: 2rem;\n  width: 100%;\n  font-size: 1.6rem;\n  border: none;\n  letter-spacing: 1px;\n  font-family: inherit;\n  font-weight: 700;\n  background: rgba(var(--themeColor), 1);\n  color: #fff;\n  margin-top: 4rem;\n  display: block;\n  border-radius: 5px;\n  cursor: pointer;\n}\n\n.contact__form-visual {\n  background-image: url('https://i.postimg.cc/mrHQw69n/contact-form-bg.jpg');\n  background-position: bottom;\n  background-size: cover;\n  background-repeat: no-repeat;\n  position: relative;\n  z-index: 1;\n}\n\n@media (max-width: 37.5em) {\n  .contact__form-visual {\n    display: none;\n  }\n}\n\n.contact__form-visual::after {\n  content: '';\n  position: absolute;\n  z-index: 20;\n  background: rgba(var(--themeColor), 0.5);\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n}\n\n/* Main Footer */\n\n.main-footer__upper {\n  background: #000;\n  padding: 10rem 0;\n}\n\n.main-footer__links {\n  display: flex;\n  max-width: 50rem;\n  align-items: center;\n  justify-content: space-between;\n  margin: auto;\n}\n\n.main-footer__link a {\n  color: #fff;\n  font-size: 1.6rem;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  font-weight: 500;\n}\n\n@media (max-width: 37.5em) {\n  .main-footer__upper {\n    padding: 7rem 0;\n  }\n\n  .main-footer__links {\n    display: block;\n  }\n\n  .main-footer__link a {\n    margin-bottom: 0.5rem;\n    padding: 3rem 1.5rem;\n    display: block;\n  }\n}\n\n.main-footer__mid-line {\n  background: grey;\n  height: 1px;\n  margin-top: 6rem;\n}\n\n.main-footer__socials {\n  display: flex;\n  align-content: center;\n  justify-content: space-between;\n  max-width: 25rem;\n  margin: auto;\n  margin-top: 6rem;\n}\n\n.main-footer__social-link-icon {\n  width: 2.5rem;\n}\n\n.main-footer__bottom {\n  padding: 5rem 2rem;\n  background: #222;\n}\n\n.main-footer__bottom-txt {\n  color: #eee;\n  font-size: 1.3rem;\n  word-spacing: 2px;\n  text-align: center;\n}\n\n.main-footer__bottom-txt a {\n  text-decoration: underline;\n  color: #fff;\n  font-weight: 700;\n}\n\n\n.themeClrSelector {\n  position: fixed;\n  top: 50%;\n  right: 0;\n  transform: translateY(-50%);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: #fff;\n  z-index: 10;\n  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);\n  cursor: pointer;\n  overflow: hidden;\n}\n\n@media only screen and (max-width: 37.5em) {\n  .themeClrSelector {\n    top: 100%;\n    transform: translateY(-100%);\n  }\n}\n\n.themeClrSelector__input {\n  background: transparent;\n  border: none;\n  cursor: pointer;\n  width: 5rem;\n  height: 5rem;\n  opacity: 0;\n  position: relative;\n  z-index: 10;\n}\n\n.themeClrSelector__img {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  top: 0;\n  left: 0;\n  z-index: 1;\n}"
  }
]