#home-1{margin:0;z-index:0;position:relative;width:100%;height:600px;overflow:hidden;background-color:#131673;background-image:url(../upload/theme/texture.png),radial-gradient(150% 100% at 50% 30%,#6132b8 0,#131673 100%);background-image:url(../upload/theme/texture.png),-webkit-radial-gradient(50% 30%,150% 100%,#6132b8 0,#131673 100%);background-repeat:repeat,no-repeat;background-size:4rem,auto;background-position:top center,center;background-blend-mode:overlay,normal;color:#fff;} .home-banner{width:100%;height:auto;padding:2.5rem 1rem 5rem;text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:center;} .banner-title{font-size:1.75rem;font-weight:600;font-family:"Julius Sans One";color:#fff;padding:0;line-height:1.5;} .banner-intro{font-size:1.25rem;display:inline-block;font-weight:300;} .banner-button{display:inline-block;padding:5px 20px;margin-top:1.5rem;text-align:center;font-size:1.1rem;font-weight:500;color:var(--ace-color-main);border-radius:50px;background:#ffcb3f;box-shadow:var(--ace-shadow-main);transition:all 0.3s ease;} .banner-button:hover{background-color:#fff;color:#3B2175;cursor:pointer;} :root{--tarot-card-width:3.75rem;--tarot-card-height:6rem;} .banner-tarot{width:100%;display:flex;align-items:center;justify-content:center;} #home-2,#home-3{display:flex;align-items:center;flex-direction:column;justify-content:center;margin-top:3rem;} .home-title{font-size:2rem;text-align:center;font-family:"Julius Sans One";font-weight:600;color:#5a1cb9;margin:0;line-height: 1.5;} .home-intro{font-size:1rem;color:#393939;padding:1rem 0 0;line-height:1.8;} .home-line{width:80%;height:1px;background:#ddd;margin:1.5rem auto .25rem;position:relative;} .home-topics{width:100%;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;} .home-topics .topic-item{z-index:1;width:calc(50% - 5px);margin-bottom:10px;margin-right:10px;overflow:hidden;border-radius:5px;position:relative;border:1px solid rgba(150,50,255,.75);background:rgba(90,50,255,.1);text-align:center;box-shadow:0 5px 15px -5px rgba(90,50,180,1);transition:box-shadow .15s ease-out;} .home-topics .topic-item:nth-child(2n){margin-right:0;} .home-topics .topic-image{width:150px;height:auto;margin:0 auto;margin-top:0;margin-bottom:60px;} .home-topics .topic-title{position:absolute;bottom:10px;left:0;width:100%;text-align:center;font-size:1rem;font-weight:400;color:#5a1cb9;z-index:3;} .home-topics .topic-title span{display: block;line-height:1.2;} .home-topics .topic-intro{z-index:2;opacity:0;position:absolute;top:0;left:0;padding:0.5rem 0.8rem;width:100%;height:100%;color:#fff;background:rgba(90,50,180,1);font-size:0.75rem;text-align:left;} .home-topics .topic-item:hover .topic-intro{opacity:1;transition:opacity 0.5s ease-in-out;} .home-topics .topic-item:hover .topic-title{color:#fff;} .home-articles{width:100%;display:grid;grid-template-columns:repeat(1, 1fr);gap:var(--ace-gutter);margin-top:20px;} .home-articles .article-item{width:100%;height:auto;overflow:hidden;border-radius:5px;border:1px solid rgba(150,50,255,.3);box-shadow:0 5px 15px -5px rgba(90,50,180,0.2);background:#fff;} .home-articles .article-item img{width:100%;height:auto;overflow:hidden;transition:transform 1s ease;} .home-articles .article-item:hover img{transform:scale(1.1);} .home-articles .article-item .item-title{width:100%;height:auto;min-height:0;font-size:1.125rem;font-weight:400;line-height:25px;overflow:hidden;padding:15px 15px 10px;} .home-articles .article-item .item-info{width:100%;height:20px;line-height:20px;padding-left:15px;margin:0 0 5px;color:#666;} .home-articles .article-item .item-info span{color:#999;margin-right:5px;} .home-articles .article-item .item-info:last-child{margin-bottom:15px;} .home-tags{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:var(--ace-gutter);} .home-tags .tag-item{background:#fff;border:1px solid rgba(150,50,255,.25);box-shadow:0 5px 15px -5px rgba(90,50,180,0.2);color:#333;border-radius:4px;padding:10px;line-height:1;white-space:nowrap;flex-grow:1;flex-shrink:0;font-size:0.875rem;} .home-tags .tag-item.hover,.home-tags .tag-item:hover{background:#5a32ff;color:#fff;} @media (max-width:767.98px){ .tarot-card{width:100%;height:auto;overflow:hidden;} .tarot-card .card-item{z-index:var(--index);width:var(--tarot-card-width);height:var(--tarot-card-height);background:url(../upload/theme/tarot-card-back.webp);background-size:var(--tarot-card-width) var(--tarot-card-height);position:absolute;bottom:0;left:calc(50% - (var(--tarot-card-width) * 0.5));user-select:none;transform:rotate(calc((var(--index) * 2 - 78) * 1deg));transform-origin:50% 50%;animation:wheel-in 1s ease forwards;} @keyframes wheel-in{0%{bottom:0;transform-origin:50% 50%;}100%{bottom:150px;transform-origin:50% 200%;}} } @media (min-width:768px){ .tarot-card{font-size:1.5rem;position:relative;} .tarot-card .card-item{position:absolute;top:0;left:0;display:inline-block;width:var(--tarot-card-width);height:25rem;} .tarot-card .card-item span{display:block;width:var(--tarot-card-width);height:var(--tarot-card-height);background:url(../upload/theme/tarot-card-back.webp);background-size:var(--tarot-card-width) auto;overflow:hidden;transition:transform .5s ease-in-out;} .tarot-card .card-item span i{position:absolute;top:0.05rem;left:0.2rem;display:none;font-size:0.625rem;transition:transform .5s ease-in-out;} .tarot-card .card-item.hover span,.tarot-card .card-item:hover span{transform:translateY(-1.5rem);} .tarot-card .card-item.hover span i,.tarot-card .card-item:hover span i{display:block;} .home-title{font-size:2.5rem;} .home-banner{padding:3rem 1rem 5rem;} .banner-button{padding:10px 30px;margin-top:2rem;} @keyframes wheel-in{0%{bottom:0;transform-origin:50% 50%;}100%{bottom:180px;transform-origin:50% 380%;}} } @media (min-width:768px){ .home-topics .topic-title{font-size:1.25rem;} .home-topics .topic-image{width:200px;} .home-topics .topic-intro{font-size:.875rem;} .home-articles{grid-template-columns:repeat(2, 1fr);} .home-tags .tag-item{font-size:1rem;padding:10px 15px;} } @media (min-width:992px){ .banner-title{font-size:2.75rem;} .banner-intro{font-size:1.75rem;} .banner-button{font-size:1.5rem;padding:10px 50px;} .home-intro{font-size:1.25rem;padding:1rem 0 0.5rem;} .home-line{width:400px;} .home-topics .topic-item{width:calc(25% - 15px);margin-bottom:20px;margin-right:20px;} .home-topics .topic-item:nth-child(2n){margin-right:20px;} .home-topics .topic-item:nth-child(4n){margin-right:0;} .home-topics .topic-title{font-size:1.5rem;} .home-topics .topic-intro{font-size:1.125rem;} .home-articles{grid-template-columns:repeat(3, 1fr);} } @media (min-width:1200px){ .home-banner{padding:5rem 1rem 7rem;} #home-1{height:calc(100vh - 60px);} }