[
  {
    "path": ".gitignore",
    "content": "# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.\n\n# dependencies\n/node_modules\n/.pnp\n.pnp.js\n\n# testing\n/coverage\n\n# production\n/build\n\n# misc\n.DS_Store\n.env.local\n.env.development.local\n.env.test.local\n.env.production.local\n\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\n"
  },
  {
    "path": "README.md",
    "content": "# Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n"
  },
  {
    "path": "about.jsx",
    "content": "import './about.css'\r\nimport {Link} from 'react-router-dom'\r\n\r\nexport default function about(){\r\n\r\n    return(\r\n        <div className='aboutpage'>\r\n        <div className='aboutheader'>\r\n         <h1>Our Bussiness</h1>\r\n         <h4>Changing the Game, literally</h4>\r\n         <p>We are focused on creating the next generation of infrastructure for 3D services.\r\n            The company was started in 2022 by serial entrepreneurs to help various gaming studios make their asset development faster. Soon we grew to cater Ecommerce clients as well who were keen to take their 2D customer experience to 3D with more engagement and conversion.\r\n            Today we also serve the XR industry which innovatively uses the NeRF outputs to create highly photorealistic scenes.\r\n        </p>\r\n\r\n        </div>\r\n        <div className='colum'>\r\n            <h1>OUR TEAM</h1>\r\n            <h4>Who We Are</h4>\r\n            <div className='row' >\r\n            <div className='subcolum'>\r\n                        <img style={{borderRadius:'30px'}} src={'icons/Suraj.jpg'}  alt={''} />\r\n                        <h4 style={{margin:'10px 0 auto 0'}}>Suraj Chawla</h4>\r\n                        <h5 style={{margin:'0px'}}>CEO & Co-founder</h5>\r\n                        \r\n                    </div>\r\n                    <div className='subcolum'>\r\n                        <img  style={{borderRadius:'30px'}} src={'icons/Kiruba.jpg'}  alt={''} />\r\n                        <h4 style={{margin:'10px 0 auto 0'}}>Kirubakaran Reddy</h4>\r\n                        <h5 style={{margin:'0px'}}>CBO & Co-founder</h5>\r\n                        \r\n                      \r\n                    </div>\r\n                    <div className='subcolum'>\r\n                        <img style={{borderRadius:'30px'}} src={'icons/Puru.jpg'}  alt={''} />\r\n                        <h4 style={{margin:'10px 0 auto 0'}}>Puru</h4>\r\n                        <h5 style={{margin:'0px'}}>CTO & Co-founder</h5>\r\n                        \r\n                      \r\n                    </div>\r\n                    </div>\r\n                    <div className='row'>\r\n                    <div className='subcolum' >\r\n                        <img style={{borderRadius:'30px'}} src={'icons/Yogesh.jpg'}  alt={''} />\r\n                        <h4 style={{margin:'10px 0 auto 0'}}>Yogesh Achari</h4>\r\n                        <h5 style={{margin:'0px'}}>Senior Marketing Lead</h5>\r\n                        \r\n                      \r\n                    </div>\r\n                    <div className='subcolum' >\r\n                        <img style={{borderRadius:'30px'}} src={'icons/Kamala.jpg'}  alt={''} />\r\n                        <h4 style={{margin:'10px 0 auto 0'}}>Kamala</h4>\r\n                        <h5 style={{margin:'0px'}}>Content Strategist Specialist</h5>\r\n                        \r\n                      \r\n                    </div>\r\n                    <div className='subcolum'>\r\n                        <img style={{borderRadius:'30px'}} src={'icons/Patanjali.jpg'}  alt={''} />\r\n                        <h4 style={{margin:'10px 0 auto 0'}}>Pathanjali Sharma</h4>\r\n                        <h5 style={{margin:'0px'}}>Business Development</h5>\r\n                        \r\n                      \r\n                    </div>\r\n                </div>\r\n                <div className='row'>\r\n                    <div className='subcolum'>\r\n                        <img style={{borderRadius:'30px'}} src={'icons/Praful.jpg'}  alt={''} />\r\n                        <h4 style={{margin:'10px 0 auto 0'}}>Praful R</h4>\r\n                        <h5 style={{margin:'0px'}}>Tech Advisor</h5>\r\n                        \r\n                      \r\n                    </div>\r\n                </div>\r\n \r\n        </div>\r\n        </div>\r\n    );\r\n}"
  },
  {
    "path": "hamburgerMenu.component.jsx",
    "content": "import {Link} from 'react-router-dom'\r\nimport './hamburgermenu.css'\r\nimport React, { useState } from 'react';\r\n\r\n\r\nconst HamburgerMenu = () => {\r\n  const [isOpen, setIsOpen] = useState(false);\r\n  const [isSolutionsOpen, setIsSolutionsOpen] = useState(false);\r\n  const [isAboutOpen, setIsAboutOpen] = useState(false);\r\n\r\n  const toggleMenu = () => {\r\n    setIsOpen(!isOpen);\r\n  };\r\n  const toggleSolutions = () => {\r\n    setIsSolutionsOpen(!isSolutionsOpen);\r\n  };\r\n  const toggleAbout = () => {\r\n    setIsAboutOpen(!isAboutOpen);\r\n  };\r\n\r\n\r\n  return (\r\n    <header className=\"header\">\r\n      <Link to='/'>\r\n      <div style={{marginLeft:'20px'}}><img src={'/icons/brahmlogo.png'} alt={''} width={100} height={100} /></div>\r\n      </Link>\r\n      <button style={{display:'flex'}} className=\"hamburger\" onClick={toggleMenu}>\r\n       <img src={'/icons/hamburger.svg'} alt={' '} />\r\n      </button>\r\n      <nav className={`menu ${isOpen ? 'open' : ''}`} style={{display:'flex', flexDirection:'row'}}>\r\n      <button style={{display:'flex', justifyContent:'flex-start', backgroundColor:'#fff', border:'none', marginTop:'10px',cursor: 'pointer'}} onClick={toggleMenu}><img src={'/icons/close.svg'} alt={''} width={40} height={40} /></button>\r\n        <ul>\r\n            <Link to='/'>\r\n          <li onClick={toggleMenu}>Home</li></Link>\r\n         \r\n            <Link to='/solutions'><span onClick={toggleSolutions} className=\"dropdown-button\">\r\n              Solutions<img src={isSolutionsOpen ? '/icons/up.svg' : 'icons/down.svg'} alt={''} />\r\n            </span></Link>\r\n            <ul className={`submenu ${isSolutionsOpen ? 'open' : ''}`}>\r\n              <Link to='/ecommerce'>\r\n                <li onClick={toggleMenu}>eCommerce</li>\r\n              </Link>\r\n              <Link to='/xr'>\r\n                <li onClick={toggleMenu}>XR</li>\r\n              </Link>\r\n              <Link to='/game'>\r\n                <li onClick={toggleMenu}>Gaming</li>\r\n              </Link>\r\n            </ul>\r\n          <Link to='/technologies'>\r\n          <li onClick={toggleMenu}>Technologies</li></Link>\r\n          \r\n          <Link to='/about'>\r\n          <li onClick={toggleMenu}> About </li>\r\n            </Link>\r\n           \r\n        </ul>\r\n      </nav>\r\n    </header>\r\n  );\r\n};\r\n\r\nexport default HamburgerMenu;\r\n\r\n"
  },
  {
    "path": "nav-bar.component.jsx",
    "content": "import {Link} from 'react-router-dom'\r\nimport React, {useState} from 'react'\r\nimport './nav-bar.css'\r\n\r\nexport default function NavBar(){\r\n  \r\n   return (\r\n\r\n      <> \r\n      <div className=\"menu-container\">\r\n      <div className='logoicon'>\r\n        <Link to='/'>\r\n      <img src={'/icons/brahmlogo.png'} alt={''} width={100} height={100} />\r\n      </Link> \r\n      </div>\r\n      <div className=\"navcontainer\">\r\n        <Link to='/' className=\"menu-item\">\r\n          Home\r\n        </Link>\r\n\r\n        <div className='dropdown'>\r\n\r\n        <Link to='/solutions'  className=\"dropbtn \">\r\n          Solutions\r\n        </Link>\r\n            <div className=\"dropdown-content\">\r\n            <Link to='/ecommerce' >eCommerce</Link>\r\n            <Link to='/xr'>XR</Link>\r\n            <Link to='/game'>Gaming</Link>\r\n          </div>\r\n        </div>\r\n        <Link to=\"/technologies\" className=\"menu-item\">\r\n          Technologies\r\n        </Link>\r\n        <div  className='dropdown'>\r\n\r\n        <Link to='./about' className=\"menu-item\">\r\n        About\r\n           \r\n        </Link>\r\n        </div>\r\n        \r\n        <div>\r\n          {/* <Link to='./contactus'> */}\r\n         <button className=\"button1\"><a href='https://app.brahmgan.com' target=\"_blank\">Try Now</a></button>\r\n         {/* </Link> */}\r\n      </div>\r\n      </div>\r\n      </div>     \r\n      </>\r\n    );\r\n  }\r\n  "
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"website\",\n  \"version\": \"0.1.0\",\n  \"private\": true,\n  \"dependencies\": {\n    \"@testing-library/jest-dom\": \"^5.16.5\",\n    \"@testing-library/react\": \"^13.4.0\",\n    \"@testing-library/user-event\": \"^13.5.0\",\n    \"firebase\": \"^9.18.0\",\n    \"mangodb\": \"^1.0.0\",\n    \"react\": \"^18.2.0\",\n    \"react-dom\": \"^18.2.0\",\n    \"react-router-dom\": \"^6.8.2\",\n    \"react-scripts\": \"5.0.1\",\n    \"web-vitals\": \"^2.1.4\"\n  },\n  \"scripts\": {\n    \"start\": \"react-scripts start\",\n    \"build\": \"react-scripts build\",\n    \"test\": \"react-scripts test\",\n    \"eject\": \"react-scripts eject\"\n  },\n  \"eslintConfig\": {\n    \"extends\": [\n      \"react-app\",\n      \"react-app/jest\"\n    ]\n  },\n  \"browserslist\": {\n    \"production\": [\n      \">0.2%\",\n      \"not dead\",\n      \"not op_mini all\"\n    ],\n    \"development\": [\n      \"last 1 chrome version\",\n      \"last 1 firefox version\",\n      \"last 1 safari version\"\n    ]\n  },\n  \"devDependencies\": {\n    \"eslint-plugin-react-hooks\": \"^4.6.0\"\n  }\n}\n"
  },
  {
    "path": "public/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\" />\n    <link rel=\"icon\" href=\"/icons/brahmGAN.png\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n    <meta name=\"theme-color\" content=\"#000000\" />\n    <meta\n      name=\"description\"\n      content=\"Web site created using create-react-app\"\n    />\n    <link rel=\"apple-touch-icon\" href=\"%PUBLIC_URL%/logo192.png\" />\n    <!--\n      manifest.json provides metadata used when your web app is installed on a\n      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/\n    -->\n    <link rel=\"manifest\" href=\"%PUBLIC_URL%/manifest.json\" />\n    <!--\n      Notice the use of %PUBLIC_URL% in the tags above.\n      It will be replaced with the URL of the `public` folder during the build.\n      Only files inside the `public` folder can be referenced from the HTML.\n\n      Unlike \"/favicon.ico\" or \"favicon.ico\", \"%PUBLIC_URL%/favicon.ico\" will\n      work correctly both with client-side routing and a non-root public URL.\n      Learn how to configure a non-root public URL by running `npm run build`.\n    -->\n    <title>BrahmGAN</title>\n  </head>\n  <body>\n    <noscript>You need to enable JavaScript to run this app.</noscript>\n    <div id=\"root\"></div>\n    <!--\n      This HTML file is a template.\n      If you open it directly in the browser, you will see an empty page.\n\n      You can add webfonts, meta tags, or analytics to this file.\n      The build step will place the bundled scripts into the <body> tag.\n\n      To begin the development, run `npm start` or `yarn start`.\n      To create a production bundle, use `npm run build` or `yarn build`.\n    -->\n  </body>\n</html>\n"
  },
  {
    "path": "public/manifest.json",
    "content": "{\n  \"short_name\": \"React App\",\n  \"name\": \"Create React App Sample\",\n  \"icons\": [\n    {\n      \"src\": \"favicon.ico\",\n      \"sizes\": \"64x64 32x32 24x24 16x16\",\n      \"type\": \"image/x-icon\"\n    },\n    {\n      \"src\": \"logo192.png\",\n      \"type\": \"image/png\",\n      \"sizes\": \"192x192\"\n    },\n    {\n      \"src\": \"logo512.png\",\n      \"type\": \"image/png\",\n      \"sizes\": \"512x512\"\n    }\n  ],\n  \"start_url\": \".\",\n  \"display\": \"standalone\",\n  \"theme_color\": \"#000000\",\n  \"background_color\": \"#ffffff\"\n}\n"
  },
  {
    "path": "public/robots.txt",
    "content": "# https://www.robotstxt.org/robotstxt.html\nUser-agent: *\nDisallow:\n"
  },
  {
    "path": "src/App.css",
    "content": ".App {\n  text-align: center;\n}\n\n.App-logo {\n  height: 40vmin;\n  pointer-events: none;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n  .App-logo {\n    animation: App-logo-spin infinite 20s linear;\n  }\n}\n\n.App-header {\n  background-color: #282c34;\n  min-height: 100vh;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  font-size: calc(10px + 2vmin);\n  color: white;\n}\n\n.App-link {\n  color: #61dafb;\n}\n\n@keyframes App-logo-spin {\n  from {\n    transform: rotate(0deg);\n  }\n  to {\n    transform: rotate(360deg);\n  }\n}\n"
  },
  {
    "path": "src/App.js",
    "content": "import './App.css';\nimport './gloabal.css'\nimport { BrowserRouter as Router, Routes, Route } from 'react-router-dom';\nimport Footer from './components/footer/footer.component';\nimport Solutions from './components/solutions/solutions';\nimport Technologies from './components/technologies/technologies'\nimport About from './components/about/about'\nimport Game from './components/game/game'\nimport XR from './components/XR/xr'\nimport ECommerce from './components/ecommerce/ecommerce'\nimport Team from './components/team/team'\nimport ContactUs from './components/contact/contact'\nimport Home from './components/home/home'\nimport NavBar from './components/nav-bar/nav-bar.component'\nimport ContactSection from './components/contactSection/contactSection.component'\nimport HamburgerMenu from './components/hamburgermenu/hamburgerMenu.component'\n\nimport { useEffect, useState } from 'react';\n\nfunction App() {\n  const scrollToTop = () => {\n    window.scrollTo({\n      top: 0,\n      behavior: \"smooth\"\n    });\n  };\n  const [showHam, setShowHam] = useState(false)\n\n  const isMobile = () => {\n    return window.matchMedia(\"(max-width: 768px)\").matches\n  }\n\n  useEffect(() => {\n      setShowHam(isMobile());        \n    if(window) {\n      window.addEventListener('resize', () => {\n        setShowHam(isMobile());        \n      })\n    }\n  }, [])\n\n  useEffect(() => {\n    scrollToTop();\n  }, []);\n\n  return (\n    <>\n    <Router>\n      <div className='App'>\n        { showHam ? <HamburgerMenu /> : <NavBar />}\n      </div>\n    <Routes>\n    <Route exact path=\"/\" element={<Home />} />\n        <Route path=\"/solutions\" element={<Solutions />} />\n        <Route path=\"/technologies\" element={<Technologies />} />\n        <Route path=\"/about\" element={<About />} />\n        <Route path=\"/ecommerce\" element={<ECommerce />} />\n        <Route path=\"/xr\" element={<XR />} />\n        <Route path=\"/game\" element={<Game />} />\n        <Route path=\"/team\" element={<Team />} />\n        <Route path=\"/contactus\" element={<ContactUs />} />\n        <Route path=\"/home\" element={<Home />} />\n    </Routes>\n    <ContactSection />\n    <Footer />\n    </Router>\n    </>\n  );\n}\n\nexport default App;\n"
  },
  {
    "path": "src/App.test.js",
    "content": "import { render, screen } from '@testing-library/react';\nimport App from './App';\n\ntest('renders learn react link', () => {\n  render(<App />);\n  const linkElement = screen.getByText(/learn react/i);\n  expect(linkElement).toBeInTheDocument();\n});\n"
  },
  {
    "path": "src/components/FAQSection/FAQSection.component.jsx",
    "content": "import React, { useState } from \"react\";\nimport \"./FAQSection.css\"; // import the CSS file for the FAQ styles\n\nfunction FAQSection() {\n  const [activeIndex, setActiveIndex] = useState(null);\n\n  const toggleAccordion = (index) => {\n    setActiveIndex(activeIndex === index ? null : index);\n  };\n\n  const faqData = [\n    {\n      question: \"Can you integrate your 3D infrastructure solutions with our existing software and platforms?\",\n      answer:\n        \"Yes, we can work with your team to integrate our solutions with your existing software and platforms, such as Unity or Unreal game engines, eCommerce websites, or other systems.\",\n    },\n    {\n      question: \"How do you integrate NeRF, blockchain, and GAN technologies into your solutions for XR, gaming, and eCommerce industries?\",\n      answer:\n        \"Yes, we can work with your team to integrate our solutions with your existing software and platforms, such as Unity or Unreal game engines, eCommerce websites, or other systems.\",\n    },\n    {\n      question: \"Do you offer international shipping?\",\n      answer:\n        \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis sapien ipsum. Quisque ac diam blandit, fringilla nulla a, fringilla lorem. Nam auctor massa eget neque bibendum feugiat.\",\n    },\n  ];\n\n  return (\n    <div className=\"faq-container\">\n      <h2>Frequently Asked Questions</h2>\n      {faqData.map((faq, index) => (\n        <div\n          key={index}\n          className=\"faq-accordion\"\n          onClick={() => toggleAccordion(index)}\n        >\n          <div className=\"faq-header\">\n            <h3>{faq.question}</h3>\n          </div>\n          <div\n            className={`faq-content ${\n              activeIndex === index ? \"active\" : \"inactive\"\n            }`}\n          >\n            <p>{faq.answer}</p>\n          </div>\n        </div>\n      ))}\n    </div>\n  );\n}\n\nexport default FAQSection;\n"
  },
  {
    "path": "src/components/FAQSection/FAQSection.css",
    "content": "/* FAQ Container */\n.faq-container {\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 40px;\n  }\n  \n  /* FAQ Accordion */\n  .faq-accordion {\n    border: 1px solid #ccc;\n    border-radius: 8px;\n  }\n  \n  .faq-accordion .faq-header {\n    background-color: #f6f6f6;\n    padding: 20px;\n    cursor: pointer;\n  }\n  \n  .faq-accordion .faq-header:hover {\n    background-color: #eaeaea;\n  }\n  \n  .faq-accordion .faq-header h3 {\n    margin: 0;\n    font-size: 18px;\n  }\n  \n  .faq-accordion .faq-content {\n    background-color: #fff;\n    padding: 20px;\n    display: none;\n  }\n  \n  .faq-accordion .faq-content p {\n    margin: 0;\n    font-size: 16px;\n  }\n  \n  .faq-accordion .faq-content.active {\n    display: block;\n  }\n  "
  },
  {
    "path": "src/components/HeroSection/herosection.css",
    "content": ".video{\n    width:100%;\n    min-width: 100vh;\n    display:flex;\n    height:auto;\n}\n.h1intro {\n    text-align: left;\n    color: #234951;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    font-size: 60px;\n    \n  }\n  \n  .intropar {\n    font-size: 20px;\n    font-weight: 500;\n  }\n  .overlay {\n    width: 500px;\n    position: absolute;\n    top: 0;\n    left: 0;\n    margin-top: 4rem;\n    padding: 3rem;\n    margin-left: 2rem;\n    background-size: 3px 3px;\n    z-index: 2;\n  }\n  \n  \n  .introbtn {\n    padding: 15px;\n    border-radius: 50px;\n    background-color: #F5BB44;\n    color: white;\n    font-size: 15px;\n    border: none;\n    letter-spacing: 5px;\n    font-weight: 700;\n  }\n  \n  \n  .introbtn:hover {\n    background-color: rgb(50, 209, 50);\n  }\n  .bgvideowrap {\n    position: relative;\n  \n  \n  }\n  @media only screen and (max-width:768px){\n    .bgvideowrap {\n        position: relative;\n        display: flex;\n        flex-direction: column;\n        margin-bottom: 20px;\n      }\n    .overlay{\n        position: relative;\n        background-size: 3px 3px;\n        width:50%;\n        margin-top: 0px;\n        padding: 0px;\n        margin-left: 20px;\n        background-size: 0px;\n        z-index: 0;\n    }\n    .video{\n        display: flex;\n        width: 100%;\n        min-width: 100%;\n        min-height: 200px !important;\n    }\n    \n    .h1intro {\n        text-align: left;\n        color: #234951;\n        font-size: 60px;\n        width: 100%;\n        height: 120px;\n        margin-left: 20px;\n        margin-top: 0px;\n      }\n      \n      .intropar {\n        font-size: 20px;\n        font-weight: 500;\n        margin-left: 40px;\n        width:350px;\n      }\n  }"
  },
  {
    "path": "src/components/HeroSection/hersosection.component.jsx",
    "content": "import './herosection.css'\n\nexport default function heroSection(){\n    return(\n\n        <section className=\"bgvideowrap\">\n\n            <video className=\"video\" src={'video/Brahmgan.webm'} autoPlay loop muted></video>\n            <div className=\"overlay\">\n                <div style={{ width: \"500px\" }}>\n\n                    <h1 className=\"h1intro\">3D Generative AI</h1>\n                </div>\n                <p className='intropar'>To make asset generation 5x faster, 5x cheaper and 4x photorealistic. <br></br><br></br>\n                With our Video to 3D product you can just take a video of any object (your car or your table action figure) and bring it to the Metaverse!\n                </p>\n\n                <button className='introbtn'><a href='https://app.brahmgan.com' target=\"_blank\">Try Now</a></button>\n            </div>\n        </section>\n    \n    )\n}"
  },
  {
    "path": "src/components/XR/xr.css",
    "content": ""
  },
  {
    "path": "src/components/XR/xr.jsx",
    "content": "import Section1 from '../solutionsection1/solutionsection1.component'\nimport Section2 from '../solutionsection2/solutionsection2.component'\nimport Section3 from '../solutionsection3/solutionsection3.component'\nimport Content from '../solutionsection3content/solutionsection3content.component'\nimport Content2 from '../solutionsection3content2/solutionsection3content2.component'\n\nexport default function xr()\n{\n    const data1={\n        title:'3D for XR',\n        image:'icons/vr.svg',\n        description:'Experience an immersive world with our XR solutions. From virtual reality (VR) to augmented reality (AR), we offer custom integration for your business needs. Our XR solutions can enhance your e-commerce website, gaming experience, and other industries by providing interactive, 3D environments that engage and excite your audience. Explore the possibilities of XR with our expert team and take your business to the next level.',\n        iframe:'https://taanga-studios-website.web.app/?product=artroom'\n    }\n\n    const data2={\n        title:'Need for 3D in XR Industries',\n        image:'icons/Nerf.svg',\n        title1:'Realism',\n        content1:'3D models in XR create a realistic and immersive environment for users, enhancing their experience and engagement with the content.',\n        title2:'Interactivity',\n        content2:'3D models allow users to interact with the virtual environment, increasing engagement and providing a more hands-on experience.',\n        title3:'Immersive Experience',\n        content3:'3D models and environments provide a more immersive experience for users, making them feel like they are really there. This enhances the overall XR experience and makes it more engaging for users.'\n    }\n    const data3={\n        title:'Applications',\n        subtitle:'Here are various products that can be showcased in VR '\n    }\n\n    const data4={\n        contenttitle:'Education',\n        content:'XR can be used to create immersive learning experiences for students, allowing them to explore and interact with educational content in 3D environments. This can enhance engagement and retention of information, making learning more effective and enjoyable.',\n        iframe:'https://taanga-studios-website.web.app/?product=realistichumanheart'\n    }\n\n    const data5={\n        iframe:'video/Social Media Filter Shoe.webm',\n        contenttitle:'Social Media',  \n        content:'Customers can view 3D models of electronic devices, such as phones or laptops, to see details and features not visible in traditional product photos. 3D models can also show how accessories, like phone cases or covers, look and fit.'\n    }\n\n    const data6={\n        contenttitle:'Virtual Events',\n        content:'XR can be used to create virtual events, such as conferences, concerts, and exhibitions. By providing an immersive virtual environment, XR can help to replicate the experience of attending a live event, allowing people to connect and engage with each other from anywhere in the world.',\n        iframe:'https://taanga-studios-website.web.app/?product=artroom'\n    }\n    \n    \nreturn(  \n    <>\n    <Section1 data={data1} />\n    <Section2 data={data2} />\n    <Section3 data={data3} />\n    <Content data={data4} />\n    <Content2 data={data5} />\n    <Content data={data6} />\n    \n    </>\n);\n}"
  },
  {
    "path": "src/components/about/about.css",
    "content": ".aboutpage{\n    display: flex;\n    flex-direction: column;\n}\n\n.aboutheader{\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: 0px 150px 150px 150px;\n    font-size: 16px;\n}\n.colum{\n    display:flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n}\n.row{\n    display:flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: center;\n}\n.subcolum{\n    display: flex;\n    flex-direction: column;\n    height:auto;\n    width: 300px;\n    white-space: 0px;\n    margin-left: 40px;\n}\n@media only screen and (max-width:768px){\n    .aboutheader{\n        padding: 0px;\n        margin-right: 20px;\n        margin-left: 20px;\n    }\n\n.subcolum{\n    margin-left: 0px;\n    justify-content: center;\n}\n}"
  },
  {
    "path": "src/components/about/about.jsx",
    "content": "import './about.css'\nimport {Link} from 'react-router-dom'\n\nexport default function about(){\n\n    return(\n        <div className='aboutpage'>\n        <div className='aboutheader'>\n         <h1>Our Bussiness</h1>\n         <h4>Changing the Game, literally</h4>\n         <p>We are focused on creating the next generation of infrastructure for 3D services.\n            The company was started in 2022 by serial entrepreneurs to help various gaming studios make their asset development faster. Soon we grew to cater Ecommerce clients as well who were keen to take their 2D customer experience to 3D with more engagement and conversion.\n            Today we also serve the XR industry which innovatively uses the NeRF outputs to create highly photorealistic scenes.\n        </p>\n\n        </div>\n        <div className='colum'>\n            <h1>OUR TEAM</h1>\n            <h4>Who We Are</h4>\n            <div className='row' >\n            <div className='subcolum'>\n                        <img style={{borderRadius:'30px'}} src={'icons/Suraj.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Suraj Chawla</h4>\n                        <h5 style={{margin:'0px'}}>CEO & Co-founder</h5>\n                        \n                    </div>\n                    <div className='subcolum'>\n                        <img  style={{borderRadius:'30px'}} src={'icons/Kiruba.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Kirubakaran Reddy</h4>\n                        <h5 style={{margin:'0px'}}>CBO & Co-founder</h5>\n                        \n                      \n                    </div>\n                    <div className='subcolum'>\n                        <img style={{borderRadius:'30px'}} src={'icons/Puru.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Puru</h4>\n                        <h5 style={{margin:'0px'}}>CTO & Co-founder</h5>\n                        \n                      \n                    </div>\n                    </div>\n                    <div className='row'>\n                    <div className='subcolum' >\n                        <img style={{borderRadius:'30px'}} src={'icons/Yogesh.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Yogesh Achari</h4>\n                        <h5 style={{margin:'0px'}}>Senior Marketing Lead</h5>\n                        \n                      \n                    </div>\n                    <div className='subcolum' >\n                        <img style={{borderRadius:'30px'}} src={'icons/Kamala.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Kamala</h4>\n                        <h5 style={{margin:'0px'}}>Content Strategist Specialist</h5>\n                        \n                      \n                    </div>\n                    <div className='subcolum'>\n                        <img style={{borderRadius:'30px'}} src={'icons/Patanjali.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Pathanjali Sharma</h4>\n                        <h5 style={{margin:'0px'}}>Business Development</h5>\n                        \n                      \n                    </div>\n                </div>\n                <div className='row'>\n                    <div className='subcolum'>\n                        <img style={{borderRadius:'30px'}} src={'icons/Praful.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Praful R</h4>\n                        <h5 style={{margin:'0px'}}>Tech Advisor</h5>\n                        \n                      \n                    </div>\n                </div>\n \n        </div>\n        </div>\n    );\n}"
  },
  {
    "path": "src/components/clientcomponent/clentcomponent.css",
    "content": ".clientcontainer{\n    display: flex;\n    flex-direction: column;\n    width:100%;\n    background-color: #FFD7EF;\n    height:auto;\n    margin-bottom: 80px;\n}\n\n.clientheader{\n    display: flex;\n    flex-direction: column;\n    margin-top: 30px;\n    margin-left: 140px;\n    width:50%;\n    margin-top: 120px;\n}\n.clienticons{\n    display: flex;\n    flex-direction: row;\n    justify-content: space-evenly;\n    margin-left: 140px;\n    margin-bottom: 120px;\n}\n.clientimage{\n    position: relative;\n    display: inline-block;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    margin-bottom: 60px;\n    margin-top: 60px;\n}\n\n@media only screen and (max-width:768px) {\n    .clienticons{\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        margin-top: 20px;\n        margin-left: 0px;\n    }\n    .clientheader{\n        display: flex;\n        flex-direction: column;\n        margin-top: 30px;\n        margin-left: 20px;\n        width:100%;\n    }\n    \n}"
  },
  {
    "path": "src/components/clientcomponent/clientcomponent.component.jsx",
    "content": "import './clentcomponent.css'\nimport {useState} from 'react'\n\nexport default function ClientComponent(){\n    const [hovered, setHovered] = useState(true);\n    const [hovered1, setHovered1] = useState(true);\n    const [hovered2, setHovered2] = useState(true);\n    const [hovered3, setHovered3] = useState(true);\n    const [hovered4, setHovered4] = useState(true);\n\n    return(\n        <div className='clientcontainer' >\n            <div className='clientheader'>\n                <h3>Trusted Among Industry Leaders</h3>\n                <p>We have worked with several industry leaders to realise thier 3D requirements using our cutting edge AI tools.</p>\n            </div>\n            <div className='clienticons'>\n                <div className='clientimage' onMouseEnter={()=>setHovered(false)} onMouseLeave={()=>setHovered(true)} >\n                    <img src={hovered ? '/icons/Amilma.svg' : '/icons/Amilmacolored.png'}  alt={''} height={100} width={200} />\n                    \n                </div>\n                <div className='clientimage' onMouseEnter={()=>setHovered1(false)} onMouseLeave={()=>setHovered1(true)} >\n                <img src={hovered1 ? '/icons/Alphablockz.svg' : '/icons/Alphablockzcolored.png'}  alt={''} height={60} width={200} />\n                </div>\n                <div className='clientimage' onMouseEnter={()=>setHovered2(false)} onMouseLeave={()=>setHovered2(true)} >\n                <img src={hovered2 ? '/icons/Taanga.svg' : '/icons/Taangacolored.png'}  alt={''} height={60} width={200} />\n                </div>\n                <div className='clientimage' onMouseEnter={()=>setHovered3(false)} onMouseLeave={()=>setHovered3(true)} >\n                <img src={hovered3 ? '/icons/Frouter.svg' : '/icons/Froutercolored.png'}  alt={''} height={60} width={200} />\n                   \n                </div>\n                <div className='clientimage' onMouseEnter={()=>setHovered4(false)} onMouseLeave={()=>setHovered4    (true)} >\n                <img src={hovered4 ? '/icons/frontier.svg' : '/icons/frontiercolored.png'}  alt={''} height={40} width={200} /> \n                </div> \n            </div> \n        </div>\n    )\n}"
  },
  {
    "path": "src/components/clients/client.css",
    "content": ".clientsec{\n    justify-content: center;\n    text-align: center;\n    margin: 0;\n    background-color: #E1EFF2;\n  }\n  .clientdiv{\n  \n    display: flex;\n    gap: 30px;\n    margin-left: 5em;\n  }\n\n  @media only screen and (max-width: 768px){\n\n    .clientsec{\n      justify-content: center;\n      text-align: center;\n      height:auto;\n      width:auto;\n      background-color: #E1EFF2;\n    }\n\n    .clientdiv{\n      display: flex;\n      flex-direction: column;\n      margin-top: 3em;\n    }\n\n  }"
  },
  {
    "path": "src/components/clients/clients.component.jsx",
    "content": "import './client.css'\n\nexport default function clients(){\n    return(\n        <div className='clientsec'>\n            <div  className=\"sectwohed4\">\n                <h1 className='sectwoindu4'>Our Clients</h1>\n            </div>\n          \n            <div  className='clientdiv'>\n                <div>\n                    <img src={'/icons/Amilma.svg'} alt={''} height={200} width={200} />\n                </div>\n                <div>\n                    <img src={'/icons/Alphablockz.svg'} alt={''} height={200} width={200} />\n                </div>\n                <div>\n                    <img src={'/icons/Taanga.svg'} alt={''} height={200} width={200} />\n                </div>\n                <div>\n                    <img src={'/icons/Frouter.svg'} alt={''} height={200} width={200} />\n                </div>\n                <div>\n                    <img src={'/icons/frontier.svg'} alt={''} height={200} width={200} />\n                </div>  \n          </div>\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/contact/contact.css",
    "content": ".page{\n    position: relative;\n    display: flex;\n    align-items: center;\n    flex-direction: column;\n}\n.pageContainer{\n    display: flex;\n    flex-direction:row;\n}\n.detailsBox{\n    display: flex;\n    flex-direction: column;\n    margin-top: 100px;\n    height: 566px;\n    width:506px;\n}\n\n.socialMedia{\n    display: flex;\n}\n.box {\n    border: 2px solid #ccc;\n    padding: 10px;\n    margin: 10px;\n    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);\n  }\n\n.contentBox{\n    display: flex;\n    flex-direction: column;\n    color: #ffff;\n    background-color:#234951;\n    padding:20px;\n    height: 566px;\n    margin-top: 20px;\n    width:506px;\n    margin-left: 80px;\n}\n@media only screen and (max-width: 768px) {\n    .pageContainer{\n        display: flex;\n        flex-direction:column;\n    }\n    .detailsBox{\n        display: flex;\n        flex-direction: column;\n        height: auto;\n        width:auto;\n        justify-content: center;\n        margin-top: 20px;\n        margin-left: 20px;\n        margin-right: 20px;\n    }\n    \n    .contentBox{\n        display: flex;\n        flex-direction: column;\n        color: #ffff;\n        background-color:#234951;\n        padding:20px;\n        height: auto;\n        width:auto;\n        justify-content: center;\n        margin-top: 20px;\n        margin-left: 20px;\n        margin-right: 20px; \n        margin-bottom: 20px;\n    }\n}"
  },
  {
    "path": "src/components/contact/contact.jsx",
    "content": "import React, { useState } from 'react';\nimport './contact.css';\nimport { initializeApp } from 'firebase/app';\nimport { getDatabase, ref, push, set } from 'firebase/database';\n\nexport default function ContactUs() {\n \n  const [fname, setFname] = useState('');\n  const [lname, setLname] = useState('');\n  const [email, setEmail] = useState('');\n  const [message, setMessage] = useState('');\n\n    const firebaseConfig = {\n        apiKey: \"AIzaSyCfSlEt6aagNBepS-1tPsd_xUWL5iQFiPw\",\n        authDomain: \"brahmgan-7d2dd.firebaseapp.com\",\n        databaseURL: \"https://brahmgan-7d2dd-default-rtdb.firebaseio.com\",\n        projectId: \"brahmgan-7d2dd\",\n        storageBucket: \"brahmgan-7d2dd.appspot.com\",\n        messagingSenderId: \"492014097456\",\n        appId: \"1:492014097456:web:765c00dd671d7c869889f5\",\n        measurementId: \"G-QZRGQ65V81\"\n    };\n    \n    // Initialize Firebase\n    initializeApp(firebaseConfig);\n  const database = getDatabase();\n\n \n  const pushData = () => {\n    const userRef = ref(database, 'user');\n    const newUserRef = push(userRef);\n    set(newUserRef, {\n      firstname: fname,\n      lastname: lname,\n      email: email,\n      message: message\n    }).catch((error) => {\n      console.error(error);\n    });\n  }\n\n    return(\n    \n        <div className='page'>\n            <div>\n                <h1 className='title'>Contact Us</h1>\n            </div>\n            <div className='pageContainer'>\n                <div className='detailsBox'>\n                  <div style={{displa:'flex', flexDirection:'row'}}>\n                    <div style={{display:'flex',flexDirection:'column'}}>\n                      <label>First Name</label>\n                      <input className='box' type='text' value={fname} onChange={(event) => setFname(event.target.value)} />\n                    </div>\n                    <div style={{display:'flex',flexDirection:'column'}}>\n                      <label>Last Name</label>\n                      <input className='box' type='text' value={lname} onChange={(event) => setLname(event.target.value)} />\n                    </div>\n                  </div>\n                    <label>Email</label>\n                    <input className='box' type='text' value={email} onChange={(event) => setEmail(event.target.value)} />\n                    <label>Message</label>\n                    <textarea className='box' row='3'value={message} onChange={(event) => setMessage(event.target.value)} />\n                    <button style={{marginTop:\"20px\"}} className='btn' onClick={pushData}>Send</button>\n                </div>\n                <div className='contentBox'>\n                    <h3>Get in Touch</h3>\n                    <h4>Do get in touch with us or if you would like to visit us, we have offices in Singapore and Bangalore.. Drop your mail or ping us on social media, and we will be happy to assist you.</h4>\n                    <h4>123-456-7890</h4>\n                    <h4>info@brahmgan.com</h4>\n                    <div className='socialMedia' style={{marginTop:'10px'}}>\n            <a href='https://t.me/+bVr0c3Ck9AQyMTE1'><img  src={'/icons/telegram.svg'} alt={''}/></a>\n            <a href='https://twitter.com/brahmGAN_'><img style={{marginLeft:'10px'}} src={'/icons/twitter.svg'} alt={''} /></a>\n            <a href='https://www.instagram.com/brahmgan/'><img style={{marginLeft:'10px'}} src={'/icons/instagram.svg'} alt={''} /></a>\n            <a href=\"https://www.linkedin.com/authwall?trk=bf&trkInfo=AQFciWqj1LljVQAAAYeZjezgVcG6ibWZvPrhtEKR9duQsK_Tf0jda2VPJvIJ063xkfGnO7oWqYjvw-dxnoie8RntI6NdJBxuqAOe3-CFRgLY6wfUl4YeqAHIkGMa8YLZdSUpCCw=&original_referer=&sessionRedirect=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fbrahmgan%2F\"> <img style={{marginLeft:'10px'}} src={'/icons/linkedin.svg'} alt={''} /></a>\n       </div>\n                </div>\n            </div>\n        </div>\n        \n    );\n\n}\n"
  },
  {
    "path": "src/components/contactSection/contactSection.component.jsx",
    "content": "import './contactSection.css'\n\nexport default function ContactSection(){\n\n    return(\n\n        <div className='contactContainer'>\n            <div className='contactheader'>\n                <img src={'/icons/brahmGAN.png'} height={100} width={100}  alt={''} />\n            </div>\n            <div className='contactsubsection'>\n                <div className='contactInformation'>\n                    <h4>Contact</h4>\n                    <div className='contacts'>\n                        <div className='contactDetails'>\n                            <p>3 FRASER STREET #05-25, DUO TOWER, 189352, Singapore</p>\n                        </div>\n                        <div className='contactDetails'>\n                                <p>Sales:\n                                karan@brahmgan.com</p>\n                        </div>\n                    </div>\n                    {/* <div className='contacts'>\n                        <div className='contactDetails'>\n                             <p>General Inquiries:\n                            123-456-7890</p>\n                        </div>\n                        <div className='contactDetails'>\n                            <p>Customer Care:\n                            info@brahmgan.com</p>\n                        </div>\n                    </div> */}\n                </div>\n                <div>\n\n            </div>\n            {/* <div className='socialLinks'>\n                    <h4>Quick Links</h4>\n                    <a href=' ' ><p>Terms&Condition</p></a>\n                    <a href=' ' ><p>Privacy policies</p></a>\n                </div> */}\n                {/* <div className='socialLinks'>\n                    <h4>Follow</h4>\n                    <p>Sign up to get the latest news on our product.</p>\n                    <input type=\"email\" style={{backgroundColor:'#FFBF23', border:'1px solid black'}} ></input>\n                    <button style={{backgroundColor:'black', color:'white'}}>Send</button>\n                </div> */}           \n            </div>\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/contactSection/contactSection.css",
    "content": ".contactContainer{\n    background-color:#FFBF23 ;\n    display: flex;\n    flex-direction: column;\n    width:100%;\n    height: auto;\n}\n.contactheader{\n    display: flex;\n    flex-direction: row;\n    justify-content: center;\n    margin-top: 40px;\n}\n.contactsubsection{\n    display: flex;\n    flex-direction: row;\n    justify-content: space-evenly;\n    align-items: center;\n    margin-bottom: 40px;\n    font-family: 'Calibri Light';\n}\n.contacts{\n    display: flex;\n    flex-direction: row;\n    margin: 0px;\n}\n.contactDetails{\n    display: flex;\n    flex-direction: column;\n    margin-left: 20px;\n    justify-content: space-evenly;\n    height: 60px;\n    width:150px;\n    margin-top: 20px;\n}\n\n.sociallinks{\n    display: flex;\n    flex-direction: column;\n    font-size: 22px;\n    text-decoration: none !important ;\n    margin-left: 20px;\n    justify-content: space-evenly;\n}\n\n@media only screen and (max-width:768px){\n    .contactsubsection{\n        flex-direction: column;\n        margin-top: 20px;\n    }\n    .sociallinks{\n        margin-top: 20px;\n    }\n}"
  },
  {
    "path": "src/components/creativeSection/creativeSection.component.jsx",
    "content": "import './creativesection.css'\n\nexport default function CreativeSection(){\n\n    return(\n        <div className='creative'>\n            {/* <div className='videioConatiner'>\n                <video className='videioConatiner' src={'video/Voxel.webm'} autoPlay loop muted></video>\n            </div>\n            <div className='detailsContainer'>\n                <h3 style={{margin:'0px'}}>Built for Creatives, by Creatives</h3>\n                <p>I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.</p>\n                <div className='icons'>\n                    <div className='iconConatiner'>\n                        <img src={'icons/solution.svg'} alt={''} />\n                        <p style={{marginLeft:'10px'}} >about icon</p>\n                    </div> \n                    <div className='iconConatiner' style={{marginLeft:'20px'}}>\n                        <img src={'icons/technology.svg'} alt={''} />\n                        <p style={{marginLeft:'10px'}}>about icon</p>\n                    </div>\n                    <div className='iconConatiner' style={{marginLeft:'20px'}}>\n                        <img src={'icons/home.svg'} alt={''} />\n                        <p style={{marginLeft:'10px'}}>about icon</p>\n                    </div>\n                </div>\n            </div> */}\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/creativeSection/creativesection.css",
    "content": ".creative{\n    display: flex;\n    flex-direction: row;\n    align-items:center;\n    margin-top:40px;\n    margin-left: 80px;\n}\n.videioConatiner{\n    display: flex;\n    justify-content:flex-start;\n    align-items: center;\n    margin-left: 120px;\n    object-fit:content;\n    height:500px;\n    width:500px;\n    margin-bottom: 80px;\n    /*background:blue;*/\n}\n.detailsContainer{\n    display: flex;\n    flex-direction: column;\n    margin-top: 60px;\n    margin-left: 300px;\n    height:500px;\n    width: 400px;\n    margin-right:40px;\n    font-family: 'Calibri Light';\n    font-size: 20px;\n}\n.icons{\n    display:flex;\n    flex-direction:row;\n}\n.iconConatiner{\n    margin-top:0px;\n    display: flex;\n    flex-direction: row;\n    \n}\n\n@media only screen and (max-width:786px) {\n\n    .creative{\n        display: flex;\n        flex-direction: column;\n        align-items:center;\n        margin-top:40px;\n    }\n    .videioConatiner{\n        display: flex;\n        justify-content:flex-start;\n        align-items: center;\n        margin-left: 0px;\n        margin-right: 0px;\n        object-fit:content;\n        height:400px;\n        width:100%;\n        margin-bottom: 20px;\n        /*background:blue;*/\n    }\n    .detailsContainer{\n        display: flex;\n        flex-direction: column;\n        margin-top: 10px;\n        margin-left: 20px;\n        height:400px;\n        width: 400px;\n        margin-right:0px;\n    }\n    \n}"
  },
  {
    "path": "src/components/ecommerce/ecommerce.css",
    "content": ""
  },
  {
    "path": "src/components/ecommerce/ecommerce.jsx",
    "content": "import Section1 from '../solutionsection1/solutionsection1.component'\nimport Section2 from '../solutionsection2/solutionsection2.component'\nimport Section3 from '../solutionsection3/solutionsection3.component'\nimport Content from '../solutionsection3content/solutionsection3content.component'\nimport Content2 from '../solutionsection3content2/solutionsection3content2.component'\n\nexport default function ecommerce ()\n{\n    const data1={\n        title:'3D for E-Commerce',\n        image:'icons/cart.svg',\n        description:'Our 3D solutions are highly beneficial for eCommerce websites and companies as they can provide an immersive and engaging experience for their customers. With our 3D infrastructure, clients can request custom 3D models of their products. Which will be delivered swiftly using our community of 3D content creators, that can be seamlessly integrated into your eCommerce workflow. Our NeRF technology also allows for quick and easy creation of 3D models, reducing production time and costs.',\n        iframe:'https://taanga-studios-website.web.app/?product=fendi'\n    }\n\n    const data2={\n        title:'Why 3D in E-Commerce?',\n        image:'icons/Nerf.svg',\n        title1:'3D Product Display',\n        content1:'Embedding 3D models on product pages for a more engaging shopping experience.',\n        title2:'AR/VR Shopping',\n        content2:'Using 3D models for augmented and virtual reality experiences, allowing customers to \"try before they buy\" and making online shopping more interactive.',\n        title3:'Product Customization',\n        content3:'Offering customers the ability to customize products in 3D, enabling them to visualize and create their desired product.'\n    }\n    const data3={\n        title:'Applications',\n        subtitle:'Here are various products that can be showcased in VR '\n    }\n\n    const data4={\n        contenttitle:'Furniture Shopping',\n        content:'Customers can view 3D models of furniture in their homes through AR/VR experiences to see how they will look and fit before making a purchase. We can also allow customers to modify or customize content.',\n        iframe:'https://taanga-studios-website.web.app/?product=shelf'\n    }\n\n    const data5={\n        iframe:'https://taanga-studios-website.web.app/?product=tv',\n        contenttitle:'Electronics shopping',  \n        content:'Customers can view 3D models of electronic devices, such as phones or laptops, to see details and features not visible in traditional product photos. 3D models can also show how accessories, like phone cases or covers, look and fit.'\n    }\n\n    const data6={\n        contenttitle:'Jewellery shopping',\n        content:'Customers can view 3D models of electronic devices, such as phones or laptops, to see details and features not visible in traditional product photos. 3D models can also show how accessories, like phone cases or covers, look and fit.',\n        iframe:'https://taanga-studios-website.web.app/?product=ring'\n    }\n    \n    \nreturn(  \n    <>\n    <Section1 data={data1} />\n    <Section2 data={data2} />\n    <Section3 data={data3} />\n    <Content data={data4} />\n    <Content2 data={data5} />\n    <Content data={data6} />\n    \n    </>\n);\n}"
  },
  {
    "path": "src/components/features/feature.component.jsx",
    "content": "import './feature.css' \n\nexport default function Features(){\n    return(\n        <div className='feature'>\n            \n            <div className='imageheader'>\n            \n            <div className='headers'>\n                <h2 style={{fontSize:'36px'}}>Our Features</h2>     \n                <p style={{fontSize:'20px',fontWeight:'300px'}}></p>\n            </div>\n            {/* <img className='imagecontainerheader' src={'icons/bg.png'} alt={''} /> */}\n            </div>\n            <div className='featurecontainer'>\n                <div className='featurecontainerbox'>\n                    <img className='imageconatiner' src={'icons/Speed.svg'} alt={''} />\n                    <h4 style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>BG Architect</h4>\n                    <p style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>A Video to 3D pipeline, which takes a video of an object and convert it into an usable 3D model.</p>\n                </div>\n                <div className='featurecontainerbox'>\n                    <img className='imageconatiner' src={'icons/Users.svg'} alt={''} />\n                    <h4 style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>BG Genie (Coming Soon)</h4>\n                    <p style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>An Image to 3D pipeline, which takes an image of an object and convert it into an usable 3D model.</p>\n                </div>\n                <div className='featurecontainerbox'>\n                    <img className='imageconatiner' src={'icons/Gameready.svg'} alt={''} />\n                    <h4 style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>BG Avatar (Coming Soon)</h4>\n                    <p style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>A Text to 3D pipeline, which takes text prompt as an input and convert it into an usabke 3D Model.</p>\n                </div>\n                <div className='featurecontainerbox'>\n                    <img className='imageconatiner' src={'icons/Ai.svg'} alt={''} />\n                    <h4 style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>GPU Network</h4>\n                    <p style={{margin:'0px', marginLeft:'20px', marginTop:'10px'}}>A decentralized GPU network, A person can be an user or a provider by renting the GPU on GPU network.</p>\n                </div>\n            </div>\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/features/feature.css",
    "content": ".feature{\n    display:flex;\n    width:100%;\n    height: auto;\n    flex-direction: column;\n}\n.imageheader{\n    display: flex;\n    flex-direction: row;\n}\n.imagecontainerheader{\n    display: flex;\n    height: 200px;\n    justify-content: flex-end;\n    margin-left: 610px;\n}\n.headers{\n    display: flex;\n    flex-direction: column;\n    height: auto;\n    width:40%;\n    justify-content: flex-start;\n    margin-left: 140px;\n    margin-bottom: 40px;\n    font-family: 'Bahnschrift Light';\n}\n.featurecontainer{\n    display:flex;\n    flex-direction: row;\n    margin-top: 20px;\n    margin-bottom: 20px;\n    justify-content: center;\n    align-items: center;\n    width:80%;\n    margin-left: 180px;\n}\n.featurecontainerbox{\n    display: flex;\n    flex-direction: column;\n    height:auto;\n    width:35%;\n    margin-left: 40px;\n    justify-content: space-evenly;\n    font-family: 'Calibri Light';\n}\n.imageconatiner{\n    border-color: black;\n    border: 3px solid;\n    border-radius: 30px;\n    width:230px;\n    height:290px;\n    object-fit: cover;\n}\n@media only screen and (max-width:786px) {\n    .featurecontainer{\n        display:flex;\n        flex-direction: column;\n        margin-top: 20px;\n        margin-bottom: 20px;\n        justify-content: center;\n        align-items: center;\n        width:80%;\n        margin-left: 0px;\n    }\n    .headers{\n        display: flex;\n        flex-direction: column;\n        height: auto;\n        width:70%;\n        justify-content: flex-start;\n        margin-left: 80px;\n        margin-bottom: 40px;\n        font-family: 'Bahnschrift Light';\n    }\n    .imageconatiner{\n        border-color: black;\n        border: 3px solid;\n        border-radius: 30px;\n        width:230px;\n        height:290px;\n        object-fit: cover;\n        margin-top: 30px;\n    }\n    .featurecontainerbox{\n        display: flex;\n        flex-direction: column;\n        height:auto;\n        width:55%;\n        margin-left: 80px;\n        justify-content: center;\n        font-family: 'Calibri Light';\n    }\n}\n"
  },
  {
    "path": "src/components/footer/footer.component.jsx",
    "content": "import './footer.css'\n\nexport default function footer(){\nreturn (\n    <div className=\"footer\" >\n      <div className='socialMedia' style={{marginTop:'10px'}}>\n            <a href='https://t.me/+bVr0c3Ck9AQyMTE1'><img  src={'/icons/telegram.svg'} alt={''} /></a>\n            <a href='https://twitter.com/brahmGAN_'><img style={{marginLeft:'10px'}} src={'/icons/twitter.svg'} alt={''} /></a>\n            <a href='https://www.instagram.com/brahmgan/'><img style={{marginLeft:'10px'}} src={'/icons/instagram.svg'} alt={''} /></a>\n            <a href=\"https://www.linkedin.com/authwall?trk=bf&trkInfo=AQFciWqj1LljVQAAAYeZjezgVcG6ibWZvPrhtEKR9duQsK_Tf0jda2VPJvIJ063xkfGnO7oWqYjvw-dxnoie8RntI6NdJBxuqAOe3-CFRgLY6wfUl4YeqAHIkGMa8YLZdSUpCCw=&original_referer=&sessionRedirect=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fbrahmgan%2F\"> <img style={{marginLeft:'10px'}} src={'/icons/linkedin.svg'} alt={''} /></a>\n       </div>\n      <div>\n        <p>&copy; 2023 My brahmGAN Website</p>\n      </div>\n    </div>\n  );\n}"
  },
  {
    "path": "src/components/footer/footer.css",
    "content": "/* Footer styles */\n.footer {\n    display:flex;\n    flex-direction: column;\n    background-color: #000;\n    color: #fff;\n    justify-content: center;\n    align-items: center;\n    height: auto;\n  }\n  \n"
  },
  {
    "path": "src/components/game/game.css",
    "content": ""
  },
  {
    "path": "src/components/game/game.jsx",
    "content": "import Section1 from '../solutionsection1/solutionsection1.component'\nimport Section2 from '../solutionsection2/solutionsection2.component'\nimport Section3 from '../solutionsection3/solutionsection3.component'\nimport Content from '../solutionsection3content/solutionsection3content.component'\nimport Content2 from '../solutionsection3content2/solutionsection3content2.component'\n\nexport default function game()\n{\n    const data1={\n        title:'3D for Gaming',\n        image:'icons/GamePad.svg',\n        description:'At our company, we specialize in providing cutting-edge solutions for the gaming industry, using technologies such as NeRF and GAN to create highly optimized 3D models ready to be used in Games. We offer a range of services, from 3D modeling and integration with popular game engines Unity and Unreal. Whether you are looking to create a new game from scratch or to enhance an existing game with 3D elements, we have the expertise and technology to help you achieve your goals.',\n        iframe:'https://taanga-studios-website.web.app/?product=treehouse'\n    }\n\n    const data2={\n        title:'3D In Gaming',\n        image:'icons/Nerf.svg',\n        title1:'Immersive',\n        content1:'3D graphics and animations can create a more immersive gameplay experience by providing a realistic and detailed environment for the players to explore.',\n        title2:'Enhanced Visuals',\n        content2:'3D graphics can enhance the visual appeal of a game by providing more realistic textures, lighting, and shading effects. This can attract more players and increase the overall quality of the gaming experience.',\n        title3:'Flexibility',\n        content3:'3D graphics and animations allow for more flexibility in game design and development. They can be easily modified and customized to fit the specific needs and preferences of the game developers and players.'\n    }\n    const data3={\n        title:'Object Showcase ',\n        subtitle:'Here are various products that can be showcased in VR '\n    }\n\n    const data4={\n        contenttitle:'Model Creation',\n        content:'Quickly Create 3D Models required for games using our explicit scene creation services, which generate Environment for your gaming needs.',\n        iframe:'https://taanga-studios-website.web.app/?product=gun'\n    }\n\n    const data5={\n        iframe:'https://taanga-studios-website.web.app/?product=idletoswordunsheath',\n        contenttitle:'Chracter Creation',  \n        content:'NeRF can be used to create realistic 3D models of characters for gaming quickly and efficiently. With NeRF, it is possible to capture a persons likeness and turn it into a 3D model in a matter of minutes. This can be done using just a few photos of the person from different angles, making it a fast and easy process. These models can then be integrated into game engines, allowing for seamless integration into game development pipelines. '\n    }\n    \n    \nreturn(  \n    <>\n    <Section1 data={data1} />\n    <Section2 data={data2} />\n    <Section3 data={data3} />\n    <Content data={data4} />\n    <Content2 data={data5} />\n    \n    </>\n);\n}"
  },
  {
    "path": "src/components/getintouch/getintouch.component.jsx",
    "content": "import './getintouch.css'\n\nexport default function getInTouch(){\n    return(\n    \n      <div className='seclast'>\n        <div><h1 className='intouch'>GET IN TOUCH</h1>\n          <p style={{padding:\"10px\"}}>Office Locations in Bangalroe and Singapore</p>\n          <a href=\" \" ><p style={{padding:\"10px\"}}>info@brahmgan.com</p></a>\n          <button className='introbtn'style={{marginTop:\"20px\"}} >Contact Us</button>\n          </div>\n        <div>\n        <img src={'/icons/handshake.svg'} alt={''}  />\n        </div>\n      </div>\n          \n    )\n}"
  },
  {
    "path": "src/components/getintouch/getintouch.css",
    "content": ".seclast{\n    display: flex;\n    /* border: 2px solid red; */\n    margin: auto;\n    justify-content: center;\n    text-align: center;\n    background-color: #F1F1F1;\n    margin-top: 0%;\n\n  }\n  .seclast div{\n    /* border:2px solid blue; */\n    width: 40%;\n  }\n  .intouch{\n    font-size: 40px;\n    font-weight: 700;\n    color: #6b6969;\n    margin-top: 3em;\n  }\n\n  .seclast div a{\n    \n    color: #5e5c5c;\n  }\n\n  @media only screen and (max-width: 768px){\n\n    .seclast{\n      display: flex;\n      flex-direction: column;\n      margin: auto;\n      text-align: center;\n      background-color: #F1F1F1;\n      margin-top: 0%;\n  \n    }\n    .seclast div{\n      /* border:2px solid blue; */\n      width: 100%;\n    }\n\n  }"
  },
  {
    "path": "src/components/hamburgermenu/hamburgerMenu.component.jsx",
    "content": "import {Link} from 'react-router-dom'\nimport './hamburgermenu.css'\nimport React, { useState } from 'react';\n\n\nconst HamburgerMenu = () => {\n  const [isOpen, setIsOpen] = useState(false);\n  const [isSolutionsOpen, setIsSolutionsOpen] = useState(false);\n  const [isAboutOpen, setIsAboutOpen] = useState(false);\n\n  const toggleMenu = () => {\n    setIsOpen(!isOpen);\n  };\n  const toggleSolutions = () => {\n    setIsSolutionsOpen(!isSolutionsOpen);\n  };\n  const toggleAbout = () => {\n    setIsAboutOpen(!isAboutOpen);\n  };\n\n\n  return (\n    <header className=\"header\">\n      <Link to='/'>\n      <div style={{marginLeft:'20px'}}><img src={'/icons/brahmlogo.png'} alt={''} width={100} height={100} /></div>\n      </Link>\n      <button style={{display:'flex'}} className=\"hamburger\" onClick={toggleMenu}>\n       <img src={'/icons/hamburger.svg'} alt={' '} />\n      </button>\n      <nav className={`menu ${isOpen ? 'open' : ''}`} style={{display:'flex', flexDirection:'row'}}>\n      <button style={{display:'flex', justifyContent:'flex-start', backgroundColor:'#fff', border:'none', marginTop:'10px',cursor: 'pointer'}} onClick={toggleMenu}><img src={'/icons/close.svg'} alt={''} width={40} height={40} /></button>\n        <ul>\n            <Link to='/'>\n          <li onClick={toggleMenu}>Home</li></Link>\n         \n            <Link to='/solutions'><span onClick={toggleSolutions} className=\"dropdown-button\">\n              Solutions<img src={isSolutionsOpen ? '/icons/up.svg' : 'icons/down.svg'} alt={''} />\n            </span></Link>\n            <ul className={`submenu ${isSolutionsOpen ? 'open' : ''}`}>\n              <Link to='/ecommerce'>\n                <li onClick={toggleMenu}>eCommerce</li>\n              </Link>\n              <Link to='/xr'>\n                <li onClick={toggleMenu}>XR</li>\n              </Link>\n              <Link to='/game'>\n                <li onClick={toggleMenu}>Gaming</li>\n              </Link>\n            </ul>\n          <Link to='/technologies'>\n          <li onClick={toggleMenu}>Technologies</li></Link>\n          \n          <Link to='/about'>\n          <li onClick={toggleMenu}> About </li>\n            </Link>\n           \n        </ul>\n      </nav>\n    </header>\n  );\n};\n\nexport default HamburgerMenu;\n\n"
  },
  {
    "path": "src/components/hamburgermenu/hamburgermenu.css",
    "content": "body{\n  overflow-x: hidden;\n}\n.header {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: space-between;\n    margin: 0px;\n    width:100%;\n  }\n  \n  \n  .hamburger-menu {\n    position: relative;\n  }\n  \n  .hamburger {\n    display: flex;\n    flex-direction: column;\n    justify-content:flex-end;\n    width: 30px;\n    height: 22px;\n    background: transparent;\n    border: none;\n    cursor: pointer;\n    padding: 0;\n    z-index: 1000;\n    margin-right: 40px;\n  }\n  \n  .hamburger-line {\n    width: 100%;\n    height: 2px;\n    background-color: #fff;\n    transition: all 0.3s;\n  }\n  \n  .menu {\n    position: fixed;\n    top: 0;\n    right: 0;\n    background-color: #fff;\n    width: 200px;\n    height: 100%;\n    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);\n    overflow: hidden;\n    transition: transform 0.3s;\n    transform: translateX(200px);\n    z-index: 1000;\n  }\n  \n  .menu.open {\n    transform: translateX(0);\n  }\n  \n  .menu ul {\n    list-style-type: none;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .menu li {\n    border-bottom: 1px solid #eee;\n  }\n  \n  .menu li:last-child {\n    border-bottom: none;\n  }\n  \n  .menu a {\n    display: block;\n    padding: 12px 16px;\n    text-decoration: none;\n    color: #333;\n    transition: all 0.3s;\n  }\n  \n  .menu a:hover {\n    background-color: #eee;\n  }\n\n  .dropdown-button {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    width: 100%;\n    padding: 12px 16px;\n    text-decoration: none;\n    color: #333;\n    transition: background-color 0.3s;\n    cursor: pointer;\n  }\n  \n  .submenu {\n    display: none;\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    margin-left: 1rem;\n  }\n  \n  .submenu.open {\n    display: block;\n  }\n  \n  .submenu li {\n    margin: 0.5rem 0;\n   \n  }\n  \n  .submenu a {\n    color: inherit;\n    text-decoration: none;\n  }\n  \n  .submenu a:hover {\n    text-decoration: underline;\n  }\n  \n  /* Mobile view styles */\n  @media screen and (max-width: 768px) {\n    .hamburger {\n      display: flex;\n    }\n  \n    \n  }\n  "
  },
  {
    "path": "src/components/home/home.css",
    "content": ""
  },
  {
    "path": "src/components/home/home.jsx",
    "content": "import HeroSection from '../HeroSection/hersosection.component'\nimport HomeSection1 from '../homesection1/homesection1.component'\nimport Features from '../features/feature.component'\nimport CreativeSection from '../creativeSection/creativeSection.component'\nimport ClientComponent from '../clientcomponent/clientcomponent.component'\nimport Review from '../review/review.component'\nimport MovingLeft from '../moving-left/moving-left.component'\nimport Tech from '../tech/tech.component'\n\nexport default function Home(){\n    \n    const data1 = {\n        title: 'Industries',\n        para: 'Providing cutting-edge 3D infrastructure services for XR, gaming, and eCommerce industries.',\n        image1: '/icons/GamePad.svg',\n        title1: 'Game',\n        content1: 'Learn how brahmGAN is going to revolutionize gaming with NeRF and GAN Tech',\n        image2: '/icons/VR.svg',\n        title2: 'XR',\n        content2: 'We help industries with tools such as 3D AR filters, 3D XR Viewers, XR related plugins to make 3D viewing easier.',\n        image3: '/icons/Cart.svg',\n        title3: 'eCommerce',\n        content3: 'Helvetica Light is an easy-to-read font, with tall and narrow letters, that works well on almost every site.'\n      }\n      \n    return(\n        <>\n        <HeroSection />\n        <HomeSection1 />\n        <MovingLeft data={data1}/>\n        <Features />\n        <CreativeSection />\n        <Tech />\n        <ClientComponent />\n        <Review />\n        <div style={{width:'100%',display:'flex', justifyContent:'center' ,alignItems:'center'}} >\n        <img style={{width:'50%'}} src={'icons/BrahmGAN.jpg'} alt={''} />\n        </div>\n        </>\n    )\n}"
  },
  {
    "path": "src/components/homePage/homePage.css",
    "content": ".effetsimg {\n  width: 100%;\n}\n\n.bgvideowrap {\n  position: relative;\n\n\n}\n\n.video {\n  width: 100%;\n  min-height: 100vh;\n  height: auto;\n  z-index: 1;\n}\n\n.overlay {\n  width: 500px;\n  position: absolute;\n  top: 0;\n  left: 0;\n  margin-top: 4rem;\n  padding: 3rem;\n  margin-left: 2rem;\n  background-size: 3px 3px;\n  z-index: 2;\n}\n\n.h1intro {\n  text-align: left;\n  color: #234951;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  font-size: 60px;\n  \n}\n\n.intropar {\n  font-size: 20px;\n  font-weight: 500;\n}\n\n\n.introbtn {\n  padding: 15px;\n  border-radius: 50px;\n  background-color: #F5BB44;\n  color: white;\n  font-size: 15px;\n  border: none;\n  letter-spacing: 5px;\n  font-weight: 700;\n}\n\n\n.introbtn:hover {\n  background-color: rgb(50, 209, 50);\n}\n\n.image {\n  position: relative;\n  min-width: 100%;\n  min-height: 100vh;\n  height: auto;\n  z-index: 1;\n}\n\n.overcontent {\n  justify-content: center;\n  text-align: center;\n\n  position: absolute;\n  top: 0;\n  left: 0;\n\n  /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */\n  /* background-size: 3px 3px; */\n  z-index: 2;\n  padding-bottom: 0%;\n\n}\n\n.sectwohed {\n  justify-content: center;\n  text-align: center;\n  width: 60%;\n  padding-top: 2em;\n  margin-left: 40%;\n  /* border: 2px solid red; */\n  margin-bottom: 2rem;\n}\n\n.sectwoindu {\n  color: #F5BB44;\n  font-size: 4em;\n  text-shadow: 3px 3px #8d8b8b;\n  padding: 0%;\n  margin-bottom: auto;\n}\n\n.sectwopar {\n  padding: 0%;\n  font-size: 20px;\n  color: #5e5c5c;\n  font-weight: 500;\n\n}\n\n.sectwoimg {\n\n  display: flex;\n  /* border: 2px solid blue; */\n}\n\n\n\n.container {\n  position: absolute;\n  width: 30%;\n  height: 550px;\n  /* border: 1px solid red; */\n  /* transition: fill 1s ease; */\n  background-image: url(/public/icons/GamePad.svg);\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n  box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;\n\n}\n\n.containers {\n  position: absolute;\n  width: 30%;\n  height: 550px;\n  /* border: 1px solid yellow; */\n  /* transition: fill 1s ease; */\n  background-image: url(/public/icons/VR.svg);\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n  margin-left: 35%;\n  box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;\n\n}\n\n.containers3 {\n  position: absolute;\n  width: 30%;\n  height: 550px;\n  /* border: 1px solid yellow; */\n  /* transition: fill 1s ease; */\n  background-image: url(/public/icons/Cart.svg);\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n  margin-left: 70%;\n  box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;\n\n}\n\n.overlays {\n  position: absolute;\n  bottom: 0;\n  background: rgb(0, 0, 0);\n  background: white;\n  /* Black see-through */\n  color: #f1f1f1;\n  /* width: 100%; */\n  transition: .5s ease;\n  opacity: 0;\n  color: black;\n  font-size: 16px;\n  padding: 20px;\n  text-align: center;\n  border-radius: 30px;\n}\n\n.container:hover .overlays {\n  opacity: 1;\n}\n\n.overlays3 {\n  position: absolute;\n  bottom: 0;\n  background: rgb(0, 0, 0);\n  background: white;\n  /* Black see-through */\n  color: #f1f1f1;\n  /* width: 100%; */\n  transition: .5s ease;\n  opacity: 0;\n  color: black;\n  font-size: 20px;\n  padding: 20px;\n  text-align: center;\n}\n\n.containers3:hover .overlays3 {\n  opacity: 1;\n}\n\n.overlays2 {\n  position: absolute;\n  bottom: 0;\n  background: rgb(0, 0, 0);\n  background: white;\n  /* Black see-through */\n  color: #f1f1f1;\n  /* width: 100%; */\n  transition: .5s ease;\n  opacity: 0;\n  color: black;\n  font-size: 20px;\n  padding: 20px;\n  text-align: center;\n}\n\n.containers:hover .overlays2 {\n  opacity: 1;\n}\n\n.moving-left {\n  transition: transform 0.3s ease;\n  transform: translateX(0px);\n\n}\n\n.moving-left:hover {\n  transform: translateX(10px);\n}\n\n.learnm {\n  padding: 15px;\n  border-radius: 50px;\n  background-color: #F5BB44;\n\n  font-size: 15px;\n  border: none;\n\n  font-weight: 700;\n}\n\n.learnm:hover {\n  background-color: rgb(39, 207, 207);\n}\n\n.sec3 {\n  background-image: url(\"https://static.wixstatic.com/media/nsplsh_7849dda1784948dc84ebb921c3bd92af~mv2.jpg/v1/fill/w_1222,h_1330,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/nsplsh_7849dda1784948dc84ebb921c3bd92af~mv2.jpg\");\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n  margin: 0%;\n  text-align: center;\n  justify-content: center;\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  grid-row: 200px;\n}\n\n.sec3 div {\n  width: 40%;\n  height: 300px;\n  margin: auto;\n  /* border: 2px solid red; */\n}\n\n.sec4 {\n  background-image: url(\"https://static.wixstatic.com/media/6379c4_0c3652a7127846aa9f4b0686852f3759~mv2.jpg/v1/fill/w_1222,h_1025,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/6379c4_0c3652a7127846aa9f4b0686852f3759~mv2.jpg\");\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n\n}\n\n.sectwohed4 {\n  justify-content: center;\n  text-align: center;\n  width: 40%;\n  padding-top: 2em;\n  /* margin-left: 40%; */\n  /* border: 2px solid red; */\n  margin-bottom: 2rem;\n  margin: auto;\n}\n\n.sectwoindu4 {\n  color: #F5BB44;\n  font-size: 4em;\n  text-shadow: 3px 3px #8d8b8b;\n  padding: 0%;\n  margin-bottom: auto;\n}\n\n.sectwopar4 {\n  padding: 0%;\n  font-size: 20px;\n  color: #5e5c5c;\n  font-weight: 700;\n\n}\n\n\n\n.containertech1 {\n  position: absolute;\n  width: 20%;\n  height: 550px;\n  /* border: 1px solid red; */\n  /* transition: fill 1s ease; */\n  background-image: url(/public/icons/Gan.svg);\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n  box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;\n\n}\n\n.containertech2 {\n  position: absolute;\n  width: 20%;\n  height: 550px;\n  /* border: 1px solid yellow; */\n  /* transition: fill 1s ease; */\n  background-image: url(/public/icons/Nerf.svg);\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n  margin-left: 23%;\n  box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;\n\n}\n\n.containertech3 {\n  position: absolute;\n  width: 20%;\n  height: 550px;\n  /* border: 1px solid yellow; */\n  /* transition: fill 1s ease; */\n  background-image: url(/public/icons/Blockchain.svg);\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n  margin-left: 46%;\n  box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;\n\n}\n\n.overlaystech1 {\n  position: absolute;\n  bottom: 0;\n  background: rgb(0, 0, 0);\n  background: white;\n  /* Black see-through */\n  color: #f1f1f1;\n  /* width: 100%; */\n  transition: .5s ease;\n  opacity: 0;\n  color: black;\n  font-size: 20px;\n  padding: 20px;\n  text-align: center;\n}\n\n.containertech1:hover .overlaystech1 {\n  opacity: 1;\n}\n\n.overlaystech3 {\n  position: absolute;\n  bottom: 0;\n  background: rgb(0, 0, 0);\n  background: white;\n  /* Black see-through */\n  color: #f1f1f1;\n  /* width: 100%; */\n  transition: .5s ease;\n  opacity: 0;\n  color: black;\n  font-size: 20px;\n  padding: 20px;\n  text-align: center;\n}\n\n.containertech3:hover .overlaystech3 {\n  opacity: 1;\n}\n\n.overlaystech2 {\n  position: absolute;\n  bottom: 0;\n  background: rgb(0, 0, 0);\n  background: white;\n  /* Black see-through */\n  color: #f1f1f1;\n  /* width: 100%; */\n  transition: .5s ease;\n  opacity: 0;\n  color: black;\n  font-size: 20px;\n  padding: 20px;\n  text-align: center;\n}\n\n.containertech2:hover .overlaystech2 {\n  opacity: 1;\n}\n\n.sec4btn {\n  /* border: 2px solid red; */\n  margin-top: 650px;\n}\n\n\n\n.sec5 {\n  background-color: #F5BB44;\n}\n\n@media only screen and (max-width: 768px) {\n  .overlays {\n    position: absolute;\n    bottom: 0;\n    background: rgb(0, 0, 0);\n    background: white;\n    /* Black see-through */\n    color: #f1f1f1;\n    /* width: 100%; */\n    transition: .5s ease;\n    opacity: 0;\n    color: black;\n    font-size: 14px;\n    padding: 20px;\n    text-align: center;\n    border-radius: 30px;\n  }\n  \n}"
  },
  {
    "path": "src/components/homePage/homepage.jsx",
    "content": "import Clients from '../clients/clients.component'\nimport Slider from '../slider/slider.component'\nimport JoinMail from '../joinmail/joinMail.component'\nimport GetInTouch from '../getintouch/getintouch.component';\nimport MovingLeft from '../moving-left/moving-left.component';\nimport './homePage.css';\n\n\nexport default function HomePage() {\n\n  const data1 = {\n    title: 'Industries',\n    para: 'Providing cutting-edge 3D infrastructure services for XR, gaming, and eCommerce industries.',\n    image: '/icons/Hexa.svg',\n    image1: '/icons/GamePad.svg',\n    title1: 'Game',\n    content1: 'Learn how brahmGAN is going to revolutionize gaming with NeRF and GAN Tech',\n    image2: '/icons/VR.svg',\n    title2: 'XR',\n    content2: 'We help industries with tools such as 3D AR filters, 3D XR Viewers, XR related plugins to make 3D viewing easier.',\n    image3: '/icons/Cart.svg',\n    title3: 'eCommerce',\n    content3: 'Helvetica Light is an easy-to-read font, with tall and narrow letters, that works well on almost every site.'\n  }\n  const data2 = {\n    title: 'Technologies',\n    para: 'We dont hold back with technologies when it comes to 3D. We use NeRF for video to 3D, GAN for Text to 3D, and Blockchain to democrotize 3D content creation from all over the world.',\n    image: '/icons/whiteCloud.svg',\n    image1: '/icons/Gan.svg',\n    title1: 'Game',\n    content1: 'Learn how brahmGAN is going to revolutionize gaming with NeRF and GAN Tech',\n    image2: '/icons/Nerf.svg',\n    title2: 'XR',\n    content2: 'We help industries with tools such as 3D AR filters, 3D XR Viewers, XR related plugins to make 3D viewing easier.',\n    image3: '/icons/BlockChain.svg',\n    title3: 'eCommerce',\n    content3: 'Helvetica Light is an easy-to-read font, with tall and narrow letters, that works well on almost every site.'\n  }\n\n  return (\n    <div className='effectsimg'>\n\n\n      <section className=\"bgvideowrap\">\n\n        <video className=\"video\" src={'video/Brahmgan.webm'} autoPlay loop muted></video>\n        <div className=\"overlay\">\n          <div style={{ width: \"500px\" }}>\n\n            <h1 className=\"h1intro\">Introducing AI Generation</h1>\n          </div>\n          <p className='intropar'>Create amazing 3D content effortlessly with our text-to-3D tools.Our advanced technology uses NeRF, GAN, and Blockchain for fast, decentralized AI-based 3D content creation.With BrahmGAN, bring your ideas to life instantly, without technical expertise or complex software.Explore the future of 3D content creation and unlock your creativity.</p>\n\n          <button className='introbtn'>Learn More</button>\n        </div>\n      </section>\n      <MovingLeft data={data1} />\n\n      {/*<section className=\"bgvideowrap\">\n        <img className=\"image\" src={'/icons/Hexa.svg'} alt={' '}></img>\n        <div className=\"overcontent\">\n\n          <div className=\"sectwohed\">\n            <h1 className='sectwoindu'>Industries</h1>\n            <p className='sectwopar'>Providing cutting-edge 3D infrastructure services for XR, gaming, and eCommerce industries.</p>\n          </div>\n          <div style={{ display: \"flex\", marginLeft: \"200px\" }}>\n            <div style={{ display: 'flex', }}>\n\n              <div className='container moving-left'>\n                <div class=\"overlays\" >\n                  <h4>Game</h4>\n                  <p>Learn how brahmGAN is going to revolutionize gaming with NeRF and GAN Tech.</p>\n                  <button className='learnm'>Learn More</button>\n                </div>\n              </div>\n              <div className='containers moving-left'>\n                <div class=\"overlays2\">\n                  <h4>XR</h4>\n                  <p>We help industries with tools such as 3D AR filters, 3D XR Viewers, XR related plugins to make 3D viewing easier.</p>\n                  <button className='learnm'>Learn More</button>\n                </div>\n              </div>\n              <div className='containers3 moving-left'>\n                <div class=\"overlays3\">\n                  <h4>eCommerce</h4>\n                  <p>Helvetica Light is an easy-to-read font, with tall and narrow letters, that works well on almost every site.</p>\n                  <button className='learnm'>Learn More</button>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n  </section>*/}\n\n      <section className='sec3'>\n        <h2>AI Generation is the Future, <a href=\" \">Join us.</a></h2>\n        <h1>Features</h1>\n        <div>\n          <img src={'/icons/speed.svg'} alt={''} />\n          <p>Boost speed of assets creation using Tridev our Asset Creation app.</p>\n        </div>\n        <div>\n          <img src={'/icons/Users.svg'} alt={''} />\n          <p>With global cult like followers, get 3D model of any object you want in instant, through the power of blockchain.</p>\n        </div>\n        <div>\n          <img src={'/icons/Gameready.svg'} alt={''} height={200} width={300} />\n          <p>Generated assets are Game Ready assets with instant import and delighting for use with in game lights.</p>\n        </div>\n        <div>\n          <img src={'/icons/Ai.svg'} alt={''} />\n          <p>AI Generated assets from prompts, just type what object you want, and have 3D model of that ready.</p>\n        </div>\n      </section>\n\n      <MovingLeft data={data2} />\n\n      {/* sectionn 4 */}\n      {/*<section className=\"bgvideowrap\">\n         <video className=\"video\" src={'video/background.webm'} autoPlay loop muted></video>\n        <img className=\"image\" src={'https://static.wixstatic.com/media/6379c4_0c3652a7127846aa9f4b0686852f3759~mv2.jpg/v1/fill/w_1222,h_1025,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/6379c4_0c3652a7127846aa9f4b0686852f3759~mv2.jpg'} alt={' '}></img>\n        <div className=\"overcontent\">\n\n          <div className=\"sectwohed4\">\n            <h1 className='sectwoindu4'>Technologies</h1>\n            <p className='sectwopar4'>We don't hold back with technologies when it comes to 3D. We use NeRF for video to 3D, GAN for Text to 3D, and Blockchain to democrotize 3D content creation from all over the world.</p>\n          </div>\n\n          <div style={{ display: \"flex\", marginLeft: \"200px\" }}>\n\n            <div className='containertech1 moving-left'>\n\n              <div class=\"overlaystech1\">\n                <p>Learn how brahmGAN is going to revolutionize gaming with NeRF and GAN Tech.</p>\n                <button className='learnm'>Learn More</button>\n              </div>\n            </div>\n            <div className='containertech2 moving-left'>\n              <div class=\"overlaystech2\">\n                <p>We help industries with tools such as 3D AR filters, 3D XR Viewers, XR related plugins to make 3D viewing easier.</p>\n                <button className='learnm'>Learn More</button>\n              </div>\n            </div>\n            <div className='containertech3 moving-left'>\n              <div class=\"overlaystech3\">\n                <p>Helvetica Light is an easy-to-read font, with tall and narrow letters, that works well on almost every site.</p>\n                <button className='learnm'>Learn More</button>\n              </div>\n            </div>\n\n          </div>\n\n          <div className='sec4btn'>\n\n            <button className='introbtn'>Learn More</button>\n          </div>\n        </div>\n</section>*/}\n\n      <Clients />\n\n      < Slider />\n      <section className='sec5'>\n        <h1>\"</h1>\n        <div>\n          <p>Using brahmGAN's NeRF solutions for our VR Services, we were able to quickly create stunning worlds in matter days. Defenetily going to incoporate thier entire stack in our workflow in future.</p>\n          <h5>Manju M, Project Manager</h5>\n          <h5>Taanga Studios</h5>\n        </div>\n        <div>\n          <p>\"Never thought AI could be usesful in our site. Been a game changer since we integrated 3D Assets for site.”</p>\n          <h5>Claire Brooks, MI</h5>\n        </div>\n        <div>\n          <p>\"Never thought AI could be usesful in our site. Been a game changer since we integrated 3D Assets for site.”</p>\n          <h5>Claire Brooks, MI</h5>\n        </div>\n      </section>\n\n      <GetInTouch />\n\n      <JoinMail />\n\n\n    </div>\n  );\n}"
  },
  {
    "path": "src/components/homesection1/homesection1.component.jsx",
    "content": "import './homesection1.css'\n\nexport default function HomeSection1(){\n\n    return(\n        <div className='sectionBackground'>\n            <div className='innerSection'>\n            Cutting Edge 3D AI Research\n            </div>\n            <div className='innerSection2'>\n            We have expertise in NeRF, GAN, Generative AI and building custom AI pipelines to suit various needs of our clients across industries. \n            </div>\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/homesection1/homesection1.css",
    "content": ".sectionBackground{\n    background-color:#FFBF23 ;\n    display: flex;\n    flex-direction: row;\n    width:100%;\n    height: auto;\n}\n\n.innerSection{\n    display: flex;\n    justify-content: center;\n    padding: 80px 120px 80px 120px;\n    font-size:38px\n}\n.innerSection2{\n    display: flex;\n    justify-content: center;\n    padding: 120px  180px 120px 100px;\n    font-size:18px;\n}\n@media only screen and (max-width:768px){\n    .sectionBackground{\n        flex-direction: column;\n    }\n\n    .innerSection{\n        padding: 0px;\n        margin-left: 60px;\n        margin-right: 60px;\n        margin-top: 40px;\n    }\n    .innerSection2{\n        padding: 0px;\n        margin-left: 60px;\n        margin-right: 60px;\n        margin-top: 40px;\n        margin-bottom: 40px;\n    }\n}"
  },
  {
    "path": "src/components/introsection/introsection.component.jsx",
    "content": "import './introsection.css'\n\nexport default function introSection({ data })\n{\n    return(\n    <div className='section1'> \n    <img className='introimage' src={ data.picture } alt={''} />\n    <h1 className='heading'>{ data.heading }</h1>\n     <p className='p'>{ data.description }</p>\n    </div>\n    )\n}"
  },
  {
    "path": "src/components/introsection/introsection.css",
    "content": ".section1{\n    position: relative;\n    flex-direction: column;\n    display:flex;\n    align-items: center;\n}\n.introimage{\n    height:281px;\n    width: 979px;\n    margin: auto;\n    object-fit: cover;\n}\n.heading{\n    display:flex;\n    color:#F5BB44;\n    font-size: 40px;\n}\n.p{\n    font-size: 22px;\n    height:281px;\n    width: 979px;\n\n}\n\n@media only screen and (max-width: 768px){\n\n    .section1{\n    position: relative;\n    flex-direction: column;\n    display:flex;\n    align-items: center;\n}\n.introimage{\n    height:281px;\n    width: 500px;\n    margin: auto;\n    object-fit: cover;\n}\n.heading{\n    display:flex;\n    color:#F5BB44;\n    font-size: 40px;\n}\n.p{\n    font-size: 22px;\n    height:auto;\n    width: 450px;\n\n}\n\n}"
  },
  {
    "path": "src/components/joinmail/joinMail.component.jsx",
    "content": "import './joinmail.css'\n\nexport default function joinMail(){\n    return(\n        <section>\n        <div className='mailjoin'>\n          <h1>Join Our Mailing List</h1>\n          <input type=\"email\" placeholder=\"emil@gmail.com\"/>\n        </div>\n      </section>\n    )\n}"
  },
  {
    "path": "src/components/joinmail/joinmail.css",
    "content": ".mailjoin{\n    margin-top: 5em;\n    justify-content: center;\n    text-align: center;\n  }\n  .mailjoin h1{\n    font-size: 30px;\n    font-weight: 700;\n    color: #5e5c5c;\n  }\n  .mailjoin input{\n    padding: 10px;\n    width: 400px;\n  }"
  },
  {
    "path": "src/components/meubar/menubar.component.jsx",
    "content": "import {Link} from 'react-router-dom'\nimport './menubar.css'\n\nexport default function menuBar(){\n\n  \n   return (\n\n      <> \n      <div className=\"menu-container\">\n      <div className='logoicon'>\n        <Link to='/'>\n      <img src={'/icons/brahmlogo.png'} alt={''} width={100} height={100} />\n      </Link> \n      </div>\n      <div className=\"navcontainer\">\n        <Link to='/' className=\"menu-item\">\n          Home\n        </Link>\n\n        <div className='dropdown'>\n\n        <Link to='/solutions'  className=\"dropbtn \">\n          solutions\n        </Link>\n            <div className=\"dropdown-content\">\n            <Link to='/ecommerce' >eCommerce</Link>\n            <Link to='/xr'>XR</Link>\n            <Link to='/game'>Gaming</Link>\n          </div>\n        </div>\n        <Link to=\"/technologies\" className=\"menu-item\">\n          Technologies\n        </Link>\n        <div  className='dropdown'>\n\n        <Link to='./about' className=\"menu-item\">\n        About\n        </Link>\n        </div>\n        </div>\n        <div>\n          <Link to='./contactus'>\n         <button className=\"button\">contact Us</button>\n         </Link>\n      </div>\n      </div>     \n      </>\n    );\n  }\n  "
  },
  {
    "path": "src/components/meubar/menubar.css",
    "content": "/* Menu bar styles */\n\n/* Styling for the menu container */\n.menu-container {\n \n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n /* background-color: rgb(255,255,255);*/\n  height: 80px;\n  /* border: 1px solid red;  */\n}\n\n.logoicon{\n padding: 20px;\n}\n/* Styling for the menu items */\n.menu-item {\n  /* padding:20px; */\n  padding-left: 30px;\n  padding-right: 30px;\n  font-size: 20px;\n  color: #333;\n  cursor: pointer;\n  font-weight: 750;\n  text-decoration: none;\n}\n\n/* Show the submenu when hovering over the menu item */\n.menu-item:hover .submenu-container {\n  display: block;\n}\n\n.button{\n    background-color: rgb(65, 134, 168);\n    color: #fff;\n    border: 1px solid transparent;\n\t  transition: .2s ease;\n\t  border-radius: 50px;\n    font-size: 20px;\n    padding: 10px 30px 10px 30px;\n    margin-right: 20px;\n    text-decoration: none !important;\n\n}\n.button:hover{\n  background-color: rgb(104,154,222);\n}\n\n.logo{\n  cursor: auto;\n  height:fit-content ;\n  width: fit-content;\n}\n.logoicon{\n  padding: 20px;\n }\n  \n.dropbtn {\n  /* background-color: #4CAF50; */\n  color: black;\n  padding: 16px;\n  font-size: 20px;\n  border: none;\n  text-decoration: none;\n  cursor: pointer;\n}\n\n.dropdown {\n  position: relative;\n  display: inline-block;\n  font-weight: 750;\n}\n\n.dropdown-content {\n  display: none;\n  position: absolute;\n  background-color: #f9f9f9;\n  min-width: 160px;\n  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n  z-index: 1;\n}\n\n.dropdown-content a {\n  color: black;\n  padding: 12px 16px;\n  text-decoration: none;\n  display: block;\n}\n\n.dropdown-content a:hover {background-color: #f1f1f1}\n\n.dropdown:hover .dropdown-content {\n  display: block;\n}\n\n@media only screen and (max-width: 768px){\n  .menu-container {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: center;\n    height:auto;\n    \n  }\n  .logoicon{\n    display: flex;\n    justify-content: center;\n   }\n  .menu-item {\n    display: none;\n  }\n  .navcontainer{\n    display: flex;\n    flex-direction: row;\n  }\n\n  .button{\n    display: none;\n  }\n.dropbtn {\n  /* background-color: #4CAF50; */\n  color: black;\n  padding: 16px;\n  font-size: 10px;\n  border: none;\n  text-decoration: none;\n  cursor: pointer;\n  display:none;\n}\n}"
  },
  {
    "path": "src/components/moving-left/moving-left.component.jsx",
    "content": "import React from 'react';\nimport './moving-left.css';\n\nexport default function movingLeft ({ data })\n{\n  return (\n    <div style={{backgroundImage: `url(${data.image})`}} className='background-image'>\n      <div className='headerMovingLeft'>\n        <h2 style={{fontSize:'46px'}}>{data.title}</h2>\n        <p style={{fontSize:'20px', fontWeight:'300px'}}>{data.para}</p>\n        </div>\n        <div className='overlay-container'>\n        <div className='overlay-block moving-left1' style={{backgroundImage: `url(${data.image1})` , backgroundPosition:'center', objectFit:'cover'}}>\n        <div className='overlays'>\n            <h3 className='overlayttitle'>{data.title1}</h3>\n            <p className='ocerlaycontent'>{data.content1}</p>\n            <button className='learnm'>Learn More</button>\n        </div>\n        </div>\n        \n        <br />\n        <div className='overlay-block moving-left1' style={{backgroundImage: `url(${data.image2})` , backgroundPosition:'center'}}>\n        <div className='overlays'>\n            <h3 className='overlayttitle'>{data.title2}</h3>\n            <p className='overlaycontent'>{data.content2}</p>\n            <button className='learnm'>Learn More</button>\n        </div>\n        </div>\n        <br />\n        <div className='overlay-block moving-left1' style={{backgroundImage: `url(${data.image3})` , backgroundPosition:'center'}}>\n        <div className='overlays'>\n            <h3 className='overlayttitle'>{data.title3}</h3>\n            <p className='ocerlaycontent'>{data.content3}</p>\n            <button className='learnm'>Learn More</button>\n        </div>\n        </div>\n        </div>\n    </div>\n  );\n};"
  },
  {
    "path": "src/components/moving-left/moving-left.css",
    "content": ".background-image {\n    position: relative;\n    display: flex;\n    flex-wrap: wrap;\n        \n    flex-direction: column;\n  }\n  .mainheader{\n    display: flex;\n    justify-content: center;\n    color: #F5BB44;\n    font-size: 4em;\n    text-shadow: 3px 3px #8d8b8b;\n    padding: 0%;\n    margin-bottom: auto;\n  }\n  .paraintro{\n    display: flex;\n    padding: 0%;\n    font-size: 20px;\n    color: #5e5c5c;\n    font-weight: 500;\n\n  }\n  \n  .overlay-container{\n    display:flex;\n    flex-direction: row;\n    justify-content: center;\n    flex-wrap: wrap;\n    height: auto;\n    align-items: center;\n    width:90%;\n    width: calc(100% - 70px);\n    margin-top: 40px;\n    margin-bottom: 40px;\n  }\n  .headerMovingLeft{\n    display: flex;\n    flex-direction: column;\n    margin-left: 140px;\n    width:40%;\n    font-family: 'Calibri Light';\n  }\n  .overlay-block{\n    position: relative;\n    display: flex;\n    justify-content: space-evenly;\n    border-radius: 30px;\n    flex-direction: column;\n    background-color: #fff;\n    color: #000;\n    width: 226px;\n    height: 400px;\n    align-items: center;\n    background-repeat: no-repeat;\n    background-size: cover;\n    object-fit: cover;\n    margin-left: 80px;\n    border: 3px solid;\n    border-color: #000;\n    \n    \n  }\n  .overlays {\n    position: absolute;\n    bottom: 0;\n    background: rgb(0, 0, 0);\n    background: white;\n    /* Black see-through */\n    color: #f1f1f1;\n    /* width: 100%; */\n    transition: .5s ease;\n    opacity: 0;\n    color: black;\n    font-size: 16px;\n    padding: 20px;\n    text-align: center;\n    border-radius: 30px;\n  }\n  \n  .overlay-block:hover .overlays {\n    opacity: 1;\n  }\n\n  .moving-left1 {\n    transition: transform 0.3s ease;\n    transform: translateX(0px);\n    object-fit: cover;\n  \n  }\n  \n  .moving-left1:hover {\n    transform: translateX(10px);\n  }\n  .learnm {\n    padding: 15px;\n    border-radius: 50px;\n    background-color: #F5BB44;\n  \n    font-size: 15px;\n    border: none;\n  \n    font-weight: 700;\n  }\n  \n  .learnm:hover {\n    background-color: rgb(39, 207, 207);\n  }\n  \n  @media only screen and (max-width: 768px){\n    .headerMovingLeft{\n      display: flex;\n      flex-direction: column;\n      margin-left: 0px;\n      width:70%;\n      font-family: 'Bahnschrift Light';\n    }\n\n    .overlay-container{\n      display:flex;\n      flex-direction: column;\n      justify-content: space-evenly;\n      align-items: center;\n      width:100%;\n    }\n    \n    .moving-left1 {\n        transition: transform 0.3s ease;\n        transform: translateX(0px);\n        object-fit: cover;\n        background-position: center;\n      }\n    \n    \n    .background-image {\n      position: relative;\n      display: flex;\n      flex-wrap: wrap;\n      width: 100%;\n      height:auto;\n      align-items: center;\n      flex-direction: column; \n    }\n\n    .overlay-block{\n        position: relative;\n        display: flex;\n        justify-content: center;\n        flex-direction: column;\n        background-color: #fff;\n        color: #000;\n        width: 40%;\n        height: 200px;\n        align-items: center;\n        margin-left: 20px;\n        background-repeat: no-repeat;\n        background-size: auto;\n    }  \n    .overlays {\n        position: absolute;\n        bottom: 0;\n        background: rgb(0, 0, 0);\n        background: white;\n        /* Black see-through */\n        color: #f1f1f1;\n        /* width: 100%; */\n        transition: .5s ease;\n        opacity: 0;\n        color: black;\n        font-size: 9px;\n        padding: 20px;\n        text-align: center;\n    }\n  }\n  "
  },
  {
    "path": "src/components/nav-bar/nav-bar.component.jsx",
    "content": "import {Link} from 'react-router-dom'\nimport React, {useState} from 'react'\nimport './nav-bar.css'\n\nexport default function NavBar(){\n  \n   return (\n\n      <> \n      <div className=\"menu-container\">\n      <div className='logoicon'>\n        <Link to='/'>\n      <img src={'/icons/brahmlogo.png'} alt={''} width={100} height={100} />\n      </Link> \n      </div>\n      <div className=\"navcontainer\">\n        <Link to='/' className=\"menu-item\">\n          Home\n        </Link>\n\n        <div className='dropdown'>\n\n        <Link to='/solutions'  className=\"dropbtn \">\n          Solutions\n        </Link>\n            <div className=\"dropdown-content\">\n            <Link to='/ecommerce' >eCommerce</Link>\n            <Link to='/xr'>XR</Link>\n            <Link to='/game'>Gaming</Link>\n          </div>\n        </div>\n        <Link to=\"/technologies\" className=\"menu-item\">\n          Technologies\n        </Link>\n        <div  className='dropdown'>\n\n        <Link to='./about' className=\"menu-item\">\n        About\n           \n        </Link>\n        </div>\n        \n        <div>\n          {/* <Link to='./contactus'> */}\n         <button className=\"button1\"><a href='https://app.brahmgan.com' target=\"_blank\">Try Now</a></button>\n         {/* </Link> */}\n      </div>\n      </div>\n      </div>     \n      </>\n    );\n  }\n  "
  },
  {
    "path": "src/components/nav-bar/nav-bar.css",
    "content": "/* Menu bar styles */\n\n/* Styling for the menu container */\n.menu-container {\n \n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n   /* background-color: rgb(255,255,255);*/\n    height: 80px;\n    /* border: 1px solid red;  */\n  }\n  \n  .logoicon{\n   padding: 20px;\n  }\n  /* Styling for the menu items */\n  .menu-item {\n    /* padding:20px; */\n    padding-left: 30px;\n    padding-right: 30px;\n    font-size: 18px;\n    color: #333;\n    cursor: pointer;\n    font-weight: 400;\n    text-decoration: none;\n  }\n  \n  /* Show the submenu when hovering over the menu item */\n  .menu-item:hover .submenu-container {\n    display: block;\n  }\n\n  .navcontainer{\n    display: flex;\n    flex-direction: row;\n    justify-content: flex-end;\n    align-items: center;\n    \n  }\n  \n  .button1{\n      background-color:#FFBF23;\n      color: #000;\n      transition: .1s ease;\n      font-size: 20px;\n      padding: 10px 30px 10px 30px;\n      margin-right: 20px;\n      text-decoration: none !important;\n  \n  }\n  .button1:hover{\n    background-color: rgb(104,154,222);\n  }\n  \n  .logo{\n    cursor: auto;\n    height:fit-content ;\n    width: fit-content;\n  }\n  .logoicon{\n    padding: 20px;\n   }\n    \n  .dropbtn {\n    /* background-color: #4CAF50; */\n    color: black;\n    padding: 16px;\n    font-size: 18px;\n    border: none;\n    text-decoration: none;\n    cursor: pointer;\n    font-weight: 400;\n  }\n  \n  .dropdown {\n    position: relative;\n    display: inline-block;\n    font-weight: 750;\n  }\n  \n  .dropdown-content {\n    display: none;\n    position: absolute;\n    background-color: #f9f9f9;\n    min-width: 160px;\n    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n    z-index: 1;\n  }\n  \n  .dropdown-content a {\n    color: black;\n    padding: 12px 16px;\n    text-decoration: none;\n    display: block;\n  }\n  \n  .dropdown-content a:hover {background-color: #f1f1f1}\n  \n  .dropdown:hover .dropdown-content {\n    display: block;\n  }\n  \n  @media only screen and (max-width: 768px){\n    .menu-container {\n      display: flex;\n      flex-direction: row;\n      align-items: center;\n      justify-content: center;\n      height:auto;\n      \n    }\n    .logoicon{\n      display: flex;\n      justify-content: center;\n     }\n    .menu-item {\n      display: none;\n    }\n    .navcontainer{\n      display: flex;\n      flex-direction: row;\n    }\n  \n    .button{\n      display: none;\n    }\n  .dropbtn {\n    /* background-color: #4CAF50; */\n    color: black;\n    padding: 16px;\n    font-size: 10px;\n    border: none;\n    text-decoration: none;\n    cursor: pointer;\n    display:none;\n  }\n  }"
  },
  {
    "path": "src/components/overboxes/overboxes.component.jsx",
    "content": "import './overboxes.css'\n\n"
  },
  {
    "path": "src/components/overboxes/overboxes.css",
    "content": ""
  },
  {
    "path": "src/components/questions/questions.component.jsx",
    "content": "import './questions.css'\n\nexport default function question ({data}){\n\n    return(\n        <>\n            <div style={{ display: \"flex\", justifyContent:\"center\" ,FlexDirection: \"row\" }}>\n                <p>{data.question}</p>\n                <img src={'icons/drop-down.svg'} alt={''} height={'20px'} width={'20px'} />\n            </div>\n            <div className='expandable'>\n                <p>{data.answer}</p>\n            </div>\n            <hr />\n        </> \n    )\n}\n"
  },
  {
    "path": "src/components/questions/questions.css",
    "content": ".expandable {\n    background: #fff;\n    overflow: hidden;\n    color: #000;   \n    line-height: 50px;\n    transition: all .5s ease-in-out;\n    height: 0;\n   }\n   \n   .expandable:hover {\n    height: 50px;\n  }\n   "
  },
  {
    "path": "src/components/quote/quote.component.jsx",
    "content": "import './quote.css'\n\nexport default function quote(){\n    return(\n        <div className='section5Container'>\n            <section className='section5'>\n                <h1>Get a Quote</h1>\n                <div className='details'>\n                    <div className='labelcontainer'>\n                        <label>First Name</label>\n                        <input type='text' className='input' />\n                    </div>\n                    <div className='labelcontainer'>\n                        <label>Last Name</label>\n                        < input type='text' className='input' />\n                    </div>\n                    <div className='labelcontainer'>\n                        <label>Email *</label>\n                        <input type='text' className='input' />\n                    </div>\n                    <div>\n                        <button className='btn'>Send</button>\n                    </div>\n                </div>\n            </section>\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/quote/quote.css",
    "content": ".section5Container{\n    display:flex;\n    justify-content: center;\n    align-items: center;\n}\n.section5{\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background-color: darkgrey;\n    width:100%;\n    height:443px;\n}\n.details{\n    display: flex;\n    flex-direction: row;\n    justify-content: space-evenly;\n}\n.labelcontainer{\n    display: flex;\n    flex-direction: column;\n    margin-left: 30px;\n    background-color: darkgrey;\n}\n.input{\n    border: none;\n    background-color: darkgrey;\n    border-bottom:1px solid black;\n    height:40px;\n}\n@media only screen and (max-width: 768px){\n  \n    .section5Container{\n        display:flex;\n        justify-content: center;\n        align-items: center;\n    }\n    .section5{\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        background-color: darkgrey;\n        width:100%;\n        height:auto;\n    }\n    .details{\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .labelcontainer{\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        background-color: darkgrey;\n        margin-top: 20px;\n    }\n    .input{\n        border: none;\n        background-color: darkgrey;\n        border-bottom:1px solid black;\n        height:40px;\n        width:200px;\n    }\n\n}"
  },
  {
    "path": "src/components/review/review.component.jsx",
    "content": "import './review.css'\n\nexport default function review(){\n\n    return(\n        <div className='reviewContainer'>\n            {/* <div className='reviewHeader'>\n           <h2 style={{fontSize:'36px'}}> What Our Clients Say</h2>\n            </div>\n            <div className='reviewiconscontainer'>\n            <div className='reviewicon' style={{}}>\n            <div className='reviewicondiv'>\n                <p>Using brahmGAN's NeRF solutions for our VR Services, we were able to quickly create stunning worlds in matter days. Defenetily going to incoporate thier entire stack in our workflow in future.</p>\n                <p style={{marginLeft:'80px', marginTop:'40px'}}>Taanga Studios</p>\n                </div>\n            </div>\n             <div className='reviewicon'>\n                <div className='reviewicondiv'>\n                <p>The NeRF tech helped us quickly model 3D assets and put them on our store, really thankful for the team behind brahmGAN for fast custom solutions.</p>\n                <p style={{marginLeft:'80px', marginTop:'40px'}}>Amilma Ice Creams</p>\n                </div>\n            </div>\n            <div className='reviewicon'>\n            <div className='reviewicondiv'>\n                <p>Never thought AI could be usesful in our site. Been a game changer since we integrated 3D Assets for site.</p>\n                <p style={{marginLeft:'80px', marginTop:'40px'}}>Claire Brooks, MI</p>\n                </div>\n            </div>\n        </div> */}\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/review/review.css",
    "content": ".reviewContainer{\n    display:flex;\n    flex-direction: column;\n}\n.reviewiconscontainer{\n    display:flex;\n    flex-direction: row;\n    margin-left: 0px;\n    justify-content: center;\n}\n.reviewicon{\n    position:relative;\n    display: flex;\n    flex-direction: column;\n    background-image: url(/public/icons/BrahmGan_Template.svg);\n    align-items: center;\n    padding:20px;\n    margin-left: 40px;\n    height:500px;\n    width:400px;\n    object-fit: cover;\n    background-repeat: no-repeat;\n    font-size: 18px;\n    font-family: 'Calibri Light';\n}\n\n.reviewHeader{\n    display:flex;\n    margin-left: 140px;\n    font-family: 'Calibri Light';\n}\n\n.reviewicondiv{\n    margin-top:40px; \n    margin-left:60px;\n    margin-right:40px;\n    padding:40px;\n}\n\n@media only screen and (max-width:768px){\n    .reviewiconscontainer{\n        display:flex;\n        flex-direction: column;\n        margin-left: 40px;\n        justify-content: center;\n    }\n    .reviewicon{\n        margin-left: 10px;\n    }\n    .reviewHeader{\n        margin-left: 40px;\n    }\n\n}\n"
  },
  {
    "path": "src/components/slider/slider.component.jsx",
    "content": "import React, { useState } from \"react\";\nimport \"./slider.css\";\n\nconst Slider = () => {\n  const quotes = [\n    {\n      text: \"Quote 1\",\n      author: \"Author 1\"\n    },\n    {\n      text: \"Quote 2\",\n      author: \"Author 2\"\n    },\n    {\n      text: \"Quote 3\",\n      author: \"Author 3\"\n    },\n    {\n      text: \"Quote 4\",\n      author: \"Author 4\"\n    }\n  ];\n\n  const [index, setIndex] = useState(0);\n\n  const handleNextClick = () => {\n    setIndex((index + 1) % quotes.length);\n  };\n\n  const handlePrevClick = () => {\n    setIndex((index - 1 + quotes.length) % quotes.length);\n  };\n\n  return (\n    <div className=\"slider\">\n      <div className=\"slides\" style={{ transform: `translateX(${-index * 100}%)` }}>\n        {quotes.map((quote, i) => (\n          <div className=\"slide\" key={i}>\n            <div className=\"text\">{quote.text}</div>\n            <div className=\"author\">{quote.author}</div>\n          </div>\n        ))}\n      </div>\n      <button className=\"prev\" onClick={handlePrevClick}>\n       &lt;\n      </button>\n      <button className=\"next\" onClick={handleNextClick}>\n         &gt;\n      </button>\n    </div>\n  );\n};\n\nexport default Slider;\n\n{/*<section className='sec5'>\n          <h1>\"</h1>\n          <div>\n           <p>Using brahmGAN's NeRF solutions for our VR Services, we were able to quickly create stunning worlds in matter days. Defenetily going to incoporate thier entire stack in our workflow in future.</p>\n          <h5>Manju M, Project Manager</h5>\n          <h5>Taanga Studios</h5>\n        </div>\n        <div>\n           <p>\"Never thought AI could be usesful in our site. Been a game changer since we integrated 3D Assets for site.”</p>\n          <h5>Claire Brooks, MI</h5>\n        </div>\n        <div>\n           <p>\"Never thought AI could be usesful in our site. Been a game changer since we integrated 3D Assets for site.”</p>\n          <h5>Claire Brooks, MI</h5>\n        </div>\n</section>*/}"
  },
  {
    "path": "src/components/slider/slider.css",
    "content": "\n.slider {\n    position: relative;\n    width: 100%;\n    margin: 0 auto;\n    background-color: #F5BB44;\n  }\n  \n  .slides {\n    display: flex;\n    transition: transform 0.5s ease;\n    overflow: hidden;\n    /* flex-direction: row; */\n  }\n  \n  .slide {\n    flex: 0 0 100%;\n    width: 100%;\n    height: 300px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    font-size: 24px;\n    color: #333;\n    text-align: center;\n  }\n  \n  .text {\n    margin-bottom: 10px;\n  }\n  \n  .author {\n    font-style: italic;\n  }\n  \n  .prev,\n  .next {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 18px;\n    padding: 10px;\n    border: none;\n    background-color: transparent;\n    color: #333;\n    cursor: pointer;\n  }\n  \n  .prev {\n    left: 0;\n  }\n  \n  .next {\n    right: 0;\n  }\n  "
  },
  {
    "path": "src/components/solutions/solution.css",
    "content": ".section2{\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-direction: column;\n}\n.subsection2{\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: center;\n}\n.subsectioncontainer\n{\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    margin-left: 80px;\n    width: 269px;\n    height: 316ox;\n}\n.button2 {\n    background-color: rgb(65, 134, 168);\n    color: #fff;\n    border: 1px solid transparent;\n    transition: .2s ease;\n    border-radius: 50px;\n    font-size: 20px;\n    padding: 10px 30px 10px 30px;\n    margin-right: 20px;\n    text-decoration: none !important;\n}\n@media only screen and (max-width: 768px){\n    .section2{\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        flex-direction: column;\n    }\n    .subsection2{\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n    .subsectioncontainer\n    {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        width: 269px;\n        height: 316ox;\n        margin-left: 0px;\n        margin-bottom: 40px;\n    }\n\n}"
  },
  {
    "path": "src/components/solutions/solutions.jsx",
    "content": "import './solution.css'\nimport IntroSection from '../introsection/introsection.component';\nimport FAQSection from '../FAQSection/FAQSection.component';\n\nexport default function solutions()\n{\n    const data={\n        picture:'/icons/solution.webp',\n        heading:'Solutions',\n        description:'Our companys unique selling point is our ability to leverage the latest technologies such as NeRF, GAN, and blockchain to provide innovative and decentralized solutions for the XR, gaming, and eCommerce industries. Our NeRF app allows users worldwide to capture 3D models quickly and easily, while our blockchain-based incentive system rewards users with crypto coins for creating and sharing 3D models. This enables clients to request any kind of 3D assets created by users across the globe. Our GAN technology provides photorealistic 3D models, and our custom solutions can be integrated seamlessly into existing workflows and software. We aim to deliver cutting-edge, cost-effective solutions to our clients.'    \n    }\n    \n    const faqData = [\n        {\n          question: \"Can you integrate your 3D infrastructure solutions with our existing software and platforms?\",\n          answer:\n            \"Yes, we can work with your team to integrate our solutions with your existing software and platforms, such as Unity or Unreal game engines, eCommerce websites, or other systems.\",\n        },\n        {\n          question: \"How do you integrate NeRF, blockchain, and GAN technologies into your solutions for XR, gaming, and eCommerce industries?\",\n          answer:\n            \"Yes, we can work with your team to integrate our solutions with your existing software and platforms, such as Unity or Unreal game engines, eCommerce websites, or other systems.\",\n        },\n        {\n          question: \"Do you offer international shipping?\",\n          answer:\n            \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis sapien ipsum. Quisque ac diam blandit, fringilla nulla a, fringilla lorem. Nam auctor massa eget neque bibendum feugiat.\",\n        },\n      ];\n\n\nreturn(  \n    <>\n    <IntroSection data={data} />\n    \n    <div className='section2'>\n    <h2>Custom Solutions based on industries</h2>\n    <div className='subsection2'>\n    <div className='subsectioncontainer'>\n        <img style={{borderRadius:'30px', height:'270px', width:'330px'}} src={'icons/Cat House.webp'} alt={''} />\n        <h2 style={{margin:'0px'}}>Gaming</h2>\n        <p style={{margin:'10px'}}>We provide gaming studios with tech stack to create 3D models easily.</p>\n        {/* <button className='button2'>Know more</button> */}\n    </div>\n    <div className='subsectioncontainer'>\n        <img style={{borderRadius:'30px', height:'270px', width:'330px'}} src={'icons/Auto Virtual Reality.webp'} alt={''} />\n        <h2 style={{margin:'0px'}}>XR</h2>\n        <p style={{margin:'10px'}}>Easily integrate 3D models into AR and VR apps to showcase your clients using our custom solutions for XR</p>\n        {/* <button className='button2'>Know more</button> */}\n    </div>\n    <div className='subsectioncontainer'>\n        <img style={{borderRadius:'30px', height:'270px', width:'330px'}} src={'icons/Yellow Couch.webp'} alt={''} />\n        <h2 style={{margin:'0px'}}>eCommerce</h2>\n        <p style={{margin:'10px'}}>We can provide infra to showcase 3D models in your site and easily integrate with exisitng tech.</p>\n        {/* <button className='button2'>Know more</button> */}\n    </div>\n    </div>\n    </div>\n    \n       \n        {/* <FAQSection data={faqData} /> */}\n        \n   \n    </>\n);\n}"
  },
  {
    "path": "src/components/solutionsection1/solutionsection1.component.jsx",
    "content": "import React from 'react';\nimport './solutionsection1.css'\n\nexport default function solutionSection1 ({ data })\n{\n  return (\n    <>\n    <div className='section1'>\n        <h1 className='title'>{data.title}</h1>\n            <div className='row'>\n                <div className='column'>\n                    <img className='img' src={data.image} alt={''} />\n                </div>\n                <div className='column'>\n                    <div className='content'>{data.description}</div>\n                </div>\n            </div>\n            <br />\n            <div className='row'>\n                <button className='btn'>Request Demo</button>\n            </div>\n            <br />\n            <div className='row'>\n                <iframe className='iframe' src={data.iframe} title={' '} />\n            </div>\n            </div>\n        </>\n  );\n};"
  },
  {
    "path": "src/components/solutionsection1/solutionsection1.css",
    "content": "\n.row{\n    position: relative;\n    content: \"\";\n    clear: both;\n    display: flex;\n    justify-content: center;\n    align-items:center;\n    margin-bottom: 10px;\n}\n.column{\n    float: left;\n    width: 33.33%;\n    padding: 5px;\n    justify-content: center;\n}\n\n.title{\n    display:flex;\n    justify-content: center;\n    color:#F5BB44;\n    font-size: 40px;\n}\n\n.btn{\n    display: flex;\n    justify-content: center;\n    justify-self: center;\n    align-items: center;\n    background-color: #F5BB44;\n    color: #fff;\n    border: 5px solid transparent;\n\ttransition: .2s ease;\n    width: 200px;\n    height: 40px;\n    letter-spacing: 5px;\n    font-weight: 700px;\n}\n.content{\n    display: flex;\n    justify-content: center;\n    height: 100%;\n    display:flex;\n    align-items: center;\n    padding: 0px 35px;\n    font-size: 22px;\n    \n  }\n  .img{\n    display: flex;\n    min-height: 320px;\n    height: 100%;\n    padding-left: 35px 0px;\n    justify-content: center;\n  }\n  .iframe{\n    display: flex;\n    justify-content: center;\n    height: 350px;\n    width: 450px;\n    align-items:center;\n  }\n  @media only screen and (max-width: 768px){\n    \n.row{\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items:center;\n    margin-bottom: 10px;\n    }\n    .img{\n        display:flex;\n        justify-content: center;\n      }\n      .column{\n        display:flex;\n        justify-content: center;\n        height: auto;\n        width: auto;\n    }\n    .content{\n        display:flex;\n        justify-content: center;\n        height: auto;\n        width: auto;\n    }\n\n    \n  }"
  },
  {
    "path": "src/components/solutionsection2/solutionsection2.component.jsx",
    "content": "import React from 'react';\nimport './solutionsection2.css';\n\nexport default function solutionSection1 ({ data })\n{\n  return (\n    <div style={{backgroundImage: `url(${data.image})`}} className='image-container'>\n        <h1 className='maintitle'>{data.title}</h1>\n        <div className='text-container'>\n        <div className='text-block'>\n            <h3 className='contenttitle'>{data.title1}</h3>\n            <p className='content'>{data.content1}</p>\n        </div>\n        \n        <br />\n        <div className='text-block'>\n            <h3 className='contenttitle'>{data.title2}</h3>\n            <p className='content'>{data.content2}</p>\n        </div>\n        <br />\n        <div className='text-block'>\n            <h3 className='contenttitle'>{data.title3}</h3>\n            <p className='content'>{data.content3}</p>\n        </div>\n        </div>\n    </div>\n  );\n};"
  },
  {
    "path": "src/components/solutionsection2/solutionsection2.css",
    "content": ".image-container {\n  position: relative;\n  display: flex;\n  flex-wrap: wrap;\n  width: 100%;\n  height:550px;\n  align-items: center;\n  flex-direction: column; \n  margin-top: 20px;\n}\n.maintitle{\n  display: flex;\n  justify-content: center;\n}\n\n\n.text-container{\n  display:flex;\n  flex-direction: row;\n  justify-content: space-evenly;\n  align-items: center;\n\n}\n\n.text-block{\n  display: flex;\n  justify-content: center;\n  flex-direction: column;\n  background-color: #fff;\n  color: #000;\n  height:380px;\n  width:322px;\n  align-items: center;\n  margin-left: 20px;\n  border-color: black;\n    border: 3px solid;\n    border-radius: 30px;\n  \n}\n\n@media only screen and (max-width: 768px){\n  .text-container{\n    display:flex;\n    flex-direction: column;\n    justify-content: space-evenly;\n    align-items: center;\n    margin-left: 0px;\n  \n  }\n  \n  .image-container {\n    position: relative;\n    display: flex;\n    flex-wrap: wrap;\n    width: 100%;\n    height:auto;\n    align-items: center;\n    flex-direction: column; \n  }\n\n  .text-block{\n    margin-bottom: 40px;\n  }\n\n}\n"
  },
  {
    "path": "src/components/solutionsection3/solutionsection3.component.jsx",
    "content": "import React from 'react';\nimport './solutionsection3.css'\n\nexport default function solutionSection3 ({ data })\n{\n  \n  return (\n    <div className='section3'>\n        <h1 className='title'>{data.title}</h1>\n        <p className='subtitle'>{data.subtitle}</p>\n    </div>\n  );\n};\n\n"
  },
  {
    "path": "src/components/solutionsection3/solutionsection3.css",
    "content": ".section3{\n    display: flex;\n    flex-direction:column;\n    align-items: center;\n}"
  },
  {
    "path": "src/components/solutionsection3content/solutionsection3content.component.jsx",
    "content": "import React from 'react';\nimport './solutionsection3content.css'\n\nexport default function solutionSection3Content ({ data })\n{\n  return (\n    <>\n     <div className='content'>\n            <div className='container1'>\n                <h2 className='contentTitle'>{data.contenttitle}</h2>\n                <p className='pBox'>{data.content}</p>\n                <button className='btn1'>Contact Us for Demo</button>\n            </div>\n            <div>\n                <iframe className='iframeBox' src={data.iframe} title={' '} scrolling='no'  />\n            </div>\n        </div>\n        </>\n  )\n}"
  },
  {
    "path": "src/components/solutionsection3content/solutionsection3content.css",
    "content": ".content{\n    position: relative;\n    display:flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n}\n\n.container1{\n    display:flex;\n    flex-direction: column;\n    background-color: #F8DB9F;\n    justify-content: center;\n    align-items: center;\n    height:507px;\n    width: 461px;\n    padding:30px;\n    font-family: 'Bahnschrift Light';\n}\n.iframeBox{\n    margin-left: 20px;\n    height:555px;\n    width: 510px;\n}\n.iframeBox img {\n    max-width: 361px;\n    height: 507px;   \n    object-fit: cover;\n}\n.btn1{\n    background-color: rgb(11, 19, 34);\n    color:#fff;\n    border:yellow;\n}\n\n@media only screen and (max-width: 768px){\n    .content{\n        position: relative;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        \n    }\n    .container1{\n        display:flex;\n        flex-direction: column;\n        background-color: #F8DB9F;\n        justify-content: center;\n        align-items: center;\n        height:auto;\n        width: auto;\n        padding: 40px;\n        margin-bottom: 20px;\n    }\n    .btn1{\n        background-color: rgb(11, 19, 34);\n        color:#fff;\n        border:yellow;\n    }\n    .iframeBox{\n        margin-left: 0px;\n        height:507px;\n        width: 461px;\n    }\n}"
  },
  {
    "path": "src/components/solutionsection3content2/solutionsection3content2.component.jsx",
    "content": "import React from 'react';\nimport './solutionsection3content2.css'\n\nexport default function solutionSection3Content ({ data })\n{\n  return (\n    <div className='content1'>\n    <section>\n        <iframe className='iframeBox' src={data.iframe} title={' '} />\n    </section>\n    <br />\n    <div className='container3'>\n        <h2 className='contentTitle'>{data.contenttitle}</h2>\n        <p className='pBox'>{data.content}</p>\n        <button className='btn1' >Contact Us for Demo</button>\n    </div>\n</div>\n  )\n}"
  },
  {
    "path": "src/components/solutionsection3content2/solutionsection3content2.css",
    "content": ".content1{\n    position: relative;\n    display:flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n    font-size: 22px;\n}\n\n.container3{\n    display:flex;\n    flex-direction: column;\n    background-color: #F8DB9F;\n    justify-content: center;\n    align-items: center;\n    height:500px;\n    width: 461px;\n    margin-left: 20px;\n    padding: 30px;\n    font-family: 'Bahnschrift Light';\n}\n.iframeBox1{\n    height:555px;\n    width: 510px;\n    object-fit: cover;\n}\n\n.btn1{\n    background-color: rgb(11, 19, 34);\n    color:#fff;\n    border:yellow;\n}\n@media only screen and (max-width: 768px){\n    .content1{\n        position: relative;\n        display: flex;\n        flex-direction: column-reverse;\n        align-items: center;\n        justify-content: center;\n        margin-top: 20px;\n        margin-bottom: 20px;\n        \n    }\n    .container3{\n        display: flex;\n    flex-direction: column;\n    background-color: #F8DB9F;\n    justify-content: center;\n    align-items: center;\n    height: auto;\n    width: auto;\n    padding: 40px;\n    margin-bottom: 20px;\n    margin-right: 30px;\n    margin-left: 30px;\n    }\n    .iframeBox1{\n        height:auto;\n        width: 100%;\n        margin-left: 0px;\n    }\n    .btn1{\n        background-color: rgb(11, 19, 34);\n        color:#fff;\n        border:yellow;\n        margin-bottom: 20px;\n    }\n}\n"
  },
  {
    "path": "src/components/team/team.css",
    "content": ".team{\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n.colum{\n    display:flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n}\n.row{\n    display:flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: center;\n}\n.subcolum{\n    display: flex;\n    flex-direction: column;\n    height:auto;\n    width: 300px;\n    white-space: 0px;\n    margin-left:40px;\n}\n\n@media only screen and (max-width:768px){\n    .row{\n        display: flex;\n        flex-direction: column;\n    }\n    .subcolum{\n        margin-left: 0px;\n        justify-content: center;\n    }\n}\n"
  },
  {
    "path": "src/components/team/team.jsx",
    "content": "import './team.css'\n\nexport default function team(){\n\n    return(\n        <div className='team'>\n            <h1>Our Team</h1>\n            <div className='colum'>\n                <div className='row'>\n                    <div className='subcolum' >\n                        <img style={{borderRadius:'30px'}} src={'icons/Suraj.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Suraj Chawla</h4>\n                        <h5 style={{margin:'0px'}}>CEO & Co-founder</h5>\n                        \n                    </div>\n                    <div className='subcolum' >\n                        <img  style={{borderRadius:'30px'}} src={'icons/Kiruba.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Kirubakaran Reddy</h4>\n                        <h5 style={{margin:'0px'}}>CBO & Co-founder</h5>\n                        \n                      \n                    </div>\n                    <div className='subcolum' >\n                        <img style={{borderRadius:'30px'}} src={'icons/Puru.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Puru</h4>\n                        <h5 style={{margin:'0px'}}>CTO & Co-founder</h5>\n                        \n                      \n                    </div>\n                </div>\n                <div className='row'>\n                    <div className='subcolum' >\n                        <img style={{borderRadius:'30px'}} src={'icons/Yogesh.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Yogesh Achari</h4>\n                        <h5 style={{margin:'0px'}}>Senior Marketing Lead</h5>\n                        \n                      \n                    </div>\n                    <div className='subcolum' >\n                        <img style={{borderRadius:'30px'}} src={'icons/Kamala.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Kamala</h4>\n                        <h5 style={{margin:'0px'}}>Content Strategist Specialist</h5>\n                        \n                      \n                    </div>\n                    <div className='subcolum'>\n                        <img style={{borderRadius:'30px'}} src={'icons/Patanjali.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Pathanjali Sharma</h4>\n                        <h5 style={{margin:'0px'}}>Business Development</h5>\n                        \n                      \n                    </div>\n                </div>\n                <div className='row'>\n                    <div className='subcolum'>\n                        <img style={{borderRadius:'30px'}} src={'icons/Praful.jpg'}  alt={''} />\n                        <h4 style={{margin:'10px 0 auto 0'}}>Praful R</h4>\n                        <h5 style={{margin:'0px'}}>Tech Advisor</h5>\n                        \n                      \n                    </div>\n                </div>\n            </div>\n        </div>\n    );\n}"
  },
  {
    "path": "src/components/tech/tech.component.jsx",
    "content": "import React,{useState} from 'react'\nimport './tech.css'\n\nexport default function Tech(){\n    const [imagebox, setImagebox]=useState('icons/gan.svg');\n\n\n    return(\n        <div className='techContainer'>\n            {/* <div className='ButtonContainer'>\n                <h3 style={{fontSize:'26px',fontWeight:'200px'}}>With cutting edge\n                      technologies from around the world creating the future of 3D design and gaming!</h3>\n                <button className='buttons' onClick={()=>setImagebox('icons/Gan.svg')}>\n                    <img  style={{height:'80px',width:'80px', marginRight:'20px'}} src={'icons/gan.png'} alt={' '} />   GAN</button>\n                <button className='buttons' onClick={()=>setImagebox('icons/Nerf.svg')}>\n                    <img  style={{height:'80px',width:'80px',marginRight:'20px'}} src={'icons/Nerf.png'} alt={' '} />    Nerf</button>\n                <button className='buttons' onClick={()=>setImagebox('icons/Blockchain.svg')}>\n                <img  style={{height:'80px',width:'80px', marginRight:'20px'}} src={'icons/blockchain.png'} alt={' '} />    Blockchain</button>\n            </div>\n            <div className='detailimagecontainer'>\n                <img style={{objectFit:'cover'}} src={imagebox} alt={''} />\n            </div> */}\n        </div>\n    )\n}"
  },
  {
    "path": "src/components/tech/tech.css",
    "content": ".techContainer{\n    display: flex;\n    flex-direction: row;\n    margin-left: 180px;\n    margin-right: 180px;\n    margin-bottom: 80px;\n}\n.ButtonContainer{\n    display: flex;\n    flex-direction: column;\n    height: 50%;\n    width:30%;\n    font-family: 'Calibri Light';\n\n}\n.detailimagecontainer{\n    display: flex;\n    flex-direction: column;\n    height: 70%;\n    width: 70%;\n    margin-left: 40px;\n    margin-top: 20px;\n}\n.buttons{\n    display: flex;\n    justify-content: flex-start;\n    justify-self: center;\n    align-items: center;\n    background-color: #F5BB44;\n    color: #fff;\n    border: 5px solid transparent;\n\ttransition: .2s ease;\n    width: 100%;\n    height: 145px;\n    letter-spacing: 5px;\n    font-weight: 700px;\n    margin-top: 25px;\n    font-size:36px;\n}\n.buttons:hover{\n    border: 3px solid;\n    border-color:#000;\n}\n@media only screen and (max-width:768px) {\n    .techContainer{\n        display: flex;\n        flex-direction: column;\n        margin-left: 40px;\n        margin-right: 40px;\n        align-items: center;\n    }\n    .ButtonContainer{\n        display: flex;\n        flex-direction: column;\n        height: 50%;\n        width:80%;\n        font-family: 'Calibri Light';\n    \n    }\n    .detailimagecontainer{\n        display: flex;\n        flex-direction: column;\n        height: 70%;\n        width: 80%;\n        margin-top: 20px;\n        margin-left: 0px;\n    }\n    \n}"
  },
  {
    "path": "src/components/technologies/technologies.css",
    "content": ".section4{\n    display: flex;\n    flex-direction: column;\n    justify-content: space-evenly;\n    align-items: center;\n}\n.separator{\n    border: 1px solid #F5BB44;\n}\n.videocontainer{\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    width:100%;\n\n}"
  },
  {
    "path": "src/components/technologies/technologies.jsx",
    "content": "import './technologies.css'\nimport IntroductionSection from '../introsection/introsection.component'\nimport FAQSection from '../FAQSection/FAQSection.component';\nimport Section2 from '../solutionsection2/solutionsection2.component'\n\nexport default function technologies()\n{\n    const data1={\n        picture:'/icons/Ai(golden).svg',\n        heading:'Technologies',\n        description:'Our company is dedicated to using cutting-edge AI technologies like GAN and NeRF. Through these powerful tools, we are able to create incredibly realistic 3D models with stunning detail and accuracy. Our integration with machine learning and AI allows us to automate many aspects of the model creation process, making it faster and more efficient than ever before. By leveraging the power of AI, we can provide our clients with customized solutions that meet their exact needs, from gaming environments to eCommerce product showcases. At our core, we believe that AI technology is the future of digital creation, and we are excited to be at the forefront of this innovative field.'\n    }\n    const faqData = [\n      {\n        question: \"Can you integrate your 3D infrastructure solutions with our existing software and platforms?\",\n        answer:\n          \"Yes, we can work with your team to integrate our solutions with your existing software and platforms, such as Unity or Unreal game engines, eCommerce websites, or other systems.\",\n      },\n      {\n        question: \"How do you integrate NeRF, blockchain, and GAN technologies into your solutions for XR, gaming, and eCommerce industries?\",\n        answer:\n          \"Yes, we can work with your team to integrate our solutions with your existing software and platforms, such as Unity or Unreal game engines, eCommerce websites, or other systems.\",\n      },\n      {\n        question: \"Do you offer international shipping?\",\n        answer:\n          \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed quis sapien ipsum. Quisque ac diam blandit, fringilla nulla a, fringilla lorem. Nam auctor massa eget neque bibendum feugiat.\",\n      },\n      ];\n      const data2={\n        title:'',\n        image:'icons/Nerf.svg',\n        title1:'Gan',\n        content1:'3D graphics and animations can create a more immersive gameplay experience by providing a realistic and detailed environment for the players to explore.',\n        title2:'Nerf',\n        content2:'We use NeRF to generate high-quality 3D models from 2D images and videos, allowing us to create realistic virtual environments.',\n        title3:'Blockchain',\n        content3:'Our use of blockchain technology enables us to decentralize the process of 3D model creation, allowing users from all over the world to contribute and earn GAN tockens for their contributions.'\n    }\nreturn(  \n    <>\n    <IntroductionSection data={data1}/>\n    \n    \n    <div style={{display:'flex', justifyContent:'center', alignItems:'center', flexDirection:'column'}}>\n        <h1 style={{marginLeft:'40px'}}>Cutting Edge Technologies at your <a href=' '>fingertips.</a></h1>\n        <video src={'video/Voxel.webm'} autoPlay loop muted className='videocontainer' ></video>\n    </div>\n    <Section2 data={data2} />\n    {/* <FAQSection data={faqData} /> */}\n\n    </>\n);\n}"
  },
  {
    "path": "src/firebase.js",
    "content": "import { initializeApp } from \"firebase/app\";\nimport { getFirestore } from 'firebase/firestore/lite';\nimport { Database, ref } from \"firebase/database\";\n  \n    const firebaseConfig = {\n        apiKey: \"AIzaSyCfSlEt6aagNBepS-1tPsd_xUWL5iQFiPw\",\n        authDomain: \"brahmgan-7d2dd.firebaseapp.com\",\n        databaseURL: \"https://brahmgan-7d2dd-default-rtdb.firebaseio.com\",\n        projectId: \"brahmgan-7d2dd\",\n        storageBucket: \"brahmgan-7d2dd.appspot.com\",\n        messagingSenderId: \"492014097456\",\n        appId: \"1:492014097456:web:765c00dd671d7c869889f5\",\n        measurementId: \"G-QZRGQ65V81\"\n};\n    \n\nconst firebaseApp = initializeApp(firebaseConfig);\nconst database = getFirestore(firebaseApp);\n\n  \nexport default database;"
  },
  {
    "path": "src/gloabal.css",
    "content": "body {\n    font-family: 'Bahnschrift Light';\n  }\n   "
  },
  {
    "path": "src/index.css",
    "content": "body {\n  margin: 0;\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n    sans-serif;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n    monospace;\n}\n"
  },
  {
    "path": "src/index.js",
    "content": "import React from 'react';\nimport ReactDOM from 'react-dom/client';\nimport './index.css';\nimport App from './App';\nimport reportWebVitals from './reportWebVitals';\n\n\n\nconst root = ReactDOM.createRoot(document.getElementById('root'));\nroot.render(\n  <React.StrictMode>\n    <App />\n    \n  </React.StrictMode>\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"
  },
  {
    "path": "src/reportWebVitals.js",
    "content": "const reportWebVitals = onPerfEntry => {\n  if (onPerfEntry && onPerfEntry instanceof Function) {\n    import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n      getCLS(onPerfEntry);\n      getFID(onPerfEntry);\n      getFCP(onPerfEntry);\n      getLCP(onPerfEntry);\n      getTTFB(onPerfEntry);\n    });\n  }\n};\n\nexport default reportWebVitals;\n"
  },
  {
    "path": "src/setupTests.js",
    "content": "// jest-dom adds custom jest matchers for asserting on DOM nodes.\n// allows you to do things like:\n// expect(element).toHaveTextContent(/react/i)\n// learn more: https://github.com/testing-library/jest-dom\nimport '@testing-library/jest-dom';\n"
  }
]