h2.title{font-weight:600;margin:0;line-height:1.3;font-size:60px;}#home_banner .bg_img{padding-top:35vh;padding-bottom:20vh;position:relative;background-position:center;background-repeat:no-repeat;background-size:100% auto;animation:cover_scale 10s linear infinite;}@keyframes cover_scale{0%{background-size:100% auto;}50%{background-size:110% auto;}100%{background-size:100% auto;}}#home_banner .bg_img:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:80%;background:linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.6113797569809174) 38%,rgba(255,255,255,0.32006323037027307) 72%,rgba(255,255,255,0) 100%);}#home_banner .sub-title{font-size:28px;color:var(--orange);text-transform:uppercase;margin-bottom:10px;font-weight:700;}#home_banner .title{font-size:80px;color:var(--secondary);text-transform:uppercase;font-weight:700;line-height:1.1;}#home_banner .description{font-size:24px;color:var(--secondary);font-weight:500;}#home_banner .banner-btn{margin-top:40px;}#about .block_content{height:100%;display:flex;flex-direction:column;justify-content:center;padding-right:50px}#about .description{line-height:1.5;margin:0;font-weight:500;}#about img{border-radius:10px;transition:0.3s;animation:customBounce 3s linear infinite;}@keyframes customBounce{0%{transform:translateY(-15px);}50%{transform:translateY(10px);}100%{transform:translateY(-15px);}}#score{position:relative;color:#fff;}#score .bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;z-index:-1;}#score .title{margin-bottom:3rem;color:#fff;}#score .overview-card{padding:30px;background-color:rgba(255,255,255,0.102);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;}#score .overview-card:hover .overview-card__icon{transform:scale(1.05);}.overview-card__icon{width:100px;height:100px;transition:0.3s ease-in-out;}.overview-card__content{width:calc(100% - 125px);padding-left:20px;}#score .overview-card__number{font-size:36px;font-weight:700;}#score .overview-card__content p{text-transform:uppercase;color:var(--blue);margin-top:6px;font-weight:500;}#reviews .info__user{display:flex;align-items:center;}#reviews img{border-radius:50%;height:80px;width:80px;border:4px solid var(--blue);}#reviews .inner{width:calc(100% - 80px);padding-left:20px;}#reviews .name{font-size:18px;font-weight:600;margin-bottom:5px;color:var(--blue);}#reviews .comments{font-size:16px;margin-top:15px;font-weight:500;}#reviews .swiper-slide{border-radius:15px;padding:15px;height:auto;background-color:#ff7b311c;}#reviews .slide_reviews{padding:40px 15px;}#games{position:relative;}#games .title{margin-bottom:40px;color:#fff;}#games .game_title{position:absolute;bottom:10px;z-index:1;left:50%;transform:translateX(-50%);color:#fff;font-weight:700;font-size:40px;transition:0.4s ease-in-out;}#games .img{position:relative;}#games .inner{position:absolute;opacity:1;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;}#games .inner a{width:80px;height:80px;opacity:0;visibility:hidden;transform:scale(0.9);transition:0.6s ease-in-out;margin:0 20px;padding:20px;background:#fff;border-radius:50%;box-shadow:0 3px 6px #00000039;}#games .swiper-slide:hover .img::before{opacity:0;visibility:hidden;}#games .swiper-slide:hover .game_title{opacity:0;visibility:hidden;}#games .swiper-slide:hover a{opacity:1;visibility:visible;transform:scale(1);}#games .bg_img{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;filter:blur(30px);-webkit-filter:blur(30px);z-index:-1;transition:0.4s ease-in-out;}#games .swiper-slide:not(.swiper-slide-prev,.swiper-slide-active,.swiper-slide-next){opacity:0;}#games .img:before{position:absolute;bottom:0;right:0;left:0;opacity:1;-webkit-transition:opacity .8s,visibility .8s;transition:opacity .8s,visibility .8s;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(17%,transparent),color-stop(88%,rgba(0,0,0,.5)));background-image:linear-gradient(-180deg,transparent 17%,rgba(0,0,0,.5) 88%);content:'';height:70%;width:100%;transition:0.4s ease-in-out;}#games .swiper-slide-active .img{border-radius:4px;overflow:hidden;}#blogs .title{margin-bottom:40px;}@media(max-width:992px){#home_banner .bg_img{padding-top:25vh;padding-bottom:10vh;background-size:auto 100%;}@keyframes cover_scale{0%{background-size:auto 100%;}50%{background-size:auto 110%;}100%{background-size:auto 100%;}}h2.title{font-size:40px;}}@media(max-width:480px){#home_banner .title{font-size:40px;}#home_banner .sub-title{font-size:22px;}#home_banner .description{font-size:16px;}#home_banner .banner-btn{margin-top:20px;}h2.title{font-size:28px;}#reviews .comments{font-size:14px;}#reviews .name{font-size:16px;}#reviews img{height:60px;width:60px;}#games .game_title{font-size:20px;}#games .inner a{width:45px;height:45px;margin:0 5px;padding:8px;}}
