@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,700;1,500&display=swap";.loader-container{z-index:9999;background-color:#040705;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-container .snake-spinner{width:60px;height:60px}.loader-container .snake-spinner .snake-svg{stroke-linecap:round;width:100%;height:100%}.custom-cursor{pointer-events:none;z-index:99999;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:fixed;top:0;left:0}.custom-cursor .fangs{width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-cursor-segment{pointer-events:none;z-index:99998;background-color:#c29b4e;border-radius:50%;width:14px;height:14px;position:fixed;top:0;left:0;box-shadow:0 0 10px #c29b4e66}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04070599;border-bottom:1px solid #c29b4e1a;width:100%;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar .navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.navbar .navbar-container .logo-container{letter-spacing:1px;color:#e6e6e6;align-items:baseline;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;display:flex}.navbar .navbar-container .logo-container .logo-snake-ss{color:#c29b4e;text-shadow:0 0 10px #c29b4e66;font-style:italic;animation:3s ease-in-out infinite snakeSway;position:relative}.navbar .navbar-container .nav-menu{gap:2rem;list-style:none;display:flex}.navbar .navbar-container .nav-menu .nav-item{position:relative}.navbar .navbar-container .nav-menu .nav-item .nav-link{color:#e6e6e6;padding:.5rem 1rem;font-weight:500;transition:color .3s;display:inline-block;position:relative}.navbar .navbar-container .nav-menu .nav-item .nav-link .nav-text{z-index:2;position:relative}.navbar .navbar-container .nav-menu .nav-item .nav-link .nav-hover-block{z-index:1;background-color:#0a140f;border:1px solid #8c6c2e;border-radius:4px;position:absolute;inset:0;box-shadow:0 0 15px #0a140fcc}.navbar .navbar-container .nav-menu .nav-item:hover .nav-link{color:#e5c378}@media (width<=768px){.navbar .navbar-container{flex-direction:column;gap:1rem}.navbar .navbar-container .nav-menu{flex-wrap:wrap;justify-content:center;gap:1rem}}@keyframes snakeSway{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-3px)rotate(2deg)}}.hero{align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#8c6c2e1a 0%,#04070500 70%);width:600px;height:600px;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.hero .hero-container{z-index:1;justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem 4rem;display:flex;position:relative}.hero .hero-container .hero-content{flex:1;max-width:600px}.hero .hero-container .hero-content .hero-title{color:#e6e6e6;text-shadow:0 5px 15px #00000080;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:5rem;line-height:1.1}.hero .hero-container .hero-content .hero-title .highlight-text{color:#c29b4e;font-style:italic}.hero .hero-container .hero-content .hero-description{color:#a0a0a0;letter-spacing:.5px;margin-bottom:3rem;font-size:1.1rem;font-weight:300;line-height:1.8}.hero .hero-container .hero-content .buy-btn{color:#c29b4e;letter-spacing:2px;text-transform:uppercase;background-color:#0000;border:1px solid #c29b4e;padding:1.5rem 3rem;font-family:Playfair Display,serif;font-size:1.2rem;transition:all .4s;display:inline-block;position:relative;overflow:hidden}.hero .hero-container .hero-content .buy-btn:before{content:"";z-index:-1;background-color:#c29b4e1a;width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:-100%}.hero .hero-container .hero-content .buy-btn:hover{color:#040705;background-color:#c29b4e;box-shadow:0 0 20px #c29b4e66}.hero .hero-container .hero-image-wrapper{flex:1.2;justify-content:flex-end;align-items:center;display:flex;position:relative}.hero .hero-container .hero-image-wrapper .image-blend-mask{width:100%;max-width:650px;position:relative;-webkit-mask-image:radial-gradient(circle,#000 40%,#000c 55%,#0000 75%);mask-image:radial-gradient(circle,#000 40%,#000c 55%,#0000 75%)}.hero .hero-container .hero-image-wrapper .image-blend-mask .tshirt-img{filter:contrast(1.1)brightness(.9);width:100%;height:auto;display:block;transform:scale(1.05)}@media (width<=1024px){.hero .hero-container{padding:2rem}.hero .hero-container .hero-content .hero-title{font-size:3.5rem}}@media (width<=768px){.hero{height:auto;padding-top:80px}.hero .hero-container{text-align:center;flex-direction:column-reverse;gap:2rem;padding:1rem}.hero .hero-container .hero-content .hero-title{font-size:2.8rem}.hero .hero-container .hero-content .buy-btn{width:100%;padding:1.2rem}.hero .hero-container .hero-image-wrapper{justify-content:center;width:100%}.hero .hero-container .hero-image-wrapper .image-blend-mask{-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 70%);mask-image:radial-gradient(circle,#000 40%,#0000 70%)}}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#e6e6e6;cursor:none;background-color:#040705;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:none;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#040705}::-webkit-scrollbar-thumb{background:#8c6c2e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#c29b4e}
