diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..21dc7f0 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,22 @@ +{ + "files": { + "main.css": "/React-app_GPT3-Clone/static/css/main.287c7afb.css", + "main.js": "/React-app_GPT3-Clone/static/js/main.9e7650ba.js", + "static/media/ai.png": "/React-app_GPT3-Clone/static/media/ai.aa60586ba1ba53762d94.png", + "static/media/possibility.png": "/React-app_GPT3-Clone/static/media/possibility.525f13b61a2157d44de0.png", + "static/media/blog01.png": "/React-app_GPT3-Clone/static/media/blog01.cefc0932eae0d33a0342.png", + "static/media/blog03.png": "/React-app_GPT3-Clone/static/media/blog03.d922323861096f25274f.png", + "static/media/blog04.png": "/React-app_GPT3-Clone/static/media/blog04.742c1357e7b6c11078e6.png", + "static/media/blog05.png": "/React-app_GPT3-Clone/static/media/blog05.bfaa1c1e3851158e0e1f.png", + "static/media/blog02.png": "/React-app_GPT3-Clone/static/media/blog02.ab0eb367561796e91532.png", + "static/media/people.png": "/React-app_GPT3-Clone/static/media/people.5cd2d6fbcd48bd63f106.png", + "static/media/logo.svg": "/React-app_GPT3-Clone/static/media/logo.5114679faa0cce74946769ded97f1c89.svg", + "index.html": "/React-app_GPT3-Clone/index.html", + "main.287c7afb.css.map": "/React-app_GPT3-Clone/static/css/main.287c7afb.css.map", + "main.9e7650ba.js.map": "/React-app_GPT3-Clone/static/js/main.9e7650ba.js.map" + }, + "entrypoints": [ + "static/css/main.287c7afb.css", + "static/js/main.9e7650ba.js" + ] +} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..13c01cf --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +GPT-3
\ No newline at end of file diff --git a/static/css/main.287c7afb.css b/static/css/main.287c7afb.css new file mode 100644 index 0000000..71776e1 --- /dev/null +++ b/static/css/main.287c7afb.css @@ -0,0 +1,2 @@ +@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.gpt3__blog{display:flex;flex-direction:column}.gpt3__blog-heading{margin-bottom:5rem;text-align:left;width:100%}.gpt3__blog-heading h1{font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px}.gpt3__blog-container{display:flex}.gpt3__blog-container_groupA{flex:0.75 1;margin-right:2rem}.gpt3__blog-container_groupB{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:990px){.gpt3__blog-container{flex-direction:column-reverse}.gpt3__blog-container_groupA{margin:2rem 0}.gpt3__blog-container_groupA .gpt3__blog-container_article{width:48%}.gpt3__blog-container_groupA .gpt3__blog-container_article-image{height:250px}}@media screen and (max-width:700px){.gpt3__blog-container_groupB{grid-template-columns:repeat(1,1fr)}.gpt3__blog-container_groupA .gpt3__blog-container_article{width:100%}.gpt3__blog-heading h1{font-size:46px;line-height:52px}.gpt3__blog-container_groupA .gpt3__blog-container_article-image{height:auto}}@media screen and (max-width:550px){.gpt3__blog-heading h1{font-size:34px;line-height:42px}}.gpt3__blog-container_article{display:flex;flex-direction:column}.gpt3__blog-container_article,.gpt3__blog-container_article-image{background:var(--color-footer);height:100%;width:100%}.gpt3__blog-container_article-image img{width:100%}.gpt3__blog-container_article-content{display:flex;flex-direction:column;font-family:var(--font-family);height:100%;justify-content:space-between;padding:1rem 1.5rem}.gpt3__blog-container_article-content p{color:#fff;font-size:12px;font-weight:700;line-height:35px}.gpt3__blog-container_article-content p:last-child{cursor:pointer;width:-webkit-max-content;width:max-content}.gpt3__blog-container_article-content h3{color:#fff;cursor:pointer;font-size:26px;line-height:35px;margin-bottom:auto}@media screen and (max-width:550px){.gpt3__blog-container_article-content h3{font-size:18px;line-height:25px}}.gpt3__brand{flex-wrap:wrap}.gpt3__brand,.gpt3__brand div{align-items:center;display:flex;justify-content:center}.gpt3__brand div{flex:1 1;margin:1rem;max-width:150px;min-width:120px}.gpt3__cta{align-items:center;background:var(--gradient-bar);border-radius:1rem;display:flex;justify-content:space-between;margin:4rem;padding:2rem}.gpt3__cta-content p{font-size:12px;font-weight:500;line-height:30px}.gpt3__cta-content h3,.gpt3__cta-content p{color:#0e0e0e;font-family:var(--font-family)}.gpt3__cta-content h3{font-size:24px;font-weight:800;line-height:45px}.gpt3__cta-button{align-items:center;display:flex;justify-content:center;margin-left:2rem}.gpt3__cta-button button{background:#000;border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:700;line-height:30px;min-width:150px;outline:none;padding:.5rem 1rem}@media screen and (max-width:650px){.gpt3__cta{flex-direction:column}.gpt3__cta-button{margin:2rem 0 0}}@media screen and (max-width:550px){.gpt3__cta{margin:4rem 2rem}.gpt3__cta-content h3{font-size:18px;line-height:32px}.gpt3__cta-button button{font-size:14px;line-height:28px}}.gpt3__features-container__feature{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin:1rem;width:100%}.gpt3__features-container__feature-title{flex:1 1;margin-right:2rem;max-width:180px}.gpt3__features-container__feature-title h1{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:800;letter-spacing:-.04em;line-height:24px}.gpt3__features-container__feature-title div{background:var(--gradient-bar);box-shadow:0 4px 4px #00000040;height:3px;margin-bottom:.25rem;width:38px}.gpt3__features-container_feature-text{display:flex;flex:2 1;max-width:390px}.gpt3__features-container_feature-text p{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;line-height:24px}@media screen and (max-width:550px){.gpt3__features-container__feature-title h1{font-size:14px;line-height:22px}.gpt3__features-container_feature-text p{font-size:12px;line-height:20px}.gpt3__features-container__feature{margin:1rem 0}}.gpt3__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem 6rem}.gpt3__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start}.gpt3__navbar-links_logo{margin-right:2rem}.gpt3__navbar-links_logo img{height:16px;width:62px}.gpt3__navbar-links_container{display:flex}.gpt3__navbar-sign{align-items:center;display:flex;justify-content:flex-end}.gpt3__navbar-links_container p,.gpt3__navbar-menu_container p,.gpt3__navbar-sign p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;margin:0 1rem;text-transform:capitalize}.gpt3__navbar-menu_container button,.gpt3__navbar-sign button{background:#ff4820;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-weight:500;line-height:25px;outline:none;padding:.5rem 1rem}.gpt3__navbar-menu{display:none;margin-left:1rem;position:relative}.gpt3__navbar-menu svg{cursor:pointer}.gpt3__navbar-menu_container{align-items:flex-end;background:var(--color-footer);border-radius:5px;box-shadow:0 0 5px #0003;display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.gpt3__navbar-menu_container p{margin:1rem 0}.gpt3__navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.gpt3__navbar-links_container{display:none}.gpt3__navbar-menu{display:flex}}@media screen and (max-width:700px){.gpt3__navbar{padding:2rem 4rem}}@media screen and (max-width:550px){.gpt3__navbar{padding:2rem}.gpt3__navbar-sign{display:none}.gpt3__navbar-menu_container{top:20px}.gpt3__navbar-menu_container-links-sign{display:block}}.gpt3__features{display:flex;justify-content:space-between;width:100%}.gpt3__features-heading{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:5rem;text-align:left}.gpt3__features-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px}.gpt3__features-heading p{color:#ff8a71;font-family:var(--font-family);font-size:16px;line-height:30px;margin-top:2rem}.gpt3__features-container{align-items:center;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:990px){.gpt3__features{flex-direction:column}.gpt3__features-heading{margin:0 0 2rem}}@media screen and (max-width:550px){.gpt3__features-heading h1{font-size:28px;line-height:38px}}.gpt3__footer{align-items:center;background-color:var(--color-footer);color:#fff;display:flex;flex-direction:column;font-family:var(--font-family);justify-content:center}.gpt3__footer-heading{margin-bottom:3rem;text-align:center;width:100%}.gpt3__footer-heading h1{font-size:62px;line-height:75px}.gpt3__footer-btn{align-items:center;border:1px solid #fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:10rem;padding:1rem}.gpt3__footer-btn p{font-size:18px;line-height:22px;word-spacing:2px}.gpt3__footer-links{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:left;width:100%}.gpt3__footer-links div{margin:1rem;width:250px}.gpt3__footer-links_logo{display:flex;flex-direction:column}.gpt3__footer-links_logo img{height:30px;margin-bottom:1rem;width:180px}.gpt3__footer-links_logo p{font-size:12px;line-height:14px}.gpt3__footer-links_div{display:flex;flex-direction:column}.gpt3__footer-links_div h4{font-size:14px;line-height:16px;margin-bottom:1rem}.gpt3__footer-links_div p{cursor:pointer;font-size:12px;line-height:14px;margin:.5rem 0}.gpt3__footer-copy{margin-top:2rem;text-align:center;width:100%}@media screen and (max-width:850px){.gpt3__footer-heading h1{font-size:44px;line-height:50px}}@media screen and (max-width:550px){.gpt3__footer-heading h1{font-size:34px;line-height:42px}.gpt3__footer-links div{margin:1rem 0}.gpt3__footer-btn p{font-size:14px;line-height:20px}.gpt3__footer-heading h1{font-size:26px;line-height:38px}}.gpt3__header{display:flex}.gpt3__header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:5rem}.gpt3__header-content h1{font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px}.gpt3__header-content p{color:var(--color-text);font-family:var(--font-family);font-size:20px;font-weight:500;line-height:27px;margin-top:1.5rem}.gpt3__header-content__input{display:flex;margin:2rem 0 1rem;width:100%}.gpt3__header-content__input input{background:var(--color-footer);border:2px solid var(--color-footer);border-radius:5px 0 0 5px;flex:2 1}.gpt3__header-content__input button,.gpt3__header-content__input input{color:#fff;font-family:var(--font-family);font-size:20px;line-height:27px;min-height:50px;outline:none;padding:0 1rem;width:100%}.gpt3__header-content__input button{background:#ff4820;border:none;border-radius:0 5px 5px 0;cursor:pointer;flex:0.6 1;font-weight:700;white-space:nowrap}.gpt3__header-content__people{align-items:center;display:flex;justify-content:flex-start;margin-top:2rem;width:100%}.gpt3__header-content__people img{height:38px;width:182px}.gpt3__header-content__people p{color:#fff;font-family:var(--font-family);margin-left:1rem;margin-top:0;text-align:center}.gpt3__header-image{align-items:center;display:flex;flex:1 1;justify-content:center}.gpt3__header-image img{width:100%}@media screen and (max-width:1050px){.gpt3__header{flex-direction:column}.gpt3__header-content{margin:0 0 3rem}}@media screen and (max-width:650px){.gpt3__header h1{font-size:48px;line-height:60px}.gpt3__header p{font-size:16px;line-height:24px}.gpt3__header-content__people{flex-direction:column}.gpt3__header-content__people p{margin:0}.gpt3__header-content__input button,.gpt3__header-content__input input{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.gpt3__header h1{font-size:36px;line-height:48px}.gpt3__header p{font-size:14px;line-height:24px}.gpt3__header-content__input button,.gpt3__header-content__input input{font-size:12px;line-height:16px}}.gpt3__possibility{display:flex}.gpt3__possibility-image{align-items:center;display:flex;flex:1 1;justify-content:flex-start;margin-right:2rem}.gpt3__possibility-image img{width:100%}.gpt3__possibility-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end}.gpt3__possibility-content h4{color:#71e5ff;font-family:var(--font-family);font-size:16px;line-height:30px}.gpt3__possibility-content h4:last-child{color:#ff8a71}.gpt3__possibility-content h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;margin:1rem 0}.gpt3__possibility-content p{color:var(--color-text);font-family:var(--font-family);font-size:16px;line-height:30px;margin-bottom:2rem}@media screen and (max-width:950px){.gpt3__possibility{flex-direction:column}.gpt3__possibility-image{margin:1rem 0}.gpt3__possibility-content{margin-top:2rem}}.gpt3__whatgpt3{background:var(--color-footer);background:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);display:flex;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));flex-direction:column;padding:2rem}.gpt3__whatgpt3-feature{display:flex}.gpt3__whatgpt3-feature .gpt3__features-container__feature{margin:0}.gpt3__whatgpt3-feature .gpt3__features-container_feature-text{max-width:700px}.gpt3__whatgpt3-heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:4rem 0 2rem}.gpt3__whatgpt3-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;max-width:510px}.gpt3__whatgpt3-heading p{color:var(--color-subtext);cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__whatgpt3-container{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem}.gpt3__whatgpt3-container .gpt3__features-container__feature{display:inline;display:initial;flex:1 1;flex-direction:column;margin:1rem;min-width:210px}.gpt3__whatgpt3-container .gpt3__features-container_feature-text{margin-top:.5rem}@media screen and (max-width:850px){.gpt3__whatgpt3-heading{align-items:flex-start;flex-direction:column;margin-bottom:0}.gpt3__whatgpt3-heading p{margin-top:1rem}}@media screen and (max-width:650px){.gpt3__whatgpt3-feature .gpt3__features-container__feature{flex-direction:column}.gpt3__whatgpt3-feature .gpt3__features-container_feature-text{margin-top:.5rem}.gpt3__whatgpt3-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width:350px){.gpt3__whatgpt3-container .gpt3__features-container__feature{margin:1rem 0;min-width:100%}}*,:after,:before{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:inherit;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 3% 25%,#002853 0,#040c18 25%)}.gradient__text{-webkit-text-fill-color:#0000;background:var(--gradient-text);background-clip:text;-webkit-background-clip:text}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}:root{--font-family:"Manrope",sans-serif;--gradient-text:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%);--color-bg:#040c18;--color-footer:#031b34;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71} +/*# sourceMappingURL=main.287c7afb.css.map*/ \ No newline at end of file diff --git a/static/css/main.287c7afb.css.map b/static/css/main.287c7afb.css.map new file mode 100644 index 0000000..679241a --- /dev/null +++ b/static/css/main.287c7afb.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.287c7afb.css","mappings":"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","sources":["containers/Blog/Blog.css","components/Article/Article.css","components/Brand/Brand.css","components/CTA/CTA.css","components/Feature/Feature.css","components/Navbar/Navbar.css","containers/Features/Features.css","containers/Footer/Footer.css","containers/Header/Header.css","containers/Possibility/Possibility.css","containers/WhatGPT3/WhatGPT3.css","App.css","index.css"],"sourcesContent":[".gpt3__blog {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.gpt3__blog-heading {\r\n width: 100%;\r\n text-align: left;\r\n margin-bottom: 5rem;\r\n}\r\n\r\n.gpt3__blog-heading h1 {\r\n font-family: var(--font-family);\r\n font-weight: 800;\r\n font-size: 62px;\r\n line-height: 75px;\r\n}\r\n\r\n.gpt3__blog-container {\r\n display: flex;\r\n}\r\n\r\n.gpt3__blog-container_groupA {\r\n flex: 0.75;\r\n margin-right: 2rem;\r\n}\r\n\r\n.gpt3__blog-container_groupB {\r\n flex: 1;\r\n display: grid;\r\n grid-template-columns: repeat(2, 1fr);\r\n gap: 2rem;\r\n}\r\n\r\n@media screen and (max-width: 990px) {\r\n .gpt3__blog-container {\r\n flex-direction: column-reverse;\r\n }\r\n\r\n .gpt3__blog-container_groupA {\r\n margin: 2rem 0;\r\n }\r\n\r\n .gpt3__blog-container_groupA .gpt3__blog-container_article {\r\n width: 48%;\r\n }\r\n \r\n .gpt3__blog-container_groupA .gpt3__blog-container_article-image {\r\n height: 250px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 700px) {\r\n .gpt3__blog-container_groupB {\r\n grid-template-columns: repeat(1, 1fr);\r\n }\r\n\r\n .gpt3__blog-container_groupA .gpt3__blog-container_article {\r\n width: 100%\r\n }\r\n\r\n .gpt3__blog-heading h1 {\r\n font-size: 46px;\r\n line-height: 52px;\r\n }\r\n\r\n .gpt3__blog-container_groupA .gpt3__blog-container_article-image {\r\n height: auto;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__blog-heading h1 {\r\n font-size: 34px;\r\n line-height: 42px;\r\n }\r\n}",".gpt3__blog-container_article {\r\n width: 100%;\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n background: var(--color-footer);\r\n}\r\n\r\n.gpt3__blog-container_article-image {\r\n width: 100%;\r\n height: 100%;\r\n background: var(--color-footer);\r\n}\r\n\r\n.gpt3__blog-container_article-image img {\r\n width: 100%;\r\n}\r\n\r\n.gpt3__blog-container_article-content {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n padding: 1rem 1.5rem;\r\n height: 100%;\r\n font-family: var(--font-family);\r\n}\r\n\r\n.gpt3__blog-container_article-content p {\r\n font-weight: bold;\r\n font-size: 12px;\r\n line-height: 35px;\r\n color: #fff;\r\n}\r\n\r\n.gpt3__blog-container_article-content p:last-child {\r\n cursor: pointer;\r\n width: max-content;\r\n}\r\n\r\n.gpt3__blog-container_article-content h3 {\r\n color: #fff;\r\n font-size: 26px;\r\n line-height: 35px;\r\n margin-bottom: auto;\r\n cursor: pointer;\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__blog-container_article-content h3 {\r\n font-size: 18px;\r\n line-height: 25px;\r\n }\r\n}",".gpt3__brand {\r\n display: flex;\r\n flex-wrap: wrap;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.gpt3__brand div {\r\n flex: 1;\r\n max-width: 150px;\r\n min-width: 120px;\r\n margin: 1rem;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}",".gpt3__cta {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n padding: 2rem;\r\n margin: 4rem;\r\n border-radius: 1rem;\r\n background: var(--gradient-bar);\r\n}\r\n\r\n.gpt3__cta-content p {\r\n font-family: var(--font-family);\r\n font-weight: 500;\r\n font-size: 12px;\r\n line-height: 30px;\r\n color: #0e0e0e;\r\n}\r\n\r\n.gpt3__cta-content h3 {\r\n font-family: var(--font-family);\r\n font-weight: 800;\r\n font-size: 24px;\r\n line-height: 45px;\r\n color: #0e0e0e;\r\n}\r\n\r\n.gpt3__cta-button {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin-left: 2rem;\r\n}\r\n\r\n.gpt3__cta-button button {\r\n background: black;\r\n color: white;\r\n border-radius: 50px;\r\n font-family: var(--font-family);\r\n font-weight: bold;\r\n font-size: 18px;\r\n line-height: 30px;\r\n padding: 0.5rem 1rem;\r\n border: none;\r\n outline: none;\r\n cursor: pointer;\r\n min-width: 150px;\r\n}\r\n\r\n@media screen and (max-width: 650px) {\r\n .gpt3__cta {\r\n flex-direction: column;\r\n }\r\n\r\n .gpt3__cta-button {\r\n margin: 2rem 0 0;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__cta {\r\n margin: 4rem 2rem;\r\n }\r\n\r\n .gpt3__cta-content h3 {\r\n font-size: 18px;\r\n line-height: 32px;\r\n }\r\n\r\n .gpt3__cta-button button {\r\n font-size: 14px;\r\n line-height: 28px;\r\n }\r\n}",".gpt3__features-container__feature {\r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n flex-direction: row;\r\n\r\n margin: 1rem;\r\n}\r\n\r\n.gpt3__features-container__feature-title {\r\n flex: 1;\r\n max-width: 180px;\r\n margin-right: 2rem;\r\n}\r\n\r\n.gpt3__features-container__feature-title h1 {\r\n font-family: var(--font-family);\r\n font-weight: 800;\r\n font-size: 18px;\r\n line-height: 24px;\r\n letter-spacing: -0.04em;\r\n color: #fff;\r\n}\r\n\r\n.gpt3__features-container__feature-title div {\r\n width: 38px;\r\n height: 3px;\r\n background: var(--gradient-bar);\r\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);\r\n margin-bottom: 0.25rem;\r\n}\r\n\r\n.gpt3__features-container_feature-text {\r\n flex: 2;\r\n max-width: 390px;\r\n display: flex;\r\n}\r\n\r\n.gpt3__features-container_feature-text p {\r\n font-family: var(--font-family);\r\n font-weight: 500;\r\n font-size: 14px;\r\n line-height: 24px;\r\n color: var(--color-text);\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__features-container__feature-title h1 {\r\n font-size: 14px;\r\n line-height: 22px;\r\n }\r\n\r\n .gpt3__features-container_feature-text p {\r\n font-size: 12px;\r\n line-height: 20px;\r\n }\r\n\r\n .gpt3__features-container__feature {\r\n margin: 1rem 0;\r\n }\r\n}",".gpt3__navbar {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n padding: 2rem 6rem;\r\n}\r\n\r\n.gpt3__navbar-links {\r\n flex: 1;\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n}\r\n\r\n.gpt3__navbar-links_logo {\r\n margin-right: 2rem;\r\n}\r\n\r\n.gpt3__navbar-links_logo img {\r\n width: 62px;\r\n height: 16px;\r\n}\r\n\r\n.gpt3__navbar-links_container {\r\n display: flex;\r\n}\r\n\r\n.gpt3__navbar-sign {\r\n display: flex;\r\n justify-content: flex-end;\r\n align-items: center;\r\n}\r\n\r\n.gpt3__navbar-links_container p,\r\n.gpt3__navbar-sign p,\r\n.gpt3__navbar-menu_container p {\r\n color: #fff;\r\n font-family: var(--font-family);\r\n font-weight: 500;\r\n font-size: 18px;\r\n line-height: 25px;\r\n text-transform: capitalize;\r\n margin: 0 1rem;\r\n cursor: pointer;\r\n}\r\n\r\n.gpt3__navbar-sign button,\r\n.gpt3__navbar-menu_container button {\r\n padding: 0.5rem 1rem;\r\n color: #fff;\r\n background: #ff4820;\r\n border-radius: 5px;\r\n font-family: var(--font-family);\r\n font-weight: 500;\r\n line-height: 25px;\r\n border: 0;\r\n outline: none;\r\n cursor: pointer;\r\n}\r\n\r\n.gpt3__navbar-menu {\r\n margin-left: 1rem;\r\n display: none;\r\n position: relative;\r\n}\r\n\r\n.gpt3__navbar-menu svg {\r\n cursor: pointer;\r\n}\r\n\r\n.gpt3__navbar-menu_container {\r\n display: flex;\r\n justify-content: flex-end;\r\n align-items: flex-end;\r\n flex-direction: column;\r\n text-align: end;\r\n background: var(--color-footer);\r\n padding: 2rem;\r\n position: absolute;\r\n top: 40px;\r\n right: 0;\r\n margin-top: 1rem;\r\n min-width: 210px;\r\n border-radius: 5px;\r\n box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.gpt3__navbar-menu_container p {\r\n margin: 1rem 0;\r\n}\r\n\r\n.gpt3__navbar-menu_container-links-sign {\r\n display: none;\r\n}\r\n\r\n@media screen and (max-width: 1050px) {\r\n .gpt3__navbar-links_container {\r\n display: none;\r\n }\r\n\r\n .gpt3__navbar-menu {\r\n display: flex;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 700px) {\r\n .gpt3__navbar {\r\n padding: 2rem 4rem;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__navbar {\r\n padding: 2rem;\r\n }\r\n\r\n .gpt3__navbar-sign {\r\n display: none;\r\n }\r\n\r\n .gpt3__navbar-menu_container {\r\n top: 20px;\r\n }\r\n\r\n .gpt3__navbar-menu_container-links-sign {\r\n display: block;\r\n }\r\n}",".gpt3__features {\r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n\r\n.gpt3__features-heading {\r\n flex: 1;\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: flex-start;\r\n flex-direction: column;\r\n text-align: left;\r\n margin-right: 5rem;\r\n}\r\n\r\n.gpt3__features-heading h1 {\r\n font-family: var(--font-family);\r\n font-weight: 800;\r\n font-size: 34px;\r\n line-height: 45px;\r\n}\r\n\r\n.gpt3__features-heading p {\r\n font-family: var(--font-family);\r\n font-size: 16px;\r\n line-height: 30px;\r\n color: #ff8a71;\r\n margin-top: 2rem;\r\n}\r\n\r\n.gpt3__features-container {\r\n flex: 1.5;\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n flex-direction: column;\r\n}\r\n\r\n@media screen and (max-width: 990px) {\r\n .gpt3__features {\r\n flex-direction: column;\r\n }\r\n\r\n .gpt3__features-heading {\r\n margin: 0 0 2rem 0;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__features-heading h1 {\r\n font-size: 28px;\r\n line-height: 38px;\r\n }\r\n}",".gpt3__footer {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n background-color: var(--color-footer);\r\n font-family: var(--font-family);\r\n color: white;\r\n}\r\n\r\n.gpt3__footer-heading {\r\n width: 100%;\r\n text-align: center;\r\n margin-bottom: 3rem;\r\n}\r\n\r\n.gpt3__footer-heading h1 {\r\n font-size: 62px;\r\n line-height: 75px;\r\n}\r\n\r\n.gpt3__footer-btn {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n padding: 1rem;\r\n border: 1px solid white;\r\n cursor: pointer;\r\n margin-bottom: 10rem;\r\n}\r\n\r\n.gpt3__footer-btn p {\r\n font-size: 18px;\r\n line-height: 22px;\r\n word-spacing: 2px;\r\n}\r\n\r\n.gpt3__footer-links {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n flex-wrap: wrap;\r\n width: 100%;\r\n text-align: left;\r\n}\r\n\r\n.gpt3__footer-links div {\r\n width: 250px;\r\n margin: 1rem;\r\n}\r\n\r\n.gpt3__footer-links_logo {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.gpt3__footer-links_logo img {\r\n width: 180px;\r\n height: 30px;\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.gpt3__footer-links_logo p {\r\n font-size: 12px;\r\n line-height: 14px;\r\n}\r\n\r\n.gpt3__footer-links_div {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.gpt3__footer-links_div h4 {\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin-bottom: 1rem;\r\n}\r\n\r\n.gpt3__footer-links_div p {\r\n font-size: 12px;\r\n line-height: 14px;\r\n margin: 0.5rem 0;\r\n cursor: pointer;\r\n}\r\n\r\n.gpt3__footer-copy {\r\n margin-top: 2rem;\r\n text-align: center;\r\n width: 100%;\r\n}\r\n\r\n@media screen and (max-width: 850px) {\r\n .gpt3__footer-heading h1 {\r\n font-size: 44px;\r\n line-height: 50px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__footer-heading h1 {\r\n font-size: 34px;\r\n line-height: 42px;\r\n }\r\n\r\n .gpt3__footer-links div {\r\n margin: 1rem 0;\r\n }\r\n\r\n .gpt3__footer-btn p {\r\n font-size: 14px;\r\n line-height: 20px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .gpt3__footer-heading h1 {\r\n font-size: 26px;\r\n line-height: 38px;\r\n }\r\n}",".gpt3__header {\r\n display: flex;\r\n}\r\n\r\n.gpt3__header-content {\r\n flex: 1;\r\n display: flex;\r\n justify-content: center;\r\n align-items: flex-start;\r\n flex-direction: column;\r\n margin-right: 5rem;\r\n}\r\n\r\n.gpt3__header-content h1 {\r\n font-family: var(--font-family);\r\n font-weight: 800;\r\n font-size: 62px;\r\n line-height: 75px;\r\n}\r\n\r\n.gpt3__header-content p {\r\n font-family: var(--font-family);\r\n font-weight: 500;\r\n font-size: 20px;\r\n line-height: 27px;\r\n color: var(--color-text);\r\n margin-top: 1.5rem;\r\n}\r\n\r\n.gpt3__header-content__input {\r\n width: 100%;\r\n margin: 2rem 0 1rem;\r\n display: flex;\r\n}\r\n\r\n.gpt3__header-content__input input {\r\n flex: 2;\r\n width: 100%;\r\n min-height: 50px;\r\n background: var(--color-footer);\r\n border: 2px solid var(--color-footer);\r\n padding: 0 1rem;\r\n outline: none;\r\n color: #fff;\r\n border-radius: 5px 0 0 5px;\r\n font-family: var(--font-family);\r\n font-size: 20px;\r\n line-height: 27px;\r\n}\r\n\r\n.gpt3__header-content__input button {\r\n flex: 0.6;\r\n width: 100%;\r\n min-height: 50px;\r\n background: #ff4820;\r\n border-radius: 0 5px 5px 0;\r\n font-family: var(--font-family);\r\n font-weight: bold;\r\n font-size: 20px;\r\n line-height: 27px;\r\n color: #fff;\r\n cursor: pointer;\r\n outline: none;\r\n padding: 0 1rem;\r\n border: none;\r\n white-space: nowrap;\r\n}\r\n\r\n.gpt3__header-content__people {\r\n width: 100%;\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n margin-top: 2rem;\r\n}\r\n\r\n.gpt3__header-content__people img {\r\n width: 182px;\r\n height: 38px;\r\n} \r\n\r\n.gpt3__header-content__people p {\r\n margin-top: 0;\r\n margin-left: 1rem;\r\n font-family: var(--font-family);\r\n color: #fff;\r\n text-align: center;\r\n} \r\n\r\n.gpt3__header-image {\r\n flex: 1;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n\r\n.gpt3__header-image img {\r\n width: 100%;\r\n /* height: 100%; */\r\n}\r\n\r\n@media screen and (max-width: 1050px) {\r\n\r\n .gpt3__header {\r\n flex-direction: column;\r\n }\r\n\r\n .gpt3__header-content {\r\n margin: 0 0 3rem;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 650px) {\r\n .gpt3__header h1 {\r\n font-size: 48px;\r\n line-height: 60px;\r\n }\r\n\r\n .gpt3__header p {\r\n font-size: 16px;\r\n line-height: 24px;\r\n }\r\n\r\n .gpt3__header-content__people {\r\n flex-direction: column;\r\n }\r\n\r\n .gpt3__header-content__people p {\r\n margin: 0;\r\n }\r\n\r\n .gpt3__header-content__input input,\r\n .gpt3__header-content__input button {\r\n font-size: 16px;\r\n line-height: 24px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 490px) {\r\n .gpt3__header h1 {\r\n font-size: 36px;\r\n line-height: 48px;\r\n }\r\n\r\n .gpt3__header p {\r\n font-size: 14px;\r\n line-height: 24px;\r\n }\r\n\r\n .gpt3__header-content__input input,\r\n .gpt3__header-content__input button {\r\n font-size: 12px;\r\n line-height: 16px;\r\n }\r\n}",".gpt3__possibility {\r\n display: flex;\r\n}\r\n\r\n.gpt3__possibility-image {\r\n flex: 1;\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n margin-right: 2rem;\r\n}\r\n\r\n.gpt3__possibility-image img {\r\n width: 100%;\r\n}\r\n\r\n.gpt3__possibility-content {\r\n flex: 1;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-end;\r\n align-items: flex-start;\r\n}\r\n\r\n.gpt3__possibility-content h4 {\r\n font-family: var(--font-family);\r\n font-size: 16px;\r\n line-height: 30px;\r\n color: #71e5ff;\r\n}\r\n\r\n.gpt3__possibility-content h4:last-child {\r\n color: #ff8a71;\r\n}\r\n\r\n.gpt3__possibility-content h1 {\r\n font-family: var(--font-family);\r\n font-weight: 800;\r\n font-size: 34px;\r\n line-height: 45px;\r\n margin: 1rem 0;\r\n}\r\n\r\n.gpt3__possibility-content p {\r\n font-family: var(--font-family);\r\n font-size: 16px;\r\n line-height: 30px;\r\n color: var(--color-text);\r\n margin-bottom: 2rem;\r\n}\r\n\r\n@media screen and (max-width: 950px) {\r\n .gpt3__possibility {\r\n flex-direction: column;\r\n }\r\n\r\n .gpt3__possibility-image {\r\n margin: 1rem 0;\r\n }\r\n\r\n .gpt3__possibility-content {\r\n margin-top: 2rem;\r\n }\r\n}",".gpt3__whatgpt3 {\r\n display: flex;\r\n flex-direction: column;\r\n\r\n padding: 2rem;\r\n background: var(--color-footer);\r\n\r\n /* ff 3.6+ */\r\n background:-moz-radial-gradient(circle at 30% -100%, #042c54 25%, rgba(4, 44, 84, 1) 85%, rgba(27, 120, 222, 1) 100%);\r\n\r\n /* safari 5.1+,chrome 10+ */\r\n background:-webkit-radial-gradient(circle at 30% -100%, #042c54 25%, rgba(4, 44, 84, 1) 85%, rgba(27, 120, 222, 1) 100%);\r\n\r\n /* opera 11.10+ */\r\n background:-o-radial-gradient(circle at 30% -100%, #042c54 25%, rgba(4, 44, 84, 1) 85%, rgba(27, 120, 222, 1) 100%);\r\n\r\n /* ie 10+ */\r\n background:-ms-radial-gradient(circle at 30% -100%, #042c54 25%, rgba(4, 44, 84, 1) 85%, rgba(27, 120, 222, 1) 100%);\r\n\r\n /* global 92%+ browsers support */\r\n background:radial-gradient(circle at 30% -100%, #042c54 25%, rgba(4, 44, 84, 1) 85%, rgba(27, 120, 222, 1) 100%);\r\n\r\n filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));\r\n}\r\n\r\n.gpt3__whatgpt3-feature {\r\n display: flex;\r\n}\r\n\r\n/* Customizing feature component as per needs */\r\n.gpt3__whatgpt3-feature .gpt3__features-container__feature {\r\n margin: 0;\r\n}\r\n\r\n/* Customizing feature component as per needs */\r\n.gpt3__whatgpt3-feature .gpt3__features-container_feature-text {\r\n max-width: 700px;\r\n}\r\n\r\n.gpt3__whatgpt3-heading {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: space-between;\r\n align-items: center;\r\n \r\n margin: 4rem 0 2rem;\r\n}\r\n\r\n.gpt3__whatgpt3-heading h1 {\r\n font-size: 34px;\r\n line-height: 45px;\r\n font-weight: 800;\r\n font-family: var(--font-family);\r\n max-width: 510px;\r\n}\r\n\r\n.gpt3__whatgpt3-heading p {\r\n font-family: var(--font-family);\r\n font-weight: 500;\r\n font-size: 16px;\r\n line-height: 30px;\r\n color: var(--color-subtext);\r\n cursor: pointer;\r\n}\r\n\r\n.gpt3__whatgpt3-container {\r\n display: flex;\r\n flex-wrap: wrap;\r\n flex-direction: row;\r\n\r\n margin-top: 2rem;\r\n}\r\n\r\n/* Customizing feature component as per needs */\r\n.gpt3__whatgpt3-container .gpt3__features-container__feature {\r\n flex: 1;\r\n margin: 1rem;\r\n min-width: 210px;\r\n display: unset;\r\n flex-direction: column;\r\n}\r\n\r\n/* Customizing feature component as per needs */\r\n.gpt3__whatgpt3-container .gpt3__features-container_feature-text {\r\n margin-top: 0.5rem;\r\n}\r\n\r\n@media screen and (max-width: 850px) {\r\n .gpt3__whatgpt3-heading {\r\n flex-direction: column;\r\n align-items: flex-start;\r\n margin-bottom: 0rem;\r\n }\r\n\r\n .gpt3__whatgpt3-heading p {\r\n margin-top: 1rem;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 650px) {\r\n /* Customizing feature component as per needs */\r\n .gpt3__whatgpt3-feature .gpt3__features-container__feature {\r\n flex-direction: column;\r\n }\r\n\r\n /* Customizing feature component as per needs */\r\n .gpt3__whatgpt3-feature .gpt3__features-container_feature-text {\r\n margin-top: 0.5rem;\r\n }\r\n\r\n .gpt3__whatgpt3-heading h1 {\r\n font-size: 28px;\r\n line-height: 40px;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 350px) {\r\n /* Customizing feature component as per needs */\r\n .gpt3__whatgpt3-container .gpt3__features-container__feature {\r\n margin: 1rem 0;\r\n min-width: 100%;\r\n }\r\n}","*,\r\n*::after,\r\n*::before {\r\n box-sizing: border-box;\r\n padding: 0;\r\n margin: 0;\r\n scroll-behavior: smooth;\r\n}\r\n\r\nbody {\r\n background: var(--color-bg);\r\n}\r\n\r\na {\r\n color: unset;\r\n text-decoration: none;\r\n}\r\n\r\n.gradient__bg {\r\n background: -moz-radial-gradient(circle at 3% 25%, rgba(0, 40, 83, 1) 0%, rgba(4, 12, 24, 1) 25%);\r\n background: -webkit-radial-gradient(circle at 3% 25%, rgba(0, 40, 83, 1) 0%, rgba(4, 12, 24, 1) 25%);\r\n background: -o-radial-gradient(circle at 3% 25%, rgba(0, 40, 83, 1) 0%, rgba(4, 12, 24, 1) 25%);\r\n background: -ms-radial-gradient(circle at 3% 25%, rgba(0, 40, 83, 1) 0%, rgba(4, 12, 24, 1) 25%);\r\n background: radial-gradient(circle at 3% 25%, rgba(0, 40, 83, 1) 0%, rgba(4, 12, 24, 1) 25%);\r\n}\r\n\r\n.gradient__text {\r\n background: var(--gradient-text);\r\n background-clip: text;\r\n -webkit-background-clip: text;\r\n -webkit-text-fill-color: transparent;\r\n}\r\n\r\n.section__padding {\r\n padding: 4rem 6rem;\r\n}\r\n\r\n.section__margin {\r\n margin: 4rem 6rem;\r\n}\r\n\r\n.scale-up-center {\r\n -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;\r\n animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;\r\n}\r\n\r\n@-webkit-keyframes scale-up-center {\r\n 0% {\r\n -webkit-transform: scale(0.5);\r\n transform: scale(0.5);\r\n }\r\n\r\n 100% {\r\n -webkit-transform: scale(1);\r\n transform: scale(1);\r\n }\r\n}\r\n\r\n@keyframes scale-up-center {\r\n 0% {\r\n -webkit-transform: scale(0.5);\r\n transform: scale(0.5);\r\n }\r\n\r\n 100% {\r\n -webkit-transform: scale(1);\r\n transform: scale(1);\r\n }\r\n}\r\n\r\n@media screen and (max-width: 700px) {\r\n .section__padding {\r\n padding: 4rem;\r\n }\r\n\r\n .section__margin {\r\n margin: 4rem;\r\n }\r\n}\r\n\r\n@media screen and (max-width: 550px) {\r\n .section__padding {\r\n padding: 4rem 2rem;\r\n }\r\n\r\n .section__margin {\r\n margin: 4rem 2rem;\r\n }\r\n}","@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');\r\n\r\n:root {\r\n --font-family: 'Manrope', sans-serif;\r\n\r\n --gradient-text: linear-gradient(89.97deg, #AE67FA 1.84%, #F49867 102.67%);\r\n --gradient-bar: linear-gradient(103.22deg, #AE67FA -13.86%, #F49867 99.55%);\r\n \r\n --color-bg: #040C18;\r\n --color-footer : #031B34;\r\n --color-blog: #042c54;\r\n --color-text: #81AFDD;\r\n --color-subtext: #FF8A71;\r\n}\r\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.9e7650ba.js b/static/js/main.9e7650ba.js new file mode 100644 index 0000000..c98eb34 --- /dev/null +++ b/static/js/main.9e7650ba.js @@ -0,0 +1,3 @@ +/*! For license information please see main.9e7650ba.js.LICENSE.txt */ +(()=>{"use strict";var e={730:(e,t,n)=>{var r=n(43),l=n(853);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n