HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="container">
<div class="main-box box1">
<div class="card1">
<div class="background"></div>
<div class="logo">
<svg class="logo-svg" viewBox="0 0 100 100" fill="white">
<path
d="M100 34.2c-.4-2.6-3.3-4-5.3-5.3-3.6-2.4-7.1-4.7-10.7-7.1-8.5-5.7-17.1-11.4-25.6-17.1-2-1.3-4-2.7-6-4-1.4-1-3.3-1-4.8 0-5.7 3.8-11.5 7.7-17.2 11.5L5.2 29C3 30.4.1 31.8 0 34.8c-.1 3.3 0 6.7 0 10v16c0 2.9-.6 6.3 2.1 8.1 6.4 4.4 12.9 8.6 19.4 12.9 8 5.3 16 10.7 24 16 2.2 1.5 4.4 3.1 7.1 1.3 2.3-1.5 4.5-3 6.8-4.5 8.9-5.9 17.8-11.9 26.7-17.8l9.9-6.6c.6-.4 1.3-.8 1.9-1.3 1.4-1 2-2.4 2-4.1V37.3c.1-1.1.2-2.1.1-3.1 0-.1 0 .2 0 0zM54.3 12.3 88 34.8 73 44.9 54.3 32.4V12.3zm-8.6 0v20L27.1 44.8 12 34.8l33.7-22.5zM8.6 42.8 19.3 50 8.6 57.2V42.8zm37.1 44.9L12 65.2l15-10.1 18.6 12.5v20.1zM50 60.2 34.8 50 50 39.8 65.2 50 50 60.2zm4.3 27.5v-20l18.6-12.5 15 10.1-33.6 22.4zm37.1-30.5L80.7 50l10.8-7.2-.1 14.4z">
</path>
</svg>
</div>
<div class="box box1"><span class="icon"><svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 30 30">
<path
d="M 9.9980469 3 C 6.1390469 3 3 6.1419531 3 10.001953 L 3 20.001953 C 3 23.860953 6.1419531 27 10.001953 27 L 20.001953 27 C 23.860953 27 27 23.858047 27 19.998047 L 27 9.9980469 C 27 6.1390469 23.858047 3 19.998047 3 L 9.9980469 3 z M 22 7 C 22.552 7 23 7.448 23 8 C 23 8.552 22.552 9 22 9 C 21.448 9 21 8.552 21 8 C 21 7.448 21.448 7 22 7 z M 15 9 C 18.309 9 21 11.691 21 15 C 21 18.309 18.309 21 15 21 C 11.691 21 9 18.309 9 15 C 9 11.691 11.691 9 15 9 z M 15 11 A 4 4 0 0 0 11 15 A 4 4 0 0 0 15 19 A 4 4 0 0 0 19 15 A 4 4 0 0 0 15 11 z" />
</svg></span></div>
<div class="box box2"> <span class="icon"><svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512">
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
</svg></span></div>
<div class="box box3"><span class="icon"><svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512">
<path
d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" />
</svg></span></div>
<div class="box box4"></div>
</div>
</div>
<div class="main-box box2">
<div class="card2">
<div class="logo"><svg class="svg" viewBox="0 0 100 100" fill="white">
<path
d="M100 34.2c-.4-2.6-3.3-4-5.3-5.3-3.6-2.4-7.1-4.7-10.7-7.1-8.5-5.7-17.1-11.4-25.6-17.1-2-1.3-4-2.7-6-4-1.4-1-3.3-1-4.8 0-5.7 3.8-11.5 7.7-17.2 11.5L5.2 29C3 30.4.1 31.8 0 34.8c-.1 3.3 0 6.7 0 10v16c0 2.9-.6 6.3 2.1 8.1 6.4 4.4 12.9 8.6 19.4 12.9 8 5.3 16 10.7 24 16 2.2 1.5 4.4 3.1 7.1 1.3 2.3-1.5 4.5-3 6.8-4.5 8.9-5.9 17.8-11.9 26.7-17.8l9.9-6.6c.6-.4 1.3-.8 1.9-1.3 1.4-1 2-2.4 2-4.1V37.3c.1-1.1.2-2.1.1-3.1 0-.1 0 .2 0 0zM54.3 12.3 88 34.8 73 44.9 54.3 32.4V12.3zm-8.6 0v20L27.1 44.8 12 34.8l33.7-22.5zM8.6 42.8 19.3 50 8.6 57.2V42.8zm37.1 44.9L12 65.2l15-10.1 18.6 12.5v20.1zM50 60.2 34.8 50 50 39.8 65.2 50 50 60.2zm4.3 27.5v-20l18.6-12.5 15 10.1-33.6 22.4zm37.1-30.5L80.7 50l10.8-7.2-.1 14.4z">
</path>
</svg>
</div>
<div class="title">MAIN TITLE</div>
<div class="icons-container">
<svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5" />
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" />
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5" />
</svg>
<svg class="svg twitter" xmlns="http://www.w3.org/2000/svg" height="24" width="24"
viewBox="0 0 512 512">
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" />
</svg>
<svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" />
<path d="M9 18c-4.51 2-5-2-7-2" />
</svg>
</div>
<div class="box box3">
<div class="content">
<span class="box-title">Title 1</span>
<span class="box-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus,
facere.
</span>
</div>
</div>
<div class="box box2">
<div class="content">
<span class="box-title">Title 2</span>
<span class="box-text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Et hic
praesentium
nobis cumque, dolores adipisci?
</span>
</div>
</div>
<div class="box box1">
<div class="content">
<span class="box-title">Title 3</span>
<span class="box-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea, facilis!
</span>
</div>
</div>
</div>
</div>
<div class="main-box box3">
<div class="card3">
<div class="card-main">
<div class="logo">
<span class="circle circle1"></span>
<span class="circle circle2"></span>
<span class="circle circle3"></span>
<span class="circle circle4"></span>
<span class="circle circle5">
<svg class="svg" viewBox="0 0 100 100" fill="white">
<path
d="M100 34.2c-.4-2.6-3.3-4-5.3-5.3-3.6-2.4-7.1-4.7-10.7-7.1-8.5-5.7-17.1-11.4-25.6-17.1-2-1.3-4-2.7-6-4-1.4-1-3.3-1-4.8 0-5.7 3.8-11.5 7.7-17.2 11.5L5.2 29C3 30.4.1 31.8 0 34.8c-.1 3.3 0 6.7 0 10v16c0 2.9-.6 6.3 2.1 8.1 6.4 4.4 12.9 8.6 19.4 12.9 8 5.3 16 10.7 24 16 2.2 1.5 4.4 3.1 7.1 1.3 2.3-1.5 4.5-3 6.8-4.5 8.9-5.9 17.8-11.9 26.7-17.8l9.9-6.6c.6-.4 1.3-.8 1.9-1.3 1.4-1 2-2.4 2-4.1V37.3c.1-1.1.2-2.1.1-3.1 0-.1 0 .2 0 0zM54.3 12.3 88 34.8 73 44.9 54.3 32.4V12.3zm-8.6 0v20L27.1 44.8 12 34.8l33.7-22.5zM8.6 42.8 19.3 50 8.6 57.2V42.8zm37.1 44.9L12 65.2l15-10.1 18.6 12.5v20.1zM50 60.2 34.8 50 50 39.8 65.2 50 50 60.2zm4.3 27.5v-20l18.6-12.5 15 10.1-33.6 22.4zm37.1-30.5L80.7 50l10.8-7.2-.1 14.4z">
</path>
</svg>
</span>
</div>
<div class="glass"></div>
<div class="content">
<span class="title">CODEPEN (3D)</span>
<span class="text">The best place to build, test, and discover front-end code.</span>
</div>
<div class="bottom">
<div class="social-buttons-container">
<button class="social-button .social-button1">
<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg" class="svg">
<path
d="M 9.9980469 3 C 6.1390469 3 3 6.1419531 3 10.001953 L 3 20.001953 C 3 23.860953 6.1419531 27 10.001953 27 L 20.001953 27 C 23.860953 27 27 23.858047 27 19.998047 L 27 9.9980469 C 27 6.1390469 23.858047 3 19.998047 3 L 9.9980469 3 z M 22 7 C 22.552 7 23 7.448 23 8 C 23 8.552 22.552 9 22 9 C 21.448 9 21 8.552 21 8 C 21 7.448 21.448 7 22 7 z M 15 9 C 18.309 9 21 11.691 21 15 C 21 18.309 18.309 21 15 21 C 11.691 21 9 18.309 9 15 C 9 11.691 11.691 9 15 9 z M 15 11 A 4 4 0 0 0 11 15 A 4 4 0 0 0 15 19 A 4 4 0 0 0 19 15 A 4 4 0 0 0 15 11 z">
</path>
</svg></button>
<button class="social-button .social-button2">
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" class="svg">
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
</path>
</svg>
</button>
<button class="social-button .social-button3">
<svg viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg" class="svg">
<path
d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z">
</path>
</svg>
</button>
</div>
<div class="view-more">
<button class="view-more-button">View more</button>
<svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
stroke-linecap="round" stroke-linejoin="round">
<path d="m6 9 6 6 6-6" />
</svg>
</div>
</div>
</div>
</div>
</div>
<div class="main-box box4">
<div class="card4">
<div class="dot-container-main">
<span class="dot dot1 size-5"></span>
<span class="dot dot2 size-5"></span>
<span class="dot dot3 size-5"></span>
<span class="dot dot4 size-5"></span>
<span class="dot dot5 size-5"></span>
<span class="dot dot6 size-5"></span>
<span class="dot dot7 size-5"></span>
<span class="dot dot8 size-5"></span>
<span class="dot dot9 size-5"></span>
<span class="dot dot10 size-5"></span>
<span class="dot dot11 size-5"></span>
<span class="dot dot12 size-5"></span>
<span class="dot dot13 size-5"></span>
<span class="dot dot14 size-5"></span>
<span class="dot dot15 size-5"></span>
<span class="dot dot16 size-5"></span>
<span class="dot dot17 size-5"></span>
<span class="dot dot18 size-5"></span>
<span class="dot dot19 size-5"></span>
<span class="dot dot20 size-5"></span>
<span class="dot dot21 size-5"></span>
<span class="dot dot22 size-5"></span>
<span class="dot dot23 size-5"></span>
<span class="dot dot24 size-5"></span>
<span class="dot dot25 size-5"></span>
<span class="dot dot26 size-5"></span>
<span class="dot dot27 size-5"></span>
<span class="dot dot28 size-5"></span>
<span class="dot dot29 size-5"></span>
<span class="dot dot30 size-5"></span>
<span class="dot dot31 size-5"></span>
<span class="dot dot32 size-5"></span>
<span class="dot dot33 size-5"></span>
<span class="dot dot34 size-5"></span>
<span class="dot dot35 size-5"></span>
<span class="dot dot36 size-5"></span>
<span class="dot dot37 size-5"></span>
<span class="dot dot38 size-5"></span>
<span class="dot dot39 size-5"></span>
<span class="dot dot40 size-5"></span>
<span class="dot dot41 size-5"></span>
<span class="dot dot42 size-5"></span>
<span class="dot dot43 size-5"></span>
<span class="dot dot44 size-5"></span>
<span class="dot dot45 size-5"></span>
<span class="dot dot46 size-5"></span>
<span class="dot dot47 size-5"></span>
<span class="dot dot48 size-5"></span>
<span class="dot dot49 size-5"></span>
<span class="dot dot50 size-5"></span>
<span class="dot dot51 size-5"></span>
<span class="dot dot52 size-10"></span>
<span class="dot dot53 size-10"></span>
<span class="dot dot54 size-10"></span>
<span class="dot dot55 size-10"></span>
<span class="dot dot56 size-10"></span>
<span class="dot dot57 size-10"></span>
<span class="dot dot58 size-10"></span>
<span class="dot dot59 size-10"></span>
<span class="dot dot60 size-10"></span>
<span class="dot dot61 size-10"></span>
<span class="dot dot62 size-10"></span>
<span class="dot dot63 size-10"></span>
<span class="dot dot64 size-10"></span>
<span class="dot dot65 size-10"></span>
<span class="dot dot66 size-10"></span>
<span class="dot dot67 size-10"></span>
<span class="dot dot68 size-10"></span>
<span class="dot dot69 size-10"></span>
<span class="dot dot70 size-10"></span>
<span class="dot dot71 size-10"></span>
<span class="dot dot72 size-15"></span>
<span class="dot dot73 size-15"></span>
<span class="dot dot74 size-15"></span>
<span class="dot dot75 size-15"></span>
<span class="dot dot76 size-20">
<svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
<path
d="M 9.9980469 3 C 6.1390469 3 3 6.1419531 3 10.001953 L 3 20.001953 C 3 23.860953 6.1419531 27 10.001953 27 L 20.001953 27 C 23.860953 27 27 23.858047 27 19.998047 L 27 9.9980469 C 27 6.1390469 23.858047 3 19.998047 3 L 9.9980469 3 z M 22 7 C 22.552 7 23 7.448 23 8 C 23 8.552 22.552 9 22 9 C 21.448 9 21 8.552 21 8 C 21 7.448 21.448 7 22 7 z M 15 9 C 18.309 9 21 11.691 21 15 C 21 18.309 18.309 21 15 21 C 11.691 21 9 18.309 9 15 C 9 11.691 11.691 9 15 9 z M 15 11 A 4 4 0 0 0 11 15 A 4 4 0 0 0 15 19 A 4 4 0 0 0 19 15 A 4 4 0 0 0 15 11 z" />
</svg>
</span>
<span class="dot dot77 size-20">
<svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" />
</svg>
</span>
<span class="dot dot78 size-20">
<svg class="svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<path
d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z" />
</svg>
</span>
<span class="dot dot79 size-15"></span>
<span class="dot dot80 size-5"></span>
<span class="dot dot81 size-5"></span>
<span class="dot dot82 size-5"></span>
<span class="dot dot83 size-5"></span>
</div>
<div class="text">UIVERS.IO</div>
</div>
</div>
<div class="main-box box5">
<div class="card5">
<div class="border"></div>
<div class="content">
<div class="logo">
<div class="logo1">
<svg id="logo-main" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.667 31.69">
<path id="Path_6" data-name="Path 6"
d="M12.827,1.628A1.561,1.561,0,0,1,14.31,0h2.964a1.561,1.561,0,0,1,1.483,1.628v11.9a9.252,9.252,0,0,1-2.432,6.852q-2.432,2.409-6.963,2.409T2.4,20.452Q0,18.094,0,13.669V1.628A1.561,1.561,0,0,1,1.483,0h2.98A1.561,1.561,0,0,1,5.947,1.628V13.191a5.635,5.635,0,0,0,.85,3.451,3.153,3.153,0,0,0,2.632,1.094,3.032,3.032,0,0,0,2.582-1.076,5.836,5.836,0,0,0,.816-3.486Z"
transform="translate(0 0)" />
<path id="Path_7" data-name="Path 7"
d="M75.207,20.857a1.561,1.561,0,0,1-1.483,1.628h-2.98a1.561,1.561,0,0,1-1.483-1.628V1.628A1.561,1.561,0,0,1,70.743,0h2.98a1.561,1.561,0,0,1,1.483,1.628Z"
transform="translate(-45.91 0)" />
<path id="Path_8" data-name="Path 8"
d="M0,80.018A1.561,1.561,0,0,1,1.483,78.39h26.7a1.561,1.561,0,0,1,1.483,1.628v2.006a1.561,1.561,0,0,1-1.483,1.628H1.483A1.561,1.561,0,0,1,0,82.025Z"
transform="translate(0 -51.963)" />
</svg>
</div>
<div class="logo2">
<svg id="logo-second" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 101.014 23.535">
<g transform="translate(-1029.734 -528.273)">
<path id="Path_1" data-name="Path 1"
d="M109.133,14.214l3.248-11.706A1.8,1.8,0,0,1,114.114,1.2h2.229a1.789,1.789,0,0,1,1.7,2.358L111.884,21.71a1.8,1.8,0,0,1-1.7,1.216h-3a1.8,1.8,0,0,1-1.7-1.216L99.317,3.554a1.789,1.789,0,0,1,1.7-2.358h2.229a1.8,1.8,0,0,1,1.734,1.312l3.248,11.706a.468.468,0,0,0,.9,0Z"
transform="translate(931.023 527.979)" />
<path id="Path_2" data-name="Path 2"
d="M173.783,22.535a10.77,10.77,0,0,1-7.831-2.933,10.387,10.387,0,0,1-3.021-7.813v-.562A13.067,13.067,0,0,1,164.2,5.372,9.315,9.315,0,0,1,167.81,1.4,10.176,10.176,0,0,1,173.136,0,9.105,9.105,0,0,1,180.2,2.812q2.576,2.812,2.577,7.973v.583a1.793,1.793,0,0,1-1.8,1.787H169.407a.466.466,0,0,0-.457.564,5.08,5.08,0,0,0,5.217,4.136A6.594,6.594,0,0,0,178.25,16.6a1.817,1.817,0,0,1,2.448.218l.557.62a1.771,1.771,0,0,1-.1,2.488,9.261,9.261,0,0,1-2.4,1.57,11.732,11.732,0,0,1-4.972,1.034ZM173.115,4.68A3.66,3.66,0,0,0,170.3,5.85,6.04,6.04,0,0,0,168.911,9.2h8.125V8.735a4.305,4.305,0,0,0-1.051-3,3.781,3.781,0,0,0-2.87-1.059Z"
transform="translate(888.72 528.773)" />
<path id="Path_3" data-name="Path 3"
d="M244.851,3.928a1.852,1.852,0,0,1-1.95,1.76c-.1,0-.2,0-.3,0a7.53,7.53,0,0,0-2.234.3,3.275,3.275,0,0,0-2.348,3.1V20.347a1.844,1.844,0,0,1-1.9,1.787h-2.366a1.844,1.844,0,0,1-1.9-1.787V1.751A1.391,1.391,0,0,1,233.294.4h3.043a1.4,1.4,0,0,1,1.428,1.265l.035.533a.282.282,0,0,0,.5.138A5.617,5.617,0,0,1,242.988,0h.031a1.832,1.832,0,0,1,1.864,1.813l-.032,2.114Z"
transform="translate(842.947 528.771)" />
<path id="Path_4" data-name="Path 4"
d="M287.2,16.127a1.869,1.869,0,0,0-1.061-1.677,12.11,12.11,0,0,0-3.406-1.095q-7.8-1.627-7.8-6.587a5.956,5.956,0,0,1,2.415-4.83A9.781,9.781,0,0,1,283.659,0a10.536,10.536,0,0,1,6.659,1.948,6.36,6.36,0,0,1,2.029,2.586,1.791,1.791,0,0,1-1.661,2.475h-2.291a1.754,1.754,0,0,1-1.624-1.137,2.7,2.7,0,0,0-.606-.922,3.435,3.435,0,0,0-2.526-.814,3.512,3.512,0,0,0-2.284.663,2.088,2.088,0,0,0-.808,1.687,1.786,1.786,0,0,0,.92,1.557,9.485,9.485,0,0,0,3.1,1.024,25.5,25.5,0,0,1,3.678.974q4.627,1.687,4.628,5.844a5.659,5.659,0,0,1-2.567,4.81,11.125,11.125,0,0,1-6.629,1.838,11.627,11.627,0,0,1-4.881-.974,8.173,8.173,0,0,1-3.345-2.671,6.843,6.843,0,0,1-.679-1.174,1.784,1.784,0,0,1,1.653-2.492h1.9a1.786,1.786,0,0,1,1.673,1.133,2.8,2.8,0,0,0,.925,1.237,4.587,4.587,0,0,0,2.87.824,4.251,4.251,0,0,0,2.536-.632,1.965,1.965,0,0,0,.859-1.657Z"
transform="translate(814.555 528.773)" />
<path id="Path_5" data-name="Path 5"
d="M348.648,22.535a10.77,10.77,0,0,1-7.832-2.933,10.386,10.386,0,0,1-3.021-7.813v-.562a13.067,13.067,0,0,1,1.273-5.854A9.314,9.314,0,0,1,342.676,1.4,10.174,10.174,0,0,1,348,0a9.1,9.1,0,0,1,7.063,2.812q2.576,2.812,2.577,7.973v.583a1.793,1.793,0,0,1-1.8,1.787H344.272a.467.467,0,0,0-.457.564,5.081,5.081,0,0,0,5.217,4.136,6.594,6.594,0,0,0,4.083-1.251,1.817,1.817,0,0,1,2.448.218l.557.62a1.771,1.771,0,0,1-.1,2.488,9.26,9.26,0,0,1-2.4,1.57,11.731,11.731,0,0,1-4.972,1.034ZM347.981,4.68a3.659,3.659,0,0,0-2.819,1.17A6.035,6.035,0,0,0,343.777,9.2H351.9V8.735a4.307,4.307,0,0,0-1.051-3,3.781,3.781,0,0,0-2.87-1.059Z"
transform="translate(772.607 528.773)" />
</g>
</svg>
</div>
<span class="trail"></span>
</div>
<span class="logo-bottom-text">uiverse.io</span>
</div>
<span class="bottom-text">universe of ui</span>
</div>
</div>
<div class="main-box box6">
<div class="card6">
<div class="top-section">
<div class="border"></div>
<div class="icons">
<div class="logo">
<svg viewBox="0 0 100 100" fill="white">
<path
d="M100 34.2c-.4-2.6-3.3-4-5.3-5.3-3.6-2.4-7.1-4.7-10.7-7.1-8.5-5.7-17.1-11.4-25.6-17.1-2-1.3-4-2.7-6-4-1.4-1-3.3-1-4.8 0-5.7 3.8-11.5 7.7-17.2 11.5L5.2 29C3 30.4.1 31.8 0 34.8c-.1 3.3 0 6.7 0 10v16c0 2.9-.6 6.3 2.1 8.1 6.4 4.4 12.9 8.6 19.4 12.9 8 5.3 16 10.7 24 16 2.2 1.5 4.4 3.1 7.1 1.3 2.3-1.5 4.5-3 6.8-4.5 8.9-5.9 17.8-11.9 26.7-17.8l9.9-6.6c.6-.4 1.3-.8 1.9-1.3 1.4-1 2-2.4 2-4.1V37.3c.1-1.1.2-2.1.1-3.1 0-.1 0 .2 0 0zM54.3 12.3 88 34.8 73 44.9 54.3 32.4V12.3zm-8.6 0v20L27.1 44.8 12 34.8l33.7-22.5zM8.6 42.8 19.3 50 8.6 57.2V42.8zm37.1 44.9L12 65.2l15-10.1 18.6 12.5v20.1zM50 60.2 34.8 50 50 39.8 65.2 50 50 60.2zm4.3 27.5v-20l18.6-12.5 15 10.1-33.6 22.4zm37.1-30.5L80.7 50l10.8-7.2-.1 14.4z">
</path>
</svg>
</div>
<div class="social-media">
<svg class="svg" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg">
<path
d="M 9.9980469 3 C 6.1390469 3 3 6.1419531 3 10.001953 L 3 20.001953 C 3 23.860953 6.1419531 27 10.001953 27 L 20.001953 27 C 23.860953 27 27 23.858047 27 19.998047 L 27 9.9980469 C 27 6.1390469 23.858047 3 19.998047 3 L 9.9980469 3 z M 22 7 C 22.552 7 23 7.448 23 8 C 23 8.552 22.552 9 22 9 C 21.448 9 21 8.552 21 8 C 21 7.448 21.448 7 22 7 z M 15 9 C 18.309 9 21 11.691 21 15 C 21 18.309 18.309 21 15 21 C 11.691 21 9 18.309 9 15 C 9 11.691 11.691 9 15 9 z M 15 11 A 4 4 0 0 0 11 15 A 4 4 0 0 0 15 19 A 4 4 0 0 0 19 15 A 4 4 0 0 0 15 11 z">
</path>
</svg>
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" class="svg">
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z">
</path>
</svg>
<svg viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg" class="svg">
<path
d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z">
</path>
</svg>
</div>
</div>
</div>
<div class="bottom-section">
<h1 class="title">CODEPEN</h1>
<div class=" row row1">
<div class="item">
<span class="big-text">Build</span>
<span class="regular-text">Build Projects</span>
</div>
<div class="item">
<span class="big-text">Learn</span>
<span class="regular-text">Upgrade skills</span>
</div>
<div class="item">
<span class="big-text">Share</span>
<span class="regular-text">Find Ideas</span>
</div>
</div>
</div>
</div>
</div>
<div class="main-box box7">
<div class="card7">
<button class="mail">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-mail">
<rect width="20" height="16" x="2" y="4" rx="2" />
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
</svg>
</button>
<div class="profile-pic profile-pic1">
<img src="https://i.dailymail.co.uk/i/pix/2013/05/29/article-2332259-1A0B1F8B000005DC-406_634x883.jpg"
alt="pic">
</div>
<div class="bottom">
<div class="content">
<span class="name">My Name</span>
<span class="about-me">Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis,
similique?</span>
</div>
<div class="bottom-bottom">
<div class="social-links-container">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15.999" viewBox="0 0 16 15.999">
<path id="Subtraction_4" data-name="Subtraction 4"
d="M6-582H-2a4,4,0,0,1-4-4v-8a4,4,0,0,1,4-4H6a4,4,0,0,1,4,4v8A4,4,0,0,1,6-582ZM2-594a4,4,0,0,0-4,4,4,4,0,0,0,4,4,4,4,0,0,0,4-4A4.005,4.005,0,0,0,2-594Zm4.5-2a1,1,0,0,0-1,1,1,1,0,0,0,1,1,1,1,0,0,0,1-1A1,1,0,0,0,6.5-596ZM2-587.5A2.5,2.5,0,0,1-.5-590,2.5,2.5,0,0,1,2-592.5,2.5,2.5,0,0,1,4.5-590,2.5,2.5,0,0,1,2-587.5Z"
transform="translate(6 598)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 496 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg>
</div>
<button class="button">Contact Me</button>
</div>
</div>
</div>
</div>
</div>
<!-- -------dark theme------------- -->
<div class="container dark-container">
<div class="main-box box8 dark grid">
<div class="card8">
<div class="card-main">
<div class="content-box">
<h1 class="card-title">3D Card</h1>
<p class="card-content">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere sequi illo nam repudiandae
tempore quaerat veritatis doloremque omnis molestias id.
</p>
<span class="see-more">See More</span>
</div>
<div class="date-box">
<span class="month">JUNE</span>
<span class="date">29</span>
</div>
</div>
</div>
<div class="card8 card8_2">
<div class="card-main">
<div class="content-box">
<h1 class="card-title">3D Card</h1>
<p class="card-content">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere sequi illo nam repudiandae
tempore quaerat veritatis doloremque omnis molestias id.
</p>
<span class="see-more">See More</span>
</div>
<div class="date-box">
<span class="month">JUNE</span>
<span class="date">29</span>
</div>
</div>
</div>
<div class="card8 card8_3">
<div class="card-main">
<div class="content-box">
<h1 class="card-title">3D Card</h1>
<p class="card-content">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere sequi illo nam repudiandae
tempore quaerat veritatis doloremque omnis molestias id.
</p>
<span class="see-more">See More</span>
</div>
<div class="date-box">
<span class="month">JUNE</span>
<span class="date">29</span>
</div>
</div>
</div>
<div class="card8 card8_4">
<div class="card-main">
<div class="content-box">
<h1 class="card-title">3D Card</h1>
<p class="card-content">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere sequi illo nam repudiandae
tempore quaerat veritatis doloremque omnis molestias id.
</p>
<span class="see-more">See More</span>
</div>
<div class="date-box">
<span class="month">JUNE</span>
<span class="date">29</span>
</div>
</div>
</div>
</div>
<div class="main-box box9 dark grid">
<div class="card9">
<div class="boxshadow"></div>
<div class="main">
<div class="top"></div>
<div class="left side"></div>
<div class="right side"></div>
<div class="title">TITLE</div>
<div class="button-container">
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="red" fill="none" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line>
</svg>
</button>
<button class="button"><svg class="svg twitter" xmlns="http://www.w3.org/2000/svg" height="24"
width="24" fill="red" viewBox="0 0 512 512">
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z">
</path>
</svg>
</button>
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4">
</path>
<path d="M9 18c-4.51 2-5-2-7-2"></path>
</svg>
</button>
</div>
</div>
</div>
<div class="card9 card9_2">
<div class="boxshadow"></div>
<div class="main">
<div class="top"></div>
<div class="left side"></div>
<div class="right side"></div>
<div class="title">TITLE</div>
<div class="button-container">
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="red" fill="none" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line>
</svg>
</button>
<button class="button"><svg class="svg twitter" xmlns="http://www.w3.org/2000/svg" height="24"
width="24" fill="red" viewBox="0 0 512 512">
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z">
</path>
</svg>
</button>
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4">
</path>
<path d="M9 18c-4.51 2-5-2-7-2"></path>
</svg>
</button>
</div>
</div>
</div>
<div class="card9 card9_3">
<div class="boxshadow"></div>
<div class="main">
<div class="top"></div>
<div class="left side"></div>
<div class="right side"></div>
<div class="title">TITLE</div>
<div class="button-container">
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="red" fill="none" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line>
</svg>
</button>
<button class="button"><svg class="svg twitter" xmlns="http://www.w3.org/2000/svg" height="24"
width="24" fill="red" viewBox="0 0 512 512">
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z">
</path>
</svg>
</button>
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4">
</path>
<path d="M9 18c-4.51 2-5-2-7-2"></path>
</svg>
</button>
</div>
</div>
</div>
<div class="card9 card9_4">
<div class="boxshadow"></div>
<div class="main">
<div class="top"></div>
<div class="left side"></div>
<div class="right side"></div>
<div class="title">TITLE</div>
<div class="button-container">
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" stroke="red" fill="none" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line>
</svg>
</button>
<button class="button"><svg class="svg twitter" xmlns="http://www.w3.org/2000/svg" height="24"
width="24" fill="red" viewBox="0 0 512 512">
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z">
</path>
</svg>
</button>
<button class="button"><svg class="svg" xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4">
</path>
<path d="M9 18c-4.51 2-5-2-7-2"></path>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="container dark-container">
<div class="main-box box10 dark grid">
<div class="card10">
<div class="card-main">
<div class="card-img-shadow"><img
src="https://variety.com/wp-content/uploads/2022/05/SRV-12030_R.jpg" alt="wanda"></div>
<div class="card-content">
<h2> Scarlet Witch</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam rerum consectetur commodi,</p>
<div class="button-shadow">
<button class="card-button">View More </button>
</div>
</div>
</div>
</div>
<div class="card10 card10_2">
<div class="card-main">
<div class="card-img-shadow"><img
src="https://free4kwallpapers.com/uploads/originals/2017/01/30/agent-natasha-romanoff-wallpaper.jpg"
alt="natasha"></div>
<div class="card-content">
<h2>Natasha Romanoff</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam rerum consectetur commodi,</p>
<div class="button-shadow">
<button class="card-button">View More </button>
</div>
</div>
</div>
</div>
<div class="card10 card10_3">
<div class="card-main">
<div class="card-img-shadow"><img
src="https://estaticos-cdn.sport.es/clip/76d5c74a-111d-4482-896f-4910500d901b_media-libre-aspect-ratio_default_0.jpg"
alt="thor"></div>
<div class="card-content">
<h2>Mighty Thor</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam rerum consectetur commodi,</p>
<div class="button-shadow">
<button class="card-button">View More </button>
</div>
</div>
</div>
</div>
</div>
</div>
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
}
.container {
padding: 1rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 1rem;
background: rgb(255, 255, 255);
&:nth-child(2) {
counter-increment: myCounter 7;
}
}
.dark-container {
background: black;
.main-box {
&::before {
color: rgb(89, 89, 89);
}
&:hover {
&::before {
color: white;
}
}
}
}
.main-box {
background: rgb(247, 247, 247);
height: 400px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 1rem;
padding: 2rem;
position: relative;
counter-increment: myCounter;
&::before {
content: counter(myCounter);
position: absolute;
top: 1rem;
left: 1rem;
color: rgb(202, 202, 202);
}
&:hover {
&::before {
color: black;
font-weight: bold;
}
}
}
.grid {
height: unset;
background: rgb(20, 20, 20);
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
justify-items: center;
align-items: center;
}
.card1 {
width: 250px;
height: 250px;
background: lightgrey;
border-radius: 40px;
overflow: hidden;
position: relative;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
.background {
position: absolute;
inset: 0;
background: radial-gradient(
circle at 100% 107%,
#ff89cc 0%,
#9cb8ec 30%,
#00ffee 60%,
#62c2fe 100%
);
}
.logo {
position: absolute;
right: 50%;
bottom: 50%;
transform: translate(50%, 50%);
transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
.logo-svg {
fill: white;
width: 40px;
height: 40px;
}
}
.box {
position: absolute;
padding: 10px;
backdrop-filter: blur(5px);
background: rgba(255, 255, 255, 0.389);
border-top: 2px solid rgb(255, 255, 255);
border-right: 1px solid white;
border-radius: 10% 13% 42% 0% / 10% 12% 75% 0%;
box-shadow: rgba(100, 100, 111, 0.364) -7px 7px 29px 0px;
transform-origin: bottom left;
transition: all 1s ease-in-out;
.icon {
display: inline-block;
width: 20px;
height: 20px;
position: absolute;
top: 15px;
right: 15px;
.svg {
fill: rgba(255, 255, 255, 0.797);
width: 100%;
transition: all 0.5s ease-in-out;
}
}
&::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
opacity: 0;
transition: all 0.5s ease-in-out;
}
&:hover {
.svg {
fill: white;
}
}
}
.box1 {
width: 70%;
height: 70%;
bottom: -50%;
left: -50%;
&::before {
background: radial-gradient(
circle at 30% 107%,
#fdf497 0%,
#fdf497 5%,
#ff53d4 60%,
#62c2fe 90%
);
}
&:hover {
&::before {
opacity: 1;
}
.icon {
.svg {
filter: drop-shadow(0 0 5px white);
}
}
}
}
.box2 {
width: 50%;
height: 50%;
bottom: -35%;
left: -35%;
transition-delay: 0.2s;
&::before {
background: radial-gradient(circle at 30% 107%, #91e9ff 0%, #00acee 90%);
}
&:hover {
&::before {
opacity: 1;
}
.icon {
.svg {
filter: drop-shadow(0 0 5px white);
}
}
}
}
.box3 {
width: 30%;
height: 30%;
bottom: -20%;
left: -20%;
transition-delay: 0.4s;
&::before {
background: radial-gradient(circle at 30% 107%, #969fff 0%, #b349ff 90%);
}
&:hover {
&::before {
opacity: 1;
}
.icon {
.svg {
filter: drop-shadow(0 0 5px white);
}
}
}
}
.box4 {
width: 10%;
height: 10%;
bottom: -5%;
left: -5%;
transition-delay: 0.6s;
}
&:hover {
transform: scale(1.1);
.box {
bottom: -1px;
left: -1px;
}
.logo {
transform: translate(0, 0);
bottom: 20px;
right: 20px;
}
}
}
.card2 {
position: relative;
width: 230px;
height: 300px;
background: linear-gradient(-45deg, rgb(0, 153, 255) 0%, cyan 100%);
overflow: hidden;
border: 1px solid black;
// border-radius: 20px;
box-shadow: rgba(141, 177, 205, 0.618) 0px 40px 30px -25px;
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
.logo {
width: 50px;
padding: 1rem;
.svg {
fill: white;
}
}
.title {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: White;
font-weight: 900;
font-size: 1.1rem;
text-align: center;
}
.icons-container {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
padding: 1rem;
z-index: 999;
.svg {
stroke: white;
width: 20px;
transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
&:hover {
transform: scale(1.5);
stroke: black;
}
}
.twitter {
fill: white;
&:hover {
fill: black;
stroke: none;
}
}
}
.box {
position: absolute;
width: 100%;
height: 100%;
box-shadow: rgba(66, 66, 66, 0.349) 5px 0px 10px 0px inset;
transition: all 0.5s ease-in-out;
display: grid;
place-content: center;
padding: 2rem 2rem 3rem 2rem;
border: 1px solid black;
.content {
position: relative;
transform: translateY(-100%);
opacity: 0;
transition: all 0.5s ease-in-out 0.3s;
.box-title {
display: block;
color: white;
font-size: 1.2rem;
font-weight: 900;
margin-bottom: 1rem;
}
.box-text {
color: rgba(255, 255, 255, 0.738);
font-size: 0.8rem;
}
}
&:hover {
right: 0;
top: 0;
border-radius: 0;
border: 1px solid transparent;
box-shadow: rgba(66, 66, 66, 0) 5px 0px 10px 0px inset;
.content {
transform: translate(0, 0);
opacity: 1;
}
}
}
.box1 {
top: -85%;
right: -40%;
background: rgb(255, 112, 60);
border-radius: 200px;
}
.box2 {
top: -70%;
right: -45%;
background: rgb(255, 174, 0);
border-radius: 200px;
}
.box3 {
top: -62%;
right: -30%;
background: rgb(255, 194, 52);
border-radius: 200px;
}
&:hover {
transform: scale(1.05);
box-shadow: rgba(141, 177, 205, 0.618) 0px 30px 30px -25px;
}
}
.card3 {
width: 300px;
height: 300px;
perspective: 1000px;
.card-main {
height: 100%;
border-radius: 50px;
background: linear-gradient(
135deg,
rgba(0, 255, 214, 1) 0%,
rgba(8, 226, 96, 1) 100%
);
transition: all 0.5s ease-in-out;
transform-style: preserve-3d;
box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px,
rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
.logo {
position: absolute;
right: 0;
top: 0;
transform-style: preserve-3d;
.circle {
display: block;
position: absolute;
aspect-ratio: 1;
border-radius: 50%;
top: 0;
right: 0;
box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
backdrop-filter: blur(5px);
background: rgba(0, 249, 203, 0.2);
transition: all 0.5s ease-in-out;
}
.circle1 {
width: 170px;
transform: translate3d(0, 0, 20px);
top: 8px;
right: 8px;
}
.circle2 {
width: 140px;
transform: translate3d(0, 0, 40px);
top: 10px;
right: 10px;
backdrop-filter: blur(1px);
transition-delay: 0.4s;
}
.circle3 {
width: 110px;
transform: translate3d(0, 0, 60px);
top: 17px;
right: 17px;
transition-delay: 0.8s;
}
.circle4 {
width: 80px;
transform: translate3d(0, 0, 80px);
top: 23px;
right: 23px;
transition-delay: 1.2s;
}
.circle5 {
width: 50px;
transform: translate3d(0, 0, 100px);
top: 30px;
right: 30px;
display: grid;
place-content: center;
transition-delay: 1.6s;
.svg {
width: 20px;
fill: white;
}
}
}
.glass {
transform-style: preserve-3d;
position: absolute;
inset: 8px;
border-radius: 55px;
border-top-right-radius: 100%;
background: linear-gradient(
0deg,
rgba(255, 255, 255, 0.349) 0%,
rgba(255, 255, 255, 0.815) 100%
);
backdrop-filter: blur(5px);
transform: translate3d(0px, 0px, 25px);
border-left: 1px solid white;
border-bottom: 1px solid white;
transition: all 0.5s ease-in-out;
}
.content {
padding: 100px 60px 0px 30px;
transform: translate3d(0, 0, 26px);
.title {
display: block;
color: #00894d;
font-weight: 900;
font-size: 20px;
}
.text {
display: block;
color: #00894ec3;
font-size: 15px;
margin-top: 20px;
}
}
.bottom {
padding: 10px 12px;
transform-style: preserve-3d;
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
display: flex;
align-items: center;
justify-content: space-between;
transform: translate3d(0, 0, 26px);
.view-more {
display: flex;
align-items: center;
width: 40%;
justify-content: flex-end;
transition: all 0.2s ease-in-out;
&:hover {
transform: translate3d(0, 0, 10px);
}
.view-more-button {
background: none;
border: none;
color: #00c37b;
font-weight: bolder;
font-size: 12px;
}
.svg {
fill: none;
stroke: #00c37b;
stroke-width: 3px;
max-height: 15px;
}
}
.social-buttons-container {
display: flex;
gap: 10px;
transform-style: preserve-3d;
.social-button {
width: 30px;
aspect-ratio: 1;
padding: 5px;
background: rgb(255, 255, 255);
border-radius: 50%;
border: none;
display: grid;
place-content: center;
box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
&:first-child {
transition: transform 0.2s ease-in-out 0.4s,
box-shadow 0.2s ease-in-out 0.4s;
}
&:nth-child(2) {
transition: transform 0.2s ease-in-out 0.6s,
box-shadow 0.2s ease-in-out 0.6s;
}
&:nth-child(3) {
transition: transform 0.2s ease-in-out 0.8s,
box-shadow 0.2s ease-in-out 0.8s;
}
.svg {
width: 15px;
fill: #00894d;
}
&:hover {
background: black;
.svg {
fill: white;
}
}
&:active {
background: rgb(255, 234, 0);
.svg {
fill: black;
}
}
}
}
}
}
&:hover {
.card-main {
transform: rotate3d(1, 1, 0, 30deg);
box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px,
rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
.logo {
.circle2 {
transform: translate3d(0, 0, 60px);
}
.circle3 {
transform: translate3d(0, 0, 80px);
}
.circle4 {
transform: translate3d(0, 0, 100px);
}
.circle5 {
transform: translate3d(0, 0, 120px);
}
}
.bottom {
.social-buttons-container {
.social-button {
transform: translate3d(0, 0, 50px);
box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
}
}
}
}
}
}
.card4 {
width: 200px;
height: 300px;
position: relative;
background-image: linear-gradient(
230deg,
rgba(93, 93, 93, 0.03) 0%,
rgba(93, 93, 93, 0.03) 50%,
rgba(78, 78, 78, 0.03) 50%,
rgba(78, 78, 78, 0.03) 100%
),
linear-gradient(
107deg,
rgba(55, 55, 55, 0.01) 0%,
rgba(55, 55, 55, 0.01) 50%,
rgba(170, 170, 170, 0.01) 50%,
rgba(170, 170, 170, 0.01) 100%
),
linear-gradient(
278deg,
rgba(16, 16, 16, 0.03) 0%,
rgba(16, 16, 16, 0.03) 50%,
rgba(24, 24, 24, 0.03) 50%,
rgba(24, 24, 24, 0.03) 100%
),
linear-gradient(
205deg,
rgba(116, 116, 116, 0.03) 0%,
rgba(116, 116, 116, 0.03) 50%,
rgba(0, 0, 0, 0.03) 50%,
rgba(0, 0, 0, 0.03) 100%
),
linear-gradient(
150deg,
rgba(5, 5, 5, 0.03) 0%,
rgba(5, 5, 5, 0.03) 50%,
rgba(80, 80, 80, 0.03) 50%,
rgba(80, 80, 80, 0.03) 100%
),
linear-gradient(
198deg,
rgba(231, 231, 231, 0.03) 0%,
rgba(231, 231, 231, 0.03) 50%,
rgba(26, 26, 26, 0.03) 50%,
rgba(26, 26, 26, 0.03) 100%
),
linear-gradient(
278deg,
rgba(89, 89, 89, 0.03) 0%,
rgba(89, 89, 89, 0.03) 50%,
rgba(26, 26, 26, 0.03) 50%,
rgba(26, 26, 26, 0.03) 100%
),
linear-gradient(
217deg,
rgba(28, 28, 28, 0.03) 0%,
rgba(28, 28, 28, 0.03) 50%,
rgba(202, 202, 202, 0.03) 50%,
rgba(202, 202, 202, 0.03) 100%
),
linear-gradient(
129deg,
rgba(23, 23, 23, 0.03) 0%,
rgba(23, 23, 23, 0.03) 50%,
rgba(244, 244, 244, 0.03) 50%,
rgba(244, 244, 244, 0.03) 100%
),
linear-gradient(135deg, rgb(1, 132, 255), rgb(198, 5, 91));
display: grid;
place-content: center;
border-radius: 20px;
transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
.text {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
font-size: 10px;
letter-spacing: 5px;
color: white;
opacity: 0;
transition: all 1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.size-5 {
width: 5px;
border-radius: 2px;
}
.size-10 {
width: 10px;
border-radius: 4px;
}
.size-15 {
width: 15px;
border-radius: 5px;
}
.size-20 {
width: 20px;
border-radius: 7px;
display: grid;
place-content: center;
border: 1px solid rgb(255, 255, 255);
&::before {
content: "";
inset: 0;
position: absolute;
border-radius: inherit;
background: black;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.svg {
fill: rgba(255, 255, 255, 0);
height: 10px;
width: 10px;
transition: all 0.2s ease-in-out;
}
&:hover {
transform: scale(1.5);
border: none !important;
&::before {
opacity: 1;
}
.svg {
fill: white;
z-index: 99;
}
}
}
.dot-container-main {
width: 95px;
height: 110px;
position: relative;
.dot {
position: absolute;
aspect-ratio: 1;
background: linear-gradient(
45deg,
rgb(255, 255, 255) 0%,
rgba(255, 255, 255, 0.34) 100%
);
border-top: 1px solid rgb(255, 255, 255);
border-right: 1px solid white;
transition: left 1s ease-in-out, top 1s ease-in-out,
transform 0.2s ease-in-out;
&:hover {
transform: scale(1.8);
}
}
// top
.dot1 {
left: -40px;
top: -80px;
}
.dot52 {
left: 010px;
top: -75px;
}
.dot4 {
left: 040px;
top: -50px;
}
.dot3 {
left: -20px;
top: -70px;
}
.dot72 {
left: 050px;
top: -85px;
}
.dot2 {
left: 110px;
top: -30px;
}
.dot53 {
left: 125px;
top: -80px;
}
.dot5 {
left: 100px;
top: -20px;
}
.dot73 {
left: -25px;
top: -50px;
}
.dot6 {
left: 030px;
top: -45px;
}
.dot7 {
left: 080px;
top: -60px;
}
.dot55 {
left: 060px;
top: -30px;
}
.dot8 {
left: 070px;
top: -35px;
}
.dot54 {
left: 120px;
top: -20px;
}
.dot56 {
left: 085px;
top: -05px;
}
.dot10 {
left: 080px;
top: -20px;
}
.dot12 {
left: -40px;
top: -25px;
}
.dot9 {
left: 000px;
top: -50px;
}
.dot76 {
left: 010px;
top: -20px;
}
.dot11 {
left: 110px;
top: 000px;
}
.dot59 {
left: 110px;
top: 030px;
}
.dot14 {
left: 100px;
top: 010px;
}
.dot58 {
left: -20px;
top: 000px;
}
.dot13 {
left: 050px;
top: -10px;
}
.dot15 {
left: 070px;
top: 000px;
}
.dot57 {
left: 030px;
top: 015px;
}
.dot17 {
left: 080px;
top: 010px;
}
.dot19 {
left: 095px;
top: 030px;
}
.dot23 {
left: 130px;
top: 045px;
}
.dot61 {
left: 075px;
top: 020px;
}
.dot28 {
left: 100px;
top: 040px;
}
.dot18 {
left: -35px;
top: 000px;
}
.dot16 {
left: 000px;
top: 020px;
}
.dot20 {
left: -30px;
top: 010px;
}
.dot24 {
left: -30px;
top: 030px;
}
.dot21 {
left: 050px;
top: 010px;
}
.dot65 {
left: 030px;
top: 030px;
}
.dot60 {
left: -15px;
top: 020px;
}
.dot25 {
left: -05px;
top: 040px;
}
.dot30 {
left: 020px;
top: 040px;
}
.dot32 {
left: 000px;
top: 060px;
}
// bottom
.dot78 {
left: -35px;
top: 170px;
}
.dot50 {
left: 120px;
top: 180px;
}
.dot79 {
left: 060px;
top: 170px;
}
.dot69 {
left: 100px;
top: 135px;
}
.dot68 {
left: 110px;
top: 100px;
}
.dot47 {
left: 000px;
top: 175px;
}
.dot71 {
left: 020px;
top: 160px;
}
.dot83 {
left: 100px;
top: 170px;
}
.dot45 {
left: 010px;
top: 160px;
}
.dot67 {
left: 040px;
top: 140px;
}
.dot49 {
left: 045px;
top: 190px;
}
.dot48 {
left: 020px;
top: 180px;
}
.dot46 {
left: 100px;
top: 120px;
}
.dot70 {
left: 080px;
top: 145px;
}
.dot75 {
left: -20px;
top: 140px;
}
.dot82 {
left: 060px;
top: 160px;
}
.dot43 {
left: 050px;
top: 170px;
}
.dot44 {
left: 060px;
top: 130px;
}
.dot77 {
left: 110px;
top: 070px;
}
.dot42 {
left: 090px;
top: 110px;
}
.dot81 {
left: 090px;
top: 140px;
}
.dot62 {
left: 100px;
top: 055px;
}
.dot31 {
left: 085px;
top: 080px;
}
.dot33 {
left: -30px;
top: 130px;
}
.dot80 {
left: 070px;
top: 120px;
}
.dot39 {
left: 030px;
top: 115px;
}
.dot63 {
left: -30px;
top: 055px;
}
.dot41 {
left: 050px;
top: 110px;
}
.dot40 {
left: 040px;
top: 120px;
}
.dot66 {
left: 070px;
top: 095px;
}
.dot37 {
left: 010px;
top: 130px;
}
.dot51 {
left: -05px;
top: 105px;
}
.dot29 {
left: -15px;
top: 090px;
}
.dot38 {
left: 010px;
top: 090px;
}
.dot35 {
left: 050px;
top: 090px;
}
.dot64 {
left: 080px;
top: 045px;
}
.dot34 {
left: 070px;
top: 070px;
}
.dot36 {
left: 065px;
top: 080px;
}
.dot74 {
left: 030px;
top: 070px;
}
.dot26 {
left: 045px;
top: 060px;
}
.dot22 {
left: 060px;
top: 035px;
}
.dot27 {
left: 050px;
top: 070px;
}
}
&:hover {
.text {
opacity: 1;
}
transform: scale(1.1);
.dot1 {
left: 00px;
top: 000px;
}
.dot2 {
left: 90px;
top: 000px;
}
.dot3 {
left: 05px;
top: 005px;
}
.dot4 {
left: 45px;
top: 005px;
}
.dot5 {
left: 85px;
top: 005px;
}
.dot6 {
left: 15px;
top: 010px;
}
.dot7 {
left: 75px;
top: 010px;
}
.dot8 {
left: 55px;
top: 015px;
}
.dot9 {
left: 15px;
top: 020px;
}
.dot10 {
left: 60px;
top: 020px;
}
.dot11 {
left: 90px;
top: 020px;
}
.dot12 {
left: 00px;
top: 025px;
}
.dot13 {
left: 75px;
top: 025px;
}
.dot14 {
left: 85px;
top: 025px;
}
.dot15 {
left: 80px;
top: 030px;
}
.dot16 {
left: 15px;
top: 035px;
}
.dot17 {
left: 75px;
top: 035px;
}
.dot18 {
left: 00px;
top: 040px;
}
.dot19 {
left: 85px;
top: 040px;
}
.dot20 {
left: 05px;
top: 045px;
}
.dot21 {
left: 50px;
top: 045px;
}
.dot22 {
left: 60px;
top: 045px;
}
.dot23 {
left: 90px;
top: 045px;
}
.dot24 {
left: 00px;
top: 050px;
}
.dot25 {
left: 15px;
top: 050px;
}
.dot26 {
left: 45px;
top: 050px;
}
.dot27 {
left: 55px;
top: 050px;
}
.dot28 {
left: 80px;
top: 050px;
}
.dot29 {
left: 10px;
top: 055px;
}
.dot30 {
left: 20px;
top: 055px;
}
.dot31 {
left: 75px;
top: 055px;
}
.dot32 {
left: 25px;
top: 060px;
}
.dot33 {
left: 05px;
top: 065px;
}
.dot34 {
left: 55px;
top: 065px;
}
.dot35 {
left: 30px;
top: 070px;
}
.dot36 {
left: 50px;
top: 070px;
}
.dot37 {
left: 25px;
top: 075px;
}
.dot38 {
left: 35px;
top: 075px;
}
.dot39 {
left: 30px;
top: 090px;
}
.dot40 {
left: 40px;
top: 090px;
}
.dot41 {
left: 50px;
top: 090px;
}
.dot42 {
left: 80px;
top: 090px;
}
.dot43 {
left: 35px;
top: 095px;
}
.dot44 {
left: 55px;
top: 095px;
}
.dot45 {
left: 25px;
top: 100px;
}
.dot46 {
left: 50px;
top: 100px;
}
.dot47 {
left: 20px;
top: 105px;
}
.dot48 {
left: 45px;
top: 105px;
}
.dot49 {
left: 55px;
top: 105px;
}
.dot50 {
left: 90px;
top: 105px;
}
.dot51 {
left: 15px;
top: 060px;
}
.dot52 {
left: 10px;
top: 000px;
}
.dot53 {
left: 75px;
top: 000px;
}
.dot54 {
left: 85px;
top: 010px;
}
.dot55 {
left: 45px;
top: 015px;
}
.dot56 {
left: 75px;
top: 015px;
}
.dot57 {
left: 10px;
top: 025px;
}
.dot58 {
left: 00px;
top: 030px;
}
.dot59 {
left: 85px;
top: 030px;
}
.dot60 {
left: 10px;
top: 040px;
}
.dot61 {
left: 75px;
top: 040px;
}
.dot62 {
left: 85px;
top: 050px;
}
.dot63 {
left: 00px;
top: 055px;
}
.dot64 {
left: 55px;
top: 055px;
}
.dot65 {
left: 30px;
top: 060px;
}
.dot66 {
left: 40px;
top: 070px;
}
.dot67 {
left: 20px;
top: 090px;
}
.dot68 {
left: 85px;
top: 090px;
}
.dot69 {
left: 80px;
top: 100px;
}
.dot70 {
left: 40px;
top: 095px;
}
.dot71 {
left: 30px;
top: 100px;
}
.dot72 {
left: 50px;
top: 000px;
}
.dot73 {
left: 00px;
top: 010px;
}
.dot74 {
left: 40px;
top: 055px;
}
.dot75 {
left: 10px;
top: 065px;
}
.dot76 {
left: 45px;
top: 025px;
}
.dot77 {
left: 75px;
top: 060px;
}
.dot78 {
left: 00px;
top: 090px;
}
.dot79 {
left: 60px;
top: 095px;
}
.dot80 {
left: 60px;
top: 090px;
}
.dot81 {
left: 70px;
top: 090px;
}
.dot82 {
left: 75px;
top: 095px;
}
.dot83 {
left: 75px;
top: 105px;
}
}
}
.card5 {
width: 300px;
height: 200px;
background: #243137;
position: relative;
display: grid;
place-content: center;
border-radius: 10px;
overflow: hidden;
transition: all 0.5s ease-in-out;
.border {
position: absolute;
inset: 0px;
border: 2px solid #bd9f67;
opacity: 0;
transform: rotate(10deg);
transition: all 0.5s ease-in-out;
}
.bottom-text {
position: absolute;
left: 50%;
bottom: 13px;
transform: translateX(-50%);
font-size: 6px;
text-transform: uppercase;
padding: 0px 5px;
color: #bd9f67;
background: #243137;
opacity: 0;
letter-spacing: 7px;
transition: all 0.5s ease-in-out;
}
.content {
transition: all 0.5s ease-in-out;
.logo {
height: 35px;
position: relative;
width: 33px;
overflow: hidden;
transition: all 1s ease-in-out;
#logo-main,
#logo-second {
height: 100%;
}
#logo-main {
fill: #bd9f67;
}
#logo-second {
padding-bottom: 10px;
fill: none;
stroke: #bd9f67;
stroke-width: 1px;
}
.logo1 {
height: 33px;
position: absolute;
left: 0;
}
.logo2 {
height: 33px;
position: absolute;
left: 33px;
}
.trail {
position: absolute;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
}
}
.logo-bottom-text {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin-top: 30px;
color: #bd9f67;
padding-left: 8px;
font-size: 11px;
opacity: 0;
letter-spacing: none;
transition: all 0.5s ease-in-out 0.5s;
}
}
&:hover {
border-radius: 0;
transform: scale(1.1);
.logo {
width: 134px;
animation: opacity 1s ease-in-out;
}
.border {
inset: 15px;
opacity: 1;
transform: rotate(0);
}
.bottom-text {
letter-spacing: 3px;
opacity: 1;
transform: translateX(-50%);
}
.content {
.logo-bottom-text {
opacity: 1;
letter-spacing: 9.5px;
}
}
.trail {
animation: trail 1s ease-in-out;
}
}
}
.card6 {
width: 250px;
border-radius: 20px;
background: #1b233d;
padding: 5px;
overflow: hidden;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
&:hover {
transform: scale(1.05);
}
.top-section {
margin-top: -1px;
height: 150px;
border-radius: 15px;
display: flex;
flex-direction: column;
background: linear-gradient(
45deg,
rgb(4, 159, 187) 0%,
rgb(80, 246, 255) 100%
);
position: relative;
.border {
border-bottom-right-radius: 10px;
height: 30px;
width: 140px;
background: white;
background: #1b233d;
position: relative;
transform: skew(-40deg);
box-shadow: -10px -10px 0 0 #1b233d;
&::before {
content: "";
position: absolute;
width: 15px;
height: 15px;
top: 0;
right: -15px;
background: rgba(255, 255, 255, 0);
border-top-left-radius: 10px;
box-shadow: -5px -5px 0 2px #1b233d, -3px -5px 0 2px #1b233d;
}
}
&::before {
content: "";
position: absolute;
top: 30px;
left: 0;
background: rgba(255, 255, 255, 0);
height: 15px;
width: 15px;
border-top-left-radius: 15px;
box-shadow: -5px -5px 0 2px #1b233d;
}
.icons {
position: absolute;
top: 0;
width: 100%;
height: 30px;
display: flex;
justify-content: space-between;
.logo {
height: 100%;
aspect-ratio: 1;
padding: 7px 0 7px 15px;
.top-section {
height: 100%;
}
}
.social-media {
height: 100%;
padding: 8px 15px;
display: flex;
gap: 10px;
.svg {
height: 100%;
fill: #1b233d;
&:hover {
fill: white;
}
}
}
}
}
.bottom-section {
margin-top: 15px;
padding: 10px 5px;
.title {
font-size: 17px;
color: white;
text-align: center;
letter-spacing: 2px;
}
.row {
display: flex;
justify-content: space-between;
margin-top: 20px;
.item {
flex: 30%;
text-align: center;
padding: 5px;
color: rgba(170, 222, 243, 0.721);
.big-text {
font-size: 12px;
display: block;
}
.regular-text {
font-size: 9px;
}
&:nth-child(2) {
border-left: 1px solid rgba(255, 255, 255, 0.126);
border-right: 1px solid rgba(255, 255, 255, 0.126);
}
}
}
}
}
.card7 {
$card7-color: darken($color: #fcd0ce,$amount: 5);
width: 300px;
height: 300px;
background: white;
border-radius: 32px;
padding: 3px;
position: relative;
transition: all 0.5s ease-in-out;
box-shadow: #604b4a30 0px 70px 30px -50px, rgba(100, 100, 111, 0.103) 0px 0px 29px 0px;
.mail {
position: absolute;
right: 2rem;
top: 1.4rem;
background: transparent;
border: none;
svg {
stroke: $card7-color;
stroke-width: 3px;
&:hover {
stroke: darken($color: $card7-color, $amount: 20);
}
}
}
.profile-pic {
position: absolute;
width: calc(100% - 6px);
height: calc(100% - 6px);
top: 3px;
left: 3px;
border-radius: 29px;
z-index: 1;
border: 0px solid $card7-color;
overflow: hidden;
transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
img {
object-fit: cover;
width: 100%;
height: 100%;
object-position: 0px 0px;
transition: all 0.5s ease-in-out 0s;
}
}
.bottom {
position: absolute;
bottom: 3px;
left: 3px;
right: 3px;
background: $card7-color;
top: 80%;
border-radius: 29px;
z-index: 2;
box-shadow: #604b4a30 0px 5px 5px 0px inset;
overflow: hidden;
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
.content {
position: absolute;
bottom: 0;
left: 1.5rem;
right: 1.5rem;
height: 170px;
.name {
display: block;
font-size: 1.2rem;
color: white;
font-weight: 900;
}
.about-me {
display: block;
font-size: 0.9rem;
color: white;
margin-top: 1rem;
}
}
.bottom-bottom {
position: absolute;
bottom: 1rem;
left: 1.5rem;
right: 1.5rem;
// background: black;
display: flex;
align-items: center;
justify-content: space-between;
.social-links-container {
display: flex;
gap: 1rem;
svg {
height: 20px;
fill: white;
filter: drop-shadow(0 5px 5px #a5848222);
&:hover {
fill: darken($color: $card7-color, $amount: 20);
transform: scale(1.2);
}
}
}
.button {
background: white;
color: $card7-color;
border: none;
border-radius: 20px;
font-size: 0.6rem;
padding: 0.4rem 0.6rem;
box-shadow: #a5848222 0px 5px 5px 0px;
&:hover {
background: darken($color: $card7-color, $amount: 20);
color: white;
}
}
}
}
&:hover {
border-top-left-radius: 55px;
.bottom {
top: 20%;
border-radius: 80px 29px 29px 29px;
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.profile-pic {
width: 100px;
height: 100px;
aspect-ratio: 1;
top: 10px;
left: 10px;
border-radius: 50%;
z-index: 3;
border: 7px solid $card7-color;
box-shadow: #604b4a30 0px 5px 5px 0px;
transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
&:hover {
transform: scale(1.3);
border-radius: 0px;
}
img {
transform: scale(2.5);
object-position: 0px 25px;
transition: all 0.5s ease-in-out 0.5s;
}
}
}
}
.card8 {
width: 260px;
perspective: 1000px;
& * {
font-family: "Jost", sans-serif;
}
&:nth-child(2){ filter: hue-rotate(90deg);}
&:nth-child(3){ filter: hue-rotate(300deg);}
&:nth-child(4){filter: hue-rotate(150deg);}
.card-main {
padding-top: 100px;
transform-style: preserve-3d;
background-image: url("https://images.pexels.com/photos/1629236/pexels-photo-1629236.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
background-position: center center;
width: 100%;
transition: all 0.5s ease-in-out;
border-radius: 10px;
&:hover {
background-position: 80% 20%;
transform: rotate3d(0.5, 1, 0, 30deg);
}
.content-box {
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.811);
border-radius: 0px 0px 10px 10px;
box-shadow: rgba(0, 115, 255, 0.925) 0px 20px 50px -25px;
// box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
transition: all 0.5s ease-in-out;
padding: 50px 25px 25px 25px;
transform-style: preserve-3d;
.card-title {
color: white;
font-size: 25px;
font-weight: 900;
transition: all 0.5s ease-in-out;
transform: translate3d(0px, 0px, 20px);
&:hover {
transform: translate3d(0px, 0px, 50px);
}
}
.card-content {
padding-top: 15px;
font-size: 12px;
color: rgb(185, 185, 185);
transition: all 0.5s ease-in-out;
transform: translate3d(0px, 0px, 20px);
&:hover {
transform: translate3d(0px, 0px, 50px);
}
}
.see-more {
display: block;
font-weight: 900;
font-size: 11px;
text-transform: uppercase;
color: rgb(0, 136, 255);
padding-top: 15px;
transition: all 0.5s ease-in-out;
transform: translate3d(0px, 0px, 20px);
cursor: pointer;
&:hover {
transform: translate3d(0px, 0px, 50px);
}
}
}
.date-box {
position: absolute;
top: 75px;
left: 25px;
height: 60px;
width: 60px;
background-color: rgb(0, 0, 0);
border-radius: 10px;
padding: 10px;
box-shadow: rgb(0, 102, 255) 0px 20px 60px 0px,
rgb(0, 200, 255) 0px 18px 36px -18px;
transform: translate3d(0px, 0px, 50px);
span {
display: block;
text-align: center;
}
.month {
color: white;
font-size: 11px;
font-weight: 700;
}
.date {
font-size: 20px;
font-weight: 900;
color: rgb(0, 136, 255);
}
}
}
}
.card9 {
position: relative;
height: 300px;
width: 230px;
&:nth-child(2) {
filter: hue-rotate(300deg) brightness(1.3);
}
&:nth-child(3) {
filter: hue-rotate(200deg) brightness(1.5);
}
&:nth-child(4) {
filter: hue-rotate(60deg) brightness(3);
}
.boxshadow {
position: absolute;
height: 100%;
width: 100%;
border: 1px solid red;
transform: scale(0.8);
box-shadow: rgba(255, 0, 0, 1) 0px 30px 70px 0px;
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.main {
width: 230px;
height: 300px;
overflow: hidden;
background: red;
background: linear-gradient(
0deg,
rgb(62, 0, 0) 0%,
rgba(255, 0, 0, 1) 60%,
rgb(62, 0, 0) 100%
);
position: relative;
clip-path: polygon(
0 0,
100% 0,
100% 40px,
100% calc(100% - 40px),
calc(100% - 40px) 100%,
40px 100%,
0 calc(100% - 40px)
);
box-shadow: rgba(255, 0, 0, 1) 0px 7px 29px 0px;
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
.top {
position: absolute;
top: 0px;
left: 0;
width: 0px;
height: 0px;
z-index: 2;
border-top: 115px solid black;
border-left: 115px solid transparent;
border-right: 115px solid transparent;
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.side {
position: absolute;
width: 100%;
top: 0;
transform: translateX(-50%);
height: 101%;
background: black;
clip-path: polygon(0% 0%, 50% 0, 95% 45%, 100% 100%, 0% 100%);
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
}
.left {
left: 0;
}
.right {
right: 0;
transform: translateX(50%) scale(-1, 1);
}
.title {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 90px;
font-weight: bold;
font-size: 25px;
opacity: 0;
z-index: -1;
font-family: "Jost", sans-serif;
transition: all 0.2s ease-out 0s;
}
.button-container {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
.button {
position: absolute;
transform: translateX(-50%);
padding: 5px 10px;
clip-path: polygon(0 0, 100% 0, 81% 100%, 21% 100%);
background: black;
border: none;
color: white;
display: grid;
place-content: center;
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
.svg {
width: 15px;
transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
&:nth-child(1) {
bottom: 300px;
transition-delay: 0.4s;
}
&:nth-child(2) {
bottom: 300px;
transition-delay: 0.6s;
}
&:nth-child(3) {
bottom: 300px;
transition-delay: 0.8s;
}
&:hover {
.svg {
transform: scale(1.2);
}
}
&:active {
.svg {
transform: scale(0.7);
}
}
}
}
}
&:hover {
&:hover {
.main {
transform: scale(1.1);
.top {
top: -50px;
}
.left {
left: -50px;
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}
.right {
right: -50px;
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}
.title {
opacity: 1;
transition: all 0.2s ease-out 1.3s;
}
.button-container {
.button {
&:nth-child(1) {
bottom: 80px;
transition-delay: 0.8s;
}
&:nth-child(2) {
bottom: 40px;
transition-delay: 0.6s;
}
&:nth-child(3) {
bottom: 0;
transition-delay: 0.4s;
}
}
}
}
}
}
}
.card10 {
filter: drop-shadow(rgb(255, 100, 0) 0px 0px 1px);
& * {
font-family: "Jost", sans-serif;
}
.card-main {
background: linear-gradient(
240deg,
rgba(0, 0, 0, 1) 0%,
rgba(36, 36, 36, 1) 100%
);
width: 300px;
clip-path: polygon(
0 0,
60% 0,
calc(60% + 10px) 10px,
90% 10px,
calc(90% + 10px) 0,
100% 0,
100% 35%,
calc(100% - 10px) calc(35% + 10px),
calc(100% - 10px) 70%,
100% calc(70% + 10px),
100% calc(100% - 30px),
calc(100% - 30px) 100%,
0 100%,
0 82%,
10px calc(82% - 10px),
10px calc(25%),
0 calc(25% - 10px)
);
transition: all 0.2s linear;
filter: drop-shadow(rgb(255, 0, 0) 0px 0px 10px);
&:hover {
transform: scale(1.05);
}
.card-img-shadow {
filter: drop-shadow(rgb(255, 0, 0) 0px 0px 10px);
img {
width: 100%;
height: 170px;
object-fit: cover;
margin-bottom: 30px;
-webkit-clip-path: polygon(
0 0,
100% 0,
100% 100%,
30px 100%,
0 calc(100% - 30px)
);
clip-path: polygon(
0 0,
100% 0,
100% 100%,
30px 100%,
0 calc(100% - 30px)
);
}
}
.card-content {
margin: 0px 30px;
padding-bottom: 20px;
}
h2 {
color: rgb(255, 128, 0);
text-align: center;
}
p {
margin: 25px 0px;
letter-spacing: 2px;
color: white;
}
.button-shadow {
filter: drop-shadow(rgb(255, 64, 0) 0px 0px 5px);
transition: all 0.2s ease-in;
&:hover {
filter: drop-shadow(rgb(255, 64, 0) 0px 0px 10px);
}
.card-button {
width: 100%;
border: none;
text-align: center;
padding: 10px 0px;
background: linear-gradient(
45deg,
rgb(255, 30, 0) 0%,
rgb(255, 89, 0) 100%
);
-webkit-clip-path: polygon(
0 0,
100% 0%,
100% calc(100% - 15px),
calc(100% - 15px) 100%,
0 100%
);
clip-path: polygon(
0 0,
100% 0%,
100% calc(100% - 15px),
calc(100% - 15px) 100%,
0 100%
);
color: black;
font-weight: 600;
transition: all 0.2s ease-in;
&:hover {
color: white;
}
}
}
}
}
@keyframes opacity {
0% {
border-right: 1px solid transparent;
}
10% {
border-right: 1px solid #bd9f67;
}
80% {
border-right: 1px solid #bd9f67;
}
100% {
border-right: 1px solid transparent;
}
}
@keyframes trail {
0% {
background: linear-gradient(
90deg,
rgba(189, 159, 103, 0) 90%,
rgba(189, 159, 103, 1) 100%
);
opacity: 0;
}
30% {
background: linear-gradient(
90deg,
rgba(189, 159, 103, 0) 70%,
rgba(189, 159, 103, 1) 100%
);
opacity: 1;
}
70% {
background: linear-gradient(
90deg,
rgba(189, 159, 103, 0) 70%,
rgba(189, 159, 103, 1) 100%
);
opacity: 1;
}
95% {
background: linear-gradient(
90deg,
rgba(189, 159, 103, 0) 90%,
rgba(189, 159, 103, 1) 100%
);
opacity: 0;
}
}
Also see: Tab Triggers