:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;transition:all .3s ease-in-out;font-family:Host Grotesk,sans-serif}a{color:inherit;text-decoration:none}.bagel-font{font-family:Dela Gothic One}button{padding:10px 20px;border-radius:20px;outline:none;width:max-content;border:1px solid #F9F9F9;cursor:pointer}.btn1{background-color:#f9f9f9;color:#101113}.btn1:hover,.btn2{background-color:#0003;color:#f9f9f9}.btn2:hover{background-color:#f9f9f9;color:#101113}.home .hero{background-color:#101113;color:#fff;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}.home .hero .navbar{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:20px 40px;background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid #696E7E;position:relative;z-index:2}.home .hero .navbar>.logo{height:24px}.home .hero .navbar .links{display:flex;align-items:center;gap:20px}.home .hero .navbar .links a:hover{color:#ff5f57}.home .hero .navbar .mobile-menu-icon,.home .hero .mobile-menu{display:none}.home .hero .top-left-red{position:absolute;top:0;left:0;height:700px}.home .hero .hero-ellipse{position:absolute;left:50%;transform:translate(-50%);bottom:0;height:auto;width:70%}.home .hero>.hero-main{position:relative;z-index:2;padding:60px 100px}.home .hero>.hero-main .top{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:40px}.home .hero>.hero-main .top h1{font-size:3.5vw;line-height:100%}.home .hero>.hero-main .top h1 span{color:#ff5f57}.home .hero>.hero-main .top aside p{font-size:1rem;margin-bottom:15px}.home .hero>.hero-main .top aside .buttons{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.home .hero>.hero-main .bottom{display:flex;align-items:center;justify-content:space-between;gap:40px}.home .hero>.hero-main .bottom img{height:600px}.home .hero>.hero-main .bottom .youtube-area{background-color:#ff5f57;border-radius:16px;width:600px;height:350px;max-width:75%;overflow:hidden}.home .hero>.hero-main .bottom .youtube-area iframe{width:100%;height:100%}.home .hero-cards-sect{background-color:#0a0a0f}.home>.about{background-color:#0a0a0f;color:#fff;padding:80px 60px 240px;display:flex;justify-content:space-between;align-items:flex-end;position:relative;min-height:600px;height:max-content}.home>.about>main{width:60%;max-width:380px;display:flex;flex-direction:column;gap:15px}.home>.about>main .label{background-color:red;color:#fff;padding:4px 8px;font-size:.8rem;border-radius:50px;width:max-content}.home>.about>main h2{font-size:2rem}.home>.about>main p{color:#b6b8c0;font-size:1rem;line-height:1.6}.home>.about>main .buttons{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.home>.about>.quote-card{border:1px solid #696E7E;width:30%;max-width:300px;background-color:#ffffff1a;border-radius:32px;padding:24px;box-shadow:inset 0 0 8px #0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;gap:20px;height:max-content}.home>.about>.about-img{position:absolute;bottom:0;left:50%;transform:translate(-50%);height:90%;width:auto;z-index:1}.home>.about .about-bottom{position:absolute;bottom:0;left:0;width:100%}.home>.platforms{background-color:#fff;padding:80px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px}.home>.platforms>article{display:flex;flex-direction:column;gap:5px}.home>.platforms>article .label{background-color:red;color:#fff;padding:4px 8px;font-size:.8rem;border-radius:50px;width:max-content}.home>.platforms>article h2{font-size:2rem;color:#454953}.home>.platforms>article p{color:#454953;font-size:1rem;line-height:1.6}.home>.platforms>div{display:flex;gap:20px;align-items:center}.home>.platforms>div img{height:80px;object-fit:contain}.home>.platforms>div img:hover{transform:scale(.85)}.home .slider-container{width:100%;overflow:hidden}.home .releases{background-color:#0a0a0f;color:#fff;padding:80px 60px;display:flex;flex-direction:column;align-items:center;gap:40px}.home .releases .slider-wrapper{width:100%;max-width:1400px;overflow:hidden;position:relative}.home .releases .slider-track{display:flex;gap:30px;transition:transform .8s cubic-bezier(.25,.1,.25,1);padding:10px 20px}.home .releases .release-card{height:500px;width:400px;min-width:400px;border-radius:20px;border:1px solid #b6b8c0;background-color:#45495366;display:flex;flex-direction:column;gap:20px;padding:20px;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home .releases .release-card:hover{transform:translateY(-5px);border-color:#febc2f}.home .releases .release-card:hover .image-area img{transform:scale(1.05)}.home .releases .release-card .image-area{width:100%;background-color:#febc2f;border-radius:20px;height:440px;overflow:hidden;position:relative}.home .releases .release-card .image-area img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home .releases .release-card h3{margin:0;font-size:1.4rem;font-weight:600;line-height:1.3}.home .releases .release-card p{margin:0;color:#b6b8c0;font-size:.95rem}.home .releases .placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#febc2f,orange)}.home .releases .placeholder-image .music-note{font-size:80px;color:#0a0a0f;opacity:.3}.home .releases .slider-controls{display:flex;align-items:center;gap:30px;margin-top:20px}.home .releases .slider-controls .nav-button{background:#ffffff1a;border:1px solid #b6b8c0;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home .releases .slider-controls .nav-button:hover{background:#febc2f;color:#0a0a0f;border-color:#febc2f;transform:scale(1.1)}.home .releases .slider-controls .dots-container{display:flex;gap:12px}.home .releases .slider-controls .dots-container .dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.home .releases .slider-controls .dots-container .dot.active{background:#febc2f;transform:scale(1.3)}.home .releases .slider-controls .dots-container .dot:hover{background:#febc2f;transform:scale(1.2)}.home>.crowd-img-area{width:100%;height:250px;overflow:hidden}.home>.crowd-img-area img{width:100%;height:100%;object-fit:cover}@media (max-width: 786px){.home .hero .navbar{padding:10px 20px}.home .hero .navbar>.logo{height:14px}.home .hero .navbar .links{display:none}.home .hero .navbar .mobile-menu-icon{display:block;cursor:pointer}.home .hero .navbar .mobile-menu-icon:hover{transform:rotate(270deg)}.home .hero .mobile-menu{position:fixed;top:50px;left:0;width:100%;height:100vh;overflow-y:hidden;background-color:#0a0a0f;padding:10px 20px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:40px;z-index:5}.home .hero .mobile-menu.active{display:flex}.home .hero .mobile-menu a{color:#fff;padding:10px;width:100%;text-align:center}.home .hero .hero-main{padding:20px;align-items:flex-start}.home .hero .hero-main .top{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:20px}.home .hero .hero-main .top h1{font-size:28px}.home .hero .hero-main .bottom{flex-direction:column;align-items:center;gap:20px}.home .hero .hero-main .bottom img{width:100%;height:auto}.home .hero .hero-main .bottom .youtube-area{width:100%;height:300px}.home .hero .hero-ellipse{width:150%}.home .hero .top-left-red{height:500px;max-width:95%}.home .about{padding:20px;flex-direction:column;gap:20px;align-items:flex-start;height:1000px;overflow:hidden}.home .about>main{max-width:100%;width:100%}.home .about>.about-img{height:600px}.home .about .about-bottom{width:150%}.home .about>.quote-card{width:100%;max-width:100%;position:relative;z-index:2}.home .platforms{padding:20px;flex-direction:column;align-items:flex-start;gap:20px}.home .platforms>div img{height:40px}.home .releases{padding:20px}.home .releases .release-card{height:350px;width:220px;min-width:220px;padding:15px;gap:10px;border-radius:10px}.home .releases .release-card .image-area{height:260px;border-radius:10px}.home .releases .release-card h3{font-size:1.1rem}.home .releases .release-card p{font-size:.8rem}.home .releases .slider-track{gap:20px}.home .releases .slider-controls .nav-button{width:40px;height:40px;font-size:20px}.home .crowd-img-area{height:120px}}@media (max-width: 480px){.home .about>.quote-card{padding:15px;border-radius:10px}.home .about>.quote-card svg{width:40px;height:40px}.home .about>.about-img{height:auto;width:100%}}.contact-section{background-color:#fff;padding:80px 20px;min-height:100vh;display:flex;align-items:center;justify-content:center}.contact-section .contact-container{max-width:1200px;width:100%;display:flex;gap:60px;align-items:start}.contact-section .contact-container .contact-info{background-color:red;color:#fff;padding:40px 20px;border-radius:20px;height:fit-content;width:400px}.contact-section .contact-container .contact-info h2{font-size:2rem;font-weight:700;margin-bottom:20px;line-height:1.2}.contact-section .contact-container .contact-info .intro-text{font-size:1rem;line-height:1.6;margin-bottom:50px;opacity:.9}.contact-section .contact-container .contact-info .contact-methods{display:flex;flex-direction:column;gap:40px;margin-bottom:50px}.contact-section .contact-container .contact-info .contact-methods .contact-method{display:flex;align-items:flex-start;gap:15px}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-icon{background-color:#ffffff1a;padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-icon svg{opacity:.9}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-content{flex:1}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-content h3{font-size:1.1rem;font-weight:600;margin-bottom:5px;margin-top:0}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-content p{font-size:.9rem;opacity:.8;margin-bottom:8px;margin-top:0}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-content .contact-link{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;border:none;background:none;padding:0;cursor:pointer;font-family:inherit}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-content .contact-link:hover{text-decoration:underline}.contact-section .contact-container .contact-info .social-links{display:flex;gap:15px}.contact-section .contact-container .contact-info .social-links .social-link{color:#fff;padding:10px;border-radius:8px;transition:all .2s ease;opacity:.8}.contact-section .contact-container .contact-info .social-links .social-link:hover{opacity:1;background-color:#ffffff1a;transform:translateY(-2px)}.contact-section .contact-container .contact-form{margin-inline:40px;min-width:500px;max-width:100%}.contact-section .contact-container .contact-form form{display:flex;flex-direction:column;gap:30px}.contact-section .contact-container .contact-form form .form-group{display:flex;flex-direction:column;gap:8px}.contact-section .contact-container .contact-form form .form-group label{font-size:.95rem;font-weight:500;color:#374151}.contact-section .contact-container .contact-form form .form-group input,.contact-section .contact-container .contact-form form .form-group textarea{padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem;background-color:#f9fafb;transition:all .2s ease;font-family:inherit}:is(.contact-section .contact-container .contact-form form .form-group input,.contact-section .contact-container .contact-form form .form-group textarea)::placeholder{color:#9ca3af}:is(.contact-section .contact-container .contact-form form .form-group input,.contact-section .contact-container .contact-form form .form-group textarea):focus{outline:none;border-color:red;background-color:#fff;box-shadow:0 0 0 3px #ff1f1f1a}:is(.contact-section .contact-container .contact-form form .form-group input,.contact-section .contact-container .contact-form form .form-group textarea):hover{border-color:#d1d5db}.contact-section .contact-container .contact-form form .form-group textarea{resize:vertical;min-height:120px}.contact-section .contact-container .contact-form form .submit-btn{background-color:#374151;color:#fff;padding:18px 30px;border:none;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;align-self:stretch}.contact-section .contact-container .contact-form form .submit-btn:hover{background-color:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.contact-section .contact-container .contact-form form .submit-btn:active{transform:translateY(0)}.contact-section .contact-container .status-message{margin-top:15px;padding:12px;border-radius:5px;text-align:center;font-weight:500}.contact-section .contact-container .status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.contact-section .contact-container .status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-section .contact-container .submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-section .contact-container .form-group input:disabled,.contact-section .contact-container .form-group textarea:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.contact-section{padding:40px 20px}.contact-section .contact-container{flex-direction:column-reverse;gap:40px}.contact-section .contact-container .contact-info{padding:40px 30px;order:2;width:100%}.contact-section .contact-container .contact-info h2{font-size:2rem}.contact-section .contact-container .contact-info .contact-methods{gap:30px;margin-bottom:40px}.contact-section .contact-container .contact-form{width:100%;min-width:100%;margin-inline:0px;order:1}.contact-section .contact-container .contact-form form{gap:25px}}@media (max-width: 480px){.contact-section .contact-container .contact-info{padding:30px 25px}.contact-section .contact-container .contact-info .contact-methods .contact-method{gap:12px}.contact-section .contact-container .contact-info .contact-methods .contact-method .method-icon{padding:10px}.contact-section .contact-container .contact-info .social-links{gap:12px}.contact-section .contact-container .contact-info .social-links .social-link{padding:8px}.contact-section .contact-container .contact-form form .form-group input,.contact-section .contact-container .contact-form form .form-group textarea{padding:14px 16px}.contact-section .contact-container .contact-form form .submit-btn{padding:16px 25px}}.blog-posts{background-color:#0a0a0f;color:#fff;padding:80px 60px;display:flex;flex-direction:column;gap:60px}.blog-posts .header{display:flex;align-items:center;justify-content:space-between;gap:40px}.blog-posts .header>div{display:flex;flex-direction:column;gap:10px}.blog-posts .header>div h6{color:red;font-size:.9rem;text-transform:uppercase;font-weight:400;letter-spacing:1.3px}.blog-posts .header>div h2{font-size:2rem;text-transform:capitalize}.blog-posts .header>div p{font-size:1rem;color:#b6b8c0}.blog-posts .header>.btn2{background-color:#222}.blog-posts .header>.btn2:hover{background-color:#fff}.blog-posts .posts-section{color:#fff}.blog-posts .posts-section .posts-container{max-width:1400px;margin:0 auto}.blog-posts .posts-section .posts-container .posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.blog-posts .posts-section .posts-container .posts-grid .post-card{border-radius:16px;overflow:hidden;cursor:pointer}.blog-posts .posts-section .posts-container .posts-grid .post-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px #0000004d}.blog-posts .posts-section .posts-container .posts-grid .post-card:hover .post-cover{transform:scale(1.05)}.blog-posts .posts-section .posts-container .posts-grid .post-card:hover .post-category{background-color:#febc2f;color:#1a1a1f}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-image{position:relative;height:220px;border-radius:8px;overflow:hidden}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-image .post-cover{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-image .post-category{position:absolute;top:16px;left:16px;background-color:#ffffffe6;color:#1a1a1f;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info{padding:24px;display:flex;flex-direction:column;gap:16px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-title{font-size:1.4rem;font-weight:700;line-height:1.3;margin:0;color:#fff;transition:color .3s ease}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta{display:flex;align-items:center;gap:12px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info{display:flex;align-items:center;gap:10px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-avatar img{width:100%;height:100%;object-fit:cover}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-details{display:flex;flex-direction:column;gap:2px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-details .author-name{font-size:.85rem;font-weight:600;color:#fff}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-details .post-date{font-size:.75rem;color:#9ca3af}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-description{font-size:.95rem;line-height:1.6;color:#d1d5db;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .read-more-btn{background:none;border:1px solid #4a4a4f;color:#fff;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;align-self:flex-start;margin-top:8px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .read-more-btn:hover{background-color:#febc2f;border-color:#febc2f;color:#1a1a1f;transform:translateY(-2px)}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .read-more-btn:active{transform:translateY(0)}@media (max-width: 786px){.blog-posts .posts-section{padding:0}.blog-posts .posts-section .posts-container .posts-grid{gap:20px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-image{height:200px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-image .post-category{top:12px;left:12px;padding:4px 10px;font-size:.7rem}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info{padding:20px;gap:14px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-title{font-size:1.25rem}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info{gap:8px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-avatar{width:28px;height:28px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-details .author-name{font-size:.8rem}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-meta .author-info .author-details .post-date{font-size:.7rem}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-description{font-size:.9rem;-webkit-line-clamp:2}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .read-more-btn{padding:8px 16px;font-size:.85rem}}@media (max-width: 480px){.blog-posts .posts-section .posts-container .posts-grid{grid-template-columns:1fr}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-image{height:180px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info{padding:16px;gap:12px}.blog-posts .posts-section .posts-container .posts-grid .post-card .post-info .post-title{font-size:1.1rem}}@media screen and (max-width: 786px){.blog-posts{padding:40px 20px;gap:30px}.blog-posts .header{flex-direction:column;align-items:flex-start;gap:20px}.blog-posts .header>div p{font-size:.9rem}}.footer{padding:20px 40px}.footer .top{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:20px 0;border-bottom:1px solid #EAEAEA;margin-bottom:20px}.footer .top .logo{height:24px}.footer .top .platforms{display:flex;align-items:center;gap:20px}.footer .top .platforms img{height:24px}.footer .top .platforms img:hover{transform:scale(1.3)}.footer .top .platforms a{height:24px;width:24px}.footer .top .platforms a:hover{transform:scale(1.3)}.footer .top .platforms a svg{height:100%;width:100%}.footer .top .links{display:flex;align-items:center;gap:20px}.footer .top .links a{color:#7c7c7c}.footer .top .links a:hover{color:#000}.footer .bottom{color:#7c7c7c}@media screen and (max-width: 768px){.footer{padding:20px}.footer .top{flex-direction:column;align-items:flex-start;gap:20px}.footer .top .platforms{flex-direction:row;padding:0}}.hero-cards{position:relative;width:100%;height:650px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-cards .cards-container{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;margin-bottom:0}.hero-cards .cards-container .card{position:absolute;height:450px;width:380px;transition:all .6s cubic-bezier(.25,.46,.45,.94);opacity:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.hero-cards .cards-container .card .card-content{height:100%;width:100%;border-radius:20px;border:1px solid #b6b8c0;background-color:#45495366;display:flex;flex-direction:column;gap:20px;padding:20px;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cards .cards-container .card .card-content .image-area{width:100%;background-color:#febc2f22;border-radius:20px;height:340px;overflow:hidden;position:relative}.hero-cards .cards-container .card .card-content .image-area img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hero-cards .cards-container .card .card-content h3{margin:0;font-size:1.4rem;font-weight:600;line-height:1.3}.hero-cards .cards-container .card .card-content p{margin:0;color:#b6b8c0;font-size:.95rem}.hero-cards .cards-container .card.active{opacity:1;transform:translate(0) scale(1);z-index:3}.hero-cards .cards-container .card.prev{opacity:.7;transform:translate(-120px) scale(.85);z-index:2}.hero-cards .cards-container .card.next{opacity:.7;transform:translate(120px) scale(.85);z-index:2}.hero-cards .dots{display:flex;gap:12px;margin-bottom:24px}.hero-cards .dots .dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff4d;cursor:pointer;transition:all .3s ease}.hero-cards .dots .dot:hover{background-color:#ffffff80;transform:scale(1.2)}.hero-cards .dots .dot.active{background-color:#fff;transform:scale(1.3)}.hero-cards .navigation-info{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:400px;padding:20px;background-color:#4446;border-radius:120px}.hero-cards .navigation-info .nav-arrow{font-size:35px;color:#fff;cursor:pointer;background-color:#fff2;border-radius:100%;padding:6px}.hero-cards .navigation-info .nav-arrow:hover{background-color:#fff4}.hero-cards .navigation-info .track-info{flex:1;text-align:center;margin:0 20px;color:#fff}.hero-cards .navigation-info .track-info .track-title{font-size:16px;font-weight:600;margin:0 0 4px;color:#fff}.hero-cards .navigation-info .track-info .track-date{font-size:12px;color:#ccc;margin:0;font-weight:400}@media screen and (max-width: 768px){.hero-cards{height:520px}.hero-cards .cards-container{height:400px;margin-bottom:15px}.hero-cards .cards-container .card{height:400px;width:300px;border-radius:10px}.hero-cards .cards-container .card .card-content{padding:10px;gap:10px;border-radius:10px}.hero-cards .cards-container .card .card-content .image-area{border-radius:10px}.hero-cards .cards-container .card .card-content h3{font-size:.9rem}.hero-cards .cards-container .card .card-content p{font-size:.8rem}.hero-cards .cards-container .card.prev{transform:translate(-100px) scale(.8)}.hero-cards .cards-container .card.next{transform:translate(100px) scale(.8)}.hero-cards .navigation-info{max-width:320px;padding:10px}.hero-cards .navigation-info .nav-arrow{width:25px;height:25px}.hero-cards .navigation-info .track-info{margin:0 15px}.hero-cards .navigation-info .track-info .track-title{font-size:14px}.hero-cards .navigation-info .track-info .track-date{font-size:11px}}@media screen and (max-width: 480px){.hero-cards{height:460px;padding:10px}.hero-cards .cards-container{height:320px;margin-bottom:20px}.hero-cards .cards-container .card{height:300px;width:300px;max-width:100%}.hero-cards .cards-container .card.prev{transform:translate(-80px) scale(.75)}.hero-cards .cards-container .card.next{transform:translate(80px) scale(.75)}.hero-cards .navigation-info{max-width:280px}.hero-cards .navigation-info .nav-arrow{width:36px;height:36px}.hero-cards .navigation-info .nav-arrow svg{width:16px;height:16px}.hero-cards .navigation-info .track-info{margin:0 12px}.hero-cards .navigation-info .track-info .track-title{font-size:13px}.hero-cards .navigation-info .track-info .track-date{font-size:10px}}
