:root{--accent: #e06244;--hover: #bb5238}html{scroll-behavior:smooth}body{position:relative;font-size:17px}a{text-decoration:none}.btn.btn-custom{text-decoration:none;padding:.5rem 2rem;border:1px solid;border-color:var(--accent);color:var(--accent);font-weight:600;transition:.1s ease-in}@media screen and (max-width:768px){.btn.btn-custom{width:100%}}.btn.btn-custom:hover{color:#fff;background-color:var(--accent)}.btn.btn-custom.btn-white{border:2px solid #fff;background-color:#fff;color:#000}.btn.btn-custom.btn-white:hover{box-shadow:0 0 14px 0 rgba(255,255,255,.74)}.section{padding:90px 0}.section h2{text-transform:uppercase;font-weight:800}.section-home{height:100vh;background-image:url(../images/1.webp);background-repeat:no-repeat;background-size:cover;background-position:center 50px}.title-hidden{opacity:0;color:transparent;user-select:none}.section-play{background-color:var(--accent);background-image:url(../images/bg.png);background-repeat:repeat;background-position:left top}.section-play h2{text-shadow:0 2px 7px rgb(0 0 0/70%)}.game{overflow:hidden;border-radius:20px;position:relative}.game .game__image,.game .game__description{transition:.1s ease-in}.game .game__description{height:100%;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;opacity:0;padding:1rem;color:#fff;position:absolute;top:0;left:0}.game:hover .game__image{filter:blur(3px) brightness(.4)}.game:hover .game__description{opacity:1}.section-about{padding:40px 0}.section-about img{border-radius:20px}.section img[alt=icon]{width:100px;height:100px;object-fit:contain}.section-play.section-play_about{background-image:none;background-color:#e063443f}.section-play.section-play_about h2{text-shadow:none}.section-play.section-play_about .bg-underlay{backdrop-filter:blur(4px);padding:1rem}.text-black{color:#000}.section-play.section-play_play-page{background-image:none;background-color:unset}.section-contact-us a{color:#000;font-weight:700;transition:.1s ease-in}.section-contact-us a:hover{color:var(--hover);font-weight:700}.section-gallery img{border-radius:20px}