���� JFIF fdasasfas213sdaf
Server IP : 88.222.243.144 / Your IP : 216.73.216.210 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/saumasale.in/public_html/assets/css/ |
Upload File : |
@import url('https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body{ min-height: 100vh; margin: 0; font-family: Poppins; color: #1E1E1E; background-color: #CDCDCD; background-image: repeating-linear-gradient( to right, transparent 0 150px, #0001 150px 151px ), repeating-linear-gradient( to bottom, transparent 0 150px, #0001 150px 151px ), linear-gradient(to right, #CDCDCDcc, #CDCDCDcc), url(assets/images/bg.jpg); } *{ padding: 0; margin: 0; } header{ width: min(1200px, 90vw); margin: auto; display: flex; justify-content: space-between; padding-top: 50px; height: 0px; flex-wrap: wrap; } header h1{ font-family: "Karantina", system-ui; font-size: 16vw; line-height: 0.8em; } header .author{ text-align: right; display: flex; flex-direction: column; gap: 10px; } header h3{ font-family: "Karantina", system-ui; font-size: 5vw; } header .author div{ display: flex; justify-content: space-between; align-items: center; } header .author div p:nth-child(2){ font-weight: 500; } header .author img{ width: 250px; } .banner{ margin-top: -50px; height: 100vh; overflow: hidden; position: relative; } .product{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 170px; z-index: 2; width: 500px; transition: 0.7s; } .product .soda{ position: absolute; bottom: 0; left: calc(50%); transform: translateX(-50%); } .soda{ --left: 0px; background: var(--url) var(--left), url(assets/images/mockup.png) 0 0; background-size: auto 100%; width: 280px; aspect-ratio: 2 / 4; background-blend-mode: multiply; transition: 0.8s; mask-image: url(assets/images/mockup.png); mask-size: auto 100%; } .soda:nth-child(2){ opacity: 0; } .product:hover{ bottom: 300px; } .product:hover .soda:nth-child(2){ opacity: 1; --left: 500px; } .product:hover .soda:nth-child(1){ opacity: 0; --left: 500px; } .rock{ position: absolute; inset: 0 0 0 0; width: 100%; pointer-events: none; } .rock img:nth-child(1){ position: absolute; height: 170px; left: 50%; transform: translateX(-50%); bottom: 30px; transition: 0.7s; z-index: 1; } .rock img:nth-child(2){ position: absolute; height: 50%; left: 0; bottom: 0; transition: 0.7s; } .rock img:nth-child(3){ position: absolute; height: 100%; right: 0; bottom: -100px; rotate: -25deg; transition: 0.7s; } .banner:has(.product:hover) .rock img:nth-child(1){ transform: translateX(-50%) translateY(50px); } .banner:has(.product:hover) .rock img:nth-child(2){ transform: translateX(-100px) translateY(100px); } .banner:has(.product:hover) .rock img:nth-child(3){ transform: translateX(100px) translateY(100px); } @media screen and (max-width: 1023px) { .soda{ width: 400px; } } @media screen and (max-width: 767px) { .soda{ width: 250px; } header img{ display: none; } header .author{ width: 100%; } }