body,
html {
    margin: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    background: #08090C;
}
:root {
    scroll-behavior: smooth;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}



.hero-sec {
    background-image: url(/alt/assets/images/modlist/bg-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 1rem 0;
    padding-bottom: 10rem;
}

.hero-sec2 {
    background-image: url(/alt/assets/images/modlist/fire-bg.png);
    position: relative;
    background-size: contain;
    background-position: 50% 0;
}

.navbar-nav:nth-child(1) .nav-link.active:after,
.navbar-nav:nth-child(1) .nav-link:hover:after {
    right: 30%;
}

.navbar-nav:nth-child(1) .nav-link:after {
    position: absolute;
    content: "";
    left: 1.3rem;
    right: 100%;
    height: 2px;
    bottom: -1px;
    background: linear-gradient(86.44deg, #61D9E8 -13.36%, #2F80ED 115.65%);
    box-shadow: 1px 2px 10px rgba(131, 218, 228, 0.35);
    border-radius: 2000px;
    transition: all .2s ease;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: .9rem;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #00A1F2;
}

.nav-item .active {
    color: #00A1F2;
}

.navbar-nav .nav-item {
    margin: 0 0.2rem;
}

.nav-pro1 {
    width: 2.3rem;
    position: relative;
    margin: 0rem 0rem 0rem 1rem;
}

.nav-pro1 img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.nav-pro1::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    background: linear-gradient(86.44deg, #61D9E8 -13.36%, #2F80ED 115.65%);
    box-shadow: 1px 2px 10px rgba(131, 218, 228, 0.35);
    border-radius: 2000px;
    transition: all .2s ease;
}

.game-mode {
    margin-top: 7rem;
}

.game-mode h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 5px 4px 15px rgb(8 148 243 / 25%);
    margin-top: -6rem;
}

.game-mode span {
    font-weight: 900;
    text-shadow: -2px -2px #00a1f2;
}

.d-btn {
    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    border: 2px solid #13525B;
    box-shadow: 5px 10px 15px rgb(0 161 242 / 20%);
    border-radius: 13px;
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
    padding: 0.4rem 1.5rem 0.4rem 0.4rem;
    transition: .5s;
}

.d-btn:hover {
    background: transparent;
    border-color: #00A1F2
}
.d-btn:hover svg rect{
    fill: #00A1F2
}

.filesvg {
    margin-right: 1rem;
    height: 2rem;
}

.register-sec {
    background: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 1rem;
    padding: 0.5rem 0;
    border: 1px solid #00A1F2;
    margin-top: 4rem;
}

.d-btn2 {
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #54D597 3.08%, #02C231 100%);
    font-size: .88rem;
    margin-top: 1rem;
}

.d-btn2:hover {
    background: transparent;
}
.d-btn2:hover svg rect{
    fill: rgba(0, 255, 106, 1)
}

.two-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem;
}

.modsfire {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0rem;
    position: relative;
}

.modsfire::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.under-mods {
    position: relative;
    z-index: 1;
}

.modsfire h6 {
    color: #fff;
    font-weight: 600;
    max-width: 16rem;
}

.r-btn {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    padding: 0.5rem 1rem;
    transition: .5s;
}

.r-btn:hover {
    background:radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    border: 1px solid #13525B;
    color: #fff;
}

.re-svg {
    margin-left: 1rem;
}

.under-nav {
    padding-right: 5rem;
}

.or-img {
    position: absolute;
    top: 4.5rem;
    right: -2rem;
    z-index: 99;
}

.dollar-img {
    position: absolute;
    top: -3rem;
    right: -3rem;
}

.flame-sec {
    width: calc(35% - 0.5rem);
    padding: 0rem 0rem 0rem 5rem;
    display: flex;
    align-items: center;
    min-height: 22rem;
    position: relative;
}

.flame-sec img {
    width: 7rem;
    margin-left: -0.5rem;
    margin-bottom: 0.5rem;
}
.flame-sec div{
    position: relative;
    z-index: 1
}

.flame-content h6 {
    margin: 0;
    max-width: 7rem;
    margin-top: 0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    max-width: 14rem;
}

.flame-content svg {
    margin-top: 1.5rem;
    height: 1rem;
    width: 1.3rem;
}


.flame-content p {
    margin: 0;
    margin-top: 1rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    display: none;
}

.dollar-sec {
    width: calc(30% - .5rem);
    padding: 0rem 0rem 0rem 3rem;
}

.dollar-sec .flame-content h6 {
    max-width: 14rem;
}

.six-sec {
    position: relative;
}

.bg-grad {
    position: absolute;
    width: 100rem;
    top: -54rem;
    left: calc(50% - 51rem);
}

.group-six {
    position: relative;
    z-index: 111;
    gap: .5rem;
}

.flame-sec::after {
    position: absolute;
    content: '';
    background: #00A1F2;
    opacity: 0.05;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dollar-sec::after {
    position: absolute;
    content: '';
    background: rgba(255, 82, 82, 0.05);
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.group-six2 {
    margin-top: .5rem;
}

.withdraw-sec {
    width: calc(40% - .5rem);
    padding: 0rem 0rem 0rem 8rem;
}

.flame-content {
    margin-left: 0.5rem;
}

.withdraw-sec img {
    width: 7rem;
}

.support-sec .flame-content h6 {
    max-width: 9rem;
}

.verified-sec {
    background-image: url(/alt/assets/images/modlist/bg-graph.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0%;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 20rem;
}

.game-character {
    position: absolute;
    right: 0;
    top: -15%;
    z-index: 99999;
    width: 20%;
}

.offer-content h2 {
    font-weight: 400;
    font-size: 1.7rem;
    text-align: center;
    color: #FFFFFF;
    max-width: 45rem;
    margin: auto;
    margin-top: 4rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 1.25rem;
    margin-top: 1rem;
    min-height: 6rem;
    padding: 0 2rem;
    margin-bottom: 0.5rem;
}

.feature img {
    width: 2rem;
}

.feature p {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.15rem;
    max-width: 25rem;
    line-height: 1.3;
}

.verified-sec .container,
.mountain-sec .container-fluid {
    position: relative;
    z-index: 2
}

.mountain-sec {
    margin-top: -9rem;
}

.bg-grad1 {
    position: absolute;
    width: 70%;
    top: -31%;
    left: 15%;
}

.dollar-sec1.dollar-sec {
    padding-left: 5rem;
}

.mountain-sec {
    padding-bottom: 7rem;
}

.mountain-sec-con div {
    max-width: 29rem;
}

.mountain-sec-con h6 {
    margin: 0;
    margin-top: 0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.mountain-sec-con hr {
    width: 1.2rem;
    height: 3px;
    background: #00A1F2;
    opacity: 1;
    margin-bottom: 1.5rem;
}

.mountain-sec-con p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 3rem;
}

.mountain-sec-con button {
    border: 0;
    height: 3rem;
    padding: 0 1.5rem;
    padding-left: .5rem;
}

.mountain-sec-con button svg {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px;
    height: 2.2rem;
    width: 2.2rem;
    border-radius: .6rem;
    margin-right: 1rem;
}

.mountain-sec-img img {
    width: 100%;
}

.footer .container {
    background-image: url(/alt/assets/images/modlist/f-bg.png);
}

.footer {
    padding-bottom: 1.2rem;
}

.footer .container {
    position: relative;
    z-index: 1;
    padding: 1rem !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border-radius: 1rem;
}

.footer .container .row {
    position: relative;
    z-index: 1;
}

.footer-social ul {
    display: flex;
    align-items: center;
}

.footer-social ul li {
    margin-right: 1.5rem;
}

.footer-social ul li svg {
    width: 1.4rem;
    height: 1.2rem;
    opacity: .5;
}

.footer-logo {
    text-align: center;
    width: 7.8rem;
    height: 7.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin: auto;
    margin-top: -5.1rem;
    overflow: hidden;
    padding: 1.7rem;
}

.footer-logo:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(96, 109, 121, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 50%;
}

.footer-logo a {
    width: 100%;
}

.footer-logo img {
    border-radius: 50%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.footer-top svg {
    float: right;
    width: 2rem;
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
    padding: 0 1.2rem;
}

.footer-menu ul li {
    margin: .5rem .5rem;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 500;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer hr {
    max-width: 14rem;
    margin: auto;
    background-color: #B9C6C7;
    opacity: .2;
    margin-top: 1rem;
}

.footer p {
    text-align: center;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0;
}

.bg-grad2 {
    position: absolute;
    width: 70%;
    top: -70%;
    left: 65%;
}

.big-fire img {
    width: 90%;
    position: relative;
    z-index: 9;
}

.share-section-hero-point {
    position: relative;
    z-index: 99;
}

.hero-sec2 .game-mode {
    margin-top: 0rem;
    text-align: center;
}

.hero-sec2 .under-nav {
    padding: 0 3rem;
}

.hero-sec2 .bg-grad {
    position: absolute;
    width: 80%;
    top: 15%;
    left: 0%;
    right: 0;
    margin: auto;
}

.game-character2 {
    position: absolute;
    width: 25%;
    left: 0%;
    bottom: -5%;
    z-index: 9;
}

.tree-sec {
    background-image: url(/alt/assets/images/modlist/bg-graph.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20% 100%;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0rem;
    margin-top: 0rem;
}

.short {
    text-align: center;
}

.short h4 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.tree-logo {
    width: 59px;
    margin-top: 0.5rem;
}
.payment-sec.rule-sec .container{
    position: relative;
    z-index: 1
}
.payment-sec.rule-sec .reviews-slider .slick-list{
    padding-bottom: 1rem;
}

.tree-1 {
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: end;
    width: 50%;
    padding: 0;
}
.tree-logo1{
width: 6rem;
margin-bottom: -1rem;
position: relative;
z-index:1;
}
.under-tree-1 {
    border-bottom-right-radius: 1rem;
    width: 100%;
    position: relative;
    padding: 1rem;
    padding-bottom: 1.5rem;
}

.arrow-b-r {
    position: absolute;
    left: -1%;
    top: 95%;
    bottom: 0;
    right: 0;
}

.tree1-content p {
    color: #fff;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.2;
}

.tree1-content h6 {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

.tree01 h5 {
    margin: 0;
    background: linear-gradient(330deg, rgba(255, 255, 255, 0) 13.39%, rgba(255, 255, 255, 0.3936) 85.44%, rgba(255, 255, 255, 0.4) 86.61%);
    padding: 0.4rem 0.5rem;
    border-radius: 50%;
    color: #fff;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5rem;
}

.tree01 img {
    width: 100%;
}

.tree-2 {
    display: flex;
    justify-content: right;
    text-align: start;
    width: 50%;
}

.under-tree-2 {
    border: 0;
    border-bottom-left-radius: 1rem !important;
    border-radius: 0;
    margin-top: 0.5rem;
}

.under-arrow {
    padding-left: 1rem;
}

.arrow-b-l {
    top: 82%;
    left: 97%;
}

.tree02 h5 {
    padding: 0.5rem 0.5rem;
}

.t-btn {
    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #3A49F9 5.53%, #00A1F2 100%);
    padding: 0.5rem 0.8rem 0.5rem 0.8rem;
}

.t-btn:hover {
    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
}

.game-character3 {
    position: absolute;
    width: 20rem;
    right: 7rem;
    bottom: -10rem;
    z-index: 9;
}

.bg-grad-p1 {
    bottom: -86%;
    left: 15%;
    width: 70%;
    top: initial;
}

.bg-grad-p2 {
    top: 46%;
    width: 70%;
    left: inherit;
    right: -39%;
}

.tree-btn {
    position: relative;
    z-index: 11;
}

.social-content p {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
}

.social-content hr {
    width: 1.2rem;
    height: 3px;
    background: #00A1F2;
    opacity: 1;
    margin-left: 10rem;
    margin-bottom: 1.5rem;
}

.proof-sec .container {
    max-width: 100% !important;
    padding-left: calc(50% - 600px);
    padding-right: 0 !important;
}

.owl-carousel2 {
    width: calc(100% - 11rem) !important;
    padding-left: 4rem;
}
.point-sec .container,
.proof-sec{
    position: relative;
    z-index: 2
}

.social-content {
    text-align: right;
}

.rating-content {
    position: relative;
}

.rating-content::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(313.67deg, #FFFFFF 19.47%, rgba(232, 232, 232, 0.9477) 23.2%, rgba(171, 171, 171, 0.797) 33.94%, rgba(119, 119, 119, 0.6471) 44.62%, rgba(76, 76, 76, 0.5018) 54.98%, rgba(43, 43, 43, 0.3617) 64.96%, rgba(19, 19, 19, 0.2284) 74.46%, rgba(5, 5, 5, 0.1047) 83.28%, rgba(0, 0, 0, 0) 90.74%);
    opacity: 0.1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    transform: rotate(-180deg);
}

.proof-sec {
    padding-top: 14rem;
    padding-bottom: 8rem;
}

.rating-content {
    padding: 2rem;
}

.rating-content h5 {
    position: relative;
    color: #fff;
    background: #000;
    padding: 0.3rem 0.6rem;
    border-radius: 0.5rem;
}

.owl-btn-1 {
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #54D597 3.08%, #02C231 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 15px rgb(0 255 106 / 20%);
    border-radius: 13px;
    padding: 0.4rem 1rem 0.4rem 1rem;
}

.rating-content p {
    margin: 0;
    color: #fff;
    max-width: 17rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.owl-btn-2 {

    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
    border-radius: 13px;
}


.owl-btn-3 {
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #C354D5 3.08%, #8328F2 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 10px 15px rgba(222, 26, 134, 0.15);
    border-radius: 13px;
}

.point-sec {
    padding: 2rem 0;
    position: relative;
}

.point-content h2 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 5px 4px 15px rgb(8 148 243 / 25%);
    margin: 0;
}

.point-content span {
    font-weight: 900;
    text-shadow: -2px -2px #00a1f2;
}

.point-content {
    background: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid #00A1F2;
    width: 32%;
    margin: auto;
}

.point-content svg {
    height: 1.5rem;
    width: 3rem;
}

.point-sec h1 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 5px 4px 15px rgb(8 148 243 / 25%);
    position: absolute;
    text-align: center;
    top: 48%;
    left: 1%;
    margin: 0;
    z-index: 99;
}

.point-sec span {
    font-weight: 900;
    text-shadow: 2px 0px #00a1f2;
}

.point-sec img {
    width: 90%;
}
.footer-top svg{
    cursor: pointer;
}

.bg-grad-point {
    position: absolute;
    left: -6%;
    bottom: -103%;
    width: 80% !important;
}

.tree-content-border {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12rem;
    max-width: 100%;
    border-right: 2px solid #00A1F2;
    border-bottom: 2px solid #00A1F2;
    border-bottom-right-radius: 1.3rem;
}

.tree-content-border img {
    position: absolute;
    bottom: -.5rem;
    left: -0.3rem;
}

.tree-2 .tree-content-border {
    border-right: 0;
    border-left: 2px solid #00A1F2;
    border-bottom-right-radius: 0;
    right: initial;
    left: 0;
    border-bottom-left-radius: 1.3rem;
}

.tree-2 .tree-content-border img {
    left: initial;
    right: -.4rem;
}

.under-tree-2 .under-arrow {
    margin-top: -5rem;
}

.tree-sec .container {
    position: relative;
    z-index: 10;
}

.tree1-content {
    width: calc(100% - 5rem);
}

.payment-sec {
    padding: 3rem 0;
}

.payment-sec hr {
    width: 1.2rem;
    height: 3px;
    background: #00A1F2;
    opacity: 1;
    margin: auto;
    margin-top: 1rem;
}

.payment-content h6 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.payment-content p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: .9rem;
}

.payment-time {
    position: relative;
}

.payment-time::after {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    right: -50%;
    bottom: 0;
    background-color: #00A1F2;
    opacity: 0.1;
}

.wallet-dollar {
    margin-left: 6rem;
}

.payment-content {
    border: 1px solid #064B55;
    border-top: 0;
    border-left: 0;
    padding-left: 2.5rem;
    padding-bottom: 2rem;
    min-height: 13rem;
}

.payment-content2 {
    border-right: 0;
}

.payment-card {
    min-height: 8rem;
}

.payment-content3 {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 2rem;
}

.payment-grad {
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 9%;
    right: 0;
    width: 80%;
}

.rule-sec {
    padding: 5rem 0;
    padding-bottom: 20rem;
}

.reviews-slider {
    width: 60rem;
    margin-left: auto;
    max-width: 100%;
    padding: 0 10rem;
    position: relative;
}



.reviews-slider .slick-list {
    padding: 0 0rem;
    border-radius: 0.7rem;
}

.reviews-slider-box {
    background: rgba(101, 203, 255, 0.1);
    border-radius: 0.7rem;
    padding: 3rem 5rem;
    position: relative;
    z-index: 999;
    border: 1px solid #00A1F2;
    width: 100%;
}

.reviews-slider-box h4 {
    max-width: 10rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    background: linear-gradient(66.69deg, #FF357D -3.61%, #FF6F33 86.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.reviews-slider-box h6 {
    max-width: 9.4rem;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #717479;
    font-weight: 500;
}

.reviews-slider-box p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
}


.reviews-slider:after, .reviews-slider:before {
    position: absolute;
    content: "";
    top: 1.5rem;
    bottom: 2.5rem;
    left: 0rem;
    width: 10rem;
    background: rgba(101, 203, 255, 0.1);
    opacity: 0.5;
    backdrop-filter: blur(20px);
    border-top-left-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
    z-index: 0;
}

.reviews-slider:before {
    left: initial;
    right: 0rem;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
    opacity: .3;
}

.slick-slide img {
    margin: auto;
}

.reviews-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2.5rem;
}
.reviews-slider .slick-dots li.slick-active button{
    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    box-shadow: 5px 10px 15px rgb(0 161 242 / 20%);
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 .5rem;
}
.reviews-slider .slick-dots button {
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: .8rem;
    border:0;
    width: 1.6rem;
    height: 1.6rem;
    padding:0;
    text-align: center;
}

.owl-dots {
    width: 50%;
    display: flex;
    margin: auto;
    margin-top: 1rem !important;
}

.owl-dots .owl-dot {
    width: 50%;
}

.owl-dots .owl-dot span {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
    background: transparent !important;
}

.owl-dots {
    background-color: rgba(217, 217, 217, .2);
    border-radius: 0.5rem !important;
    height: 0.4rem;
}

.owl-dots button.active span {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    border-radius: 0.5rem !important;
    background: #029DF2 !important;
    margin-top: -2px !important;
    margin-bottom: -2px !important;
    height: 0.5rem !important;
}
.flame-sec{
cursor: pointer;
}
.home-sec1 .hero-sec .container{
    position: relative;
    z-index: 2
}
.home-sec1 .hero-sec .view-con{
min-height: calc(100vh - 15.2rem);
display: flex;
justify-content: center;
align-items: center;
padding-top: 10vh;
}
.home-sec1 .hero-sec .view-con .row{
width: 100%;
}
.owl-carousel2 .owl-stage{
    padding-left: 0 !important
}
.flame-sec.flame-sec-hover:after{
    background-image: url(/alt/assets/images/modlist/bg-border.png);
}
.flame-sec.flame-sec-hover:before{
    background-image: url(/alt/assets/images/modlist/bg-border-shadow.png);
}
.flame-sec:hover .flame-sec.flame-sec-hover{
opacity: 1;
visibility: visible;
}
.flame-sec.flame-sec-hover{
position: absolute;
left:0;
top:0;
bottom:0;
width: 100%;
display: flex;
flex-direction: column;
align-items: start;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all .2s ease;
z-index:1;
}
.flame-sec.flame-sec-hover p{
display: block;
max-width: 90%;
margin-bottom: 1rem;
font-weight: 400;
font-size: 1.1rem;
}
.flame-sec.flame-sec-hover img{
width: 5rem;
}
.flame-sec.flame-sec-hover:after{
position: absolute;
content:"";
top:0;
left:0;
bottom:0;
right:0;
background-size: 100% 100%;
opacity:1;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.flame-sec.flame-sec-hover:before{
position: absolute;
content:"";
top:0;
left:0;
bottom:-3.8rem;
right:0;
background-size: 80%;
background-repeat: no-repeat;
background-position: 50% 100%;
}
.flame-sec.flame-sec-hover img, .flame-sec.flame-sec-hover .flame-content{
position: relative;
z-index:1;
}
.nav-pro1 button{
background-color: transparent;
border:0;
width: 2.3rem !important;
padding:0;
height: 2.3rem !important;
}
.nav-pro1 button:after{
display: none !important;
}
.nav-pro1 button.dropdown-toggle:focus,
.nav-pro1 button.dropdown-toggle:hover{
box-shadow: 0 0 0 !important;
outline: none 
!important;
background-color: transparent !important;
border: 0 !important;
}
.home-sec1 .navbar{
z-index:3;
}
.nav-pro1 .bootstrap-select .dropdown-menu{
width: 3rem !important;
min-width: initial !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
left: -.3rem !important; 
}
.nav-pro1 .bootstrap-select .dropdown-menu li a{
padding: 10px !important;
}
.footer .container{
    position: relative;
    z-index: 1
}
.game-character{
    transition: all .3s ease;
}
.mountain-sec-con button.d-btn,
.r-btn,.t-btn{
    position: relative;
    box-shadow: 0 0 0;
}
.mountain-sec-con button.d-btn:after,
.r-btn:after, .t-btn:after {
    position: absolute;
    content: "";
    bottom: -2.4rem;
    left: 0;
    right: 0;
    height: 2.2rem;
    background-image: url(/alt/assets/images/modlist/bg-border-shadow.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s ease;
}
.mountain-sec-con button.d-btn:hover{
        background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #3A49F9 5.53%, #00A1F2 100%);
}
.mountain-sec-con button.d-btn:hover:after,
.r-btn:hover:after,
.t-btn:hover:after{
    opacity: 1;
}

body {overflow: hidden;}


/* Common Style Start */
.section-title {
    font-size: 2.813rem;
    line-height: 3.4375rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.section-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.small-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #fff;
}

.small-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
/* Common Style End */



/* Footer Start */
.subscription-footer .social-media ul {
    display: flex;
    align-items: center;
}

.subscription-footer .social-media ul li {
    padding: 0 15px;
}

.subscription-footer .social-media ul li:first-child {
    padding-left: 0;
}

.subscription-footer .social-media ul li:last-child {
    padding-right: 0;
}

.subscription-footer .social-media ul li a {
    display: block;
    opacity: 0.4;
}

.subscription-footer .social-media ul li a:hover {
    opacity: 1;
}

.footer.subscription-footer {
    padding: 0 0 3.375rem;
    position: relative;
    z-index: 9;
}


.subscription-footer .container {
    /* padding: 10px 10px 16px !important; */
    background-image: url("/alt/assets/images/modlist/subscription-footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.subscription-footer .footer-logo {
    width: 7.6rem;
    height: 7.6rem;
}

.subscription-footer p {
   opacity: 0.7;
   margin-top: 11px;
}

.subscription-footer hr {
    margin-top: 7px;
}

.subscription-footer .footer-menu ul {
    margin-top: 2%;
}

.sub-bg-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sub-bg-img img {
    width: 100%;
}

.footer-waves {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-waves img {
    width: 100%;
    object-fit: cover;
}

/* Footer End */

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* **** Landing Page CSS **** */
.home-page-wrp .container{
    max-width: 1193px;
    padding: 0;
}
.home-header{
    padding: 39px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
}
.home-header .navbar{
    padding: 0;
}
.hero-banner-wrp{
    position: relative;
    padding: 187px 0 60px;
    background: url('/alt/assets/images/modlist/hero-back.png') center repeat;
    background-size: contain;
}
.hero-banner-wrp .row{
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-data{
    max-width: 520px;
}
.banner-data h1{
    font-size: 45px;
    font-weight: normal;
    color: #fff;
    line-height:55px;
    text-shadow: 5px 4px 15px rgba(8, 148, 243, 0.25);
    margin: 0 0 20px;
    text-transform: uppercase;
}
.banner-data h1 strong{
    font-weight: 900;
    display: block;
}
.banner-data p{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin: 0 0 35px;
    max-width: 450px;
}
.banner-data h2{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    margin: 0 0 30px;
}
.banner-data .btn-group{
    gap: 18px;
}
.btn-main{
    padding: 14px 26px;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: #08090C;
    border-radius: 13px;
    position: relative;
    display: table;
    overflow: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main span{
    position: relative;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    border-radius: 13px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    opacity: 1;
    visibility:visible;
}
.btn-main:before{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0px;
    padding: 2px;
    border-radius: inherit;
        
    background: radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    background: -webkit-radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    background: -moz-radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);
    background: -o-radial-gradient(83.15% 1105.37% at 26.63% 74%, #00A1F2 5.53%, #3A49F9 100%);

    /* Mask / clip for gradient borders */
    mask: 
      linear-gradient(#fff 0 0) content-box exclude, 
      linear-gradient(#fff 0 0);
    -webkit-mask: 
      -webkit-linear-gradient(#fff 0 0) content-box exclude, 
      -webkit-linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;

    /* Smooth transition */
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;

    opacity: 0;
    visibility: hidden;
}
.btn-main:hover{
    color: #fff;
    border-color: transparent;
}
.btn-main:hover:after{
    /*left: auto;
    right: 0;
    width: 0%;*/
    opacity: 0;
    visibility:hidden;
}
.btn-main:hover:before{
    opacity: 1;
    visibility:visible;
}
.btn-upload{
    padding: 8px 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #08090C;
    align-items: center;
    border: 2px solid rgba(0, 0, 0, 0.10);
    width: fit-content;
    border-radius: 13px;
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.btn-upload span{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.btn-upload figure{
    min-width: 34px;
    width: 34px;
    height: 34px;
    margin:0 10px 0 0;
    background: rgba(0, 0, 0, 0.40);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-upload:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #54D597 3.08%, #02C231 100%);
    transition: .4s linear;
    -webkit-transition: .4s linear;
    opacity: 1;
    visibility: visible;
}
.btn-upload:before{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0px;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(250, 185, 23, 1) 0%, rgba(0, 243, 48, 1) 50%, rgba(149, 214, 119, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(250, 185, 23, 1) 0%, rgba(0, 243, 48, 1) 50%, rgba(149, 214, 119, 1) 100%);
    background: -moz-linear-gradient(135deg, rgba(250, 185, 23, 1) 0%, rgba(0, 243, 48, 1) 50%, rgba(149, 214, 119, 1) 100%);
    background: -o-linear-gradient(135deg, rgba(250, 185, 23, 1) 0%, rgba(0, 243, 48, 1) 50%, rgba(149, 214, 119, 1) 100%);

    /* Mask / clip for gradient borders */
    mask: 
      linear-gradient(#fff 0 0) content-box exclude, 
      linear-gradient(#fff 0 0);
    -webkit-mask: 
      -webkit-linear-gradient(#fff 0 0) content-box exclude, 
      -webkit-linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;

    /* Smooth transition */
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    opacity: 0;
    visibility:hidden;
}
.btn-upload:hover{
    color: #fff;
    border-color: transparent;
}
.btn-upload:hover figure{
    background: rgba(255, 255, 255, 0.05);
}
.btn-upload:hover:after{
    /*left: auto;
    right: 0;
    width: 0%;*/
    opacity: 0;
    visibility:visible;
}
.btn-upload:hover:before{
    opacity: 1;
    visibility: visible;
}

.banner-join-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.banner-join-box{
    max-width: 567px;
    width: 100%;
    position: relative;
    padding: 36px 146px 44px 45px;
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
    border-radius: 20px;
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
}
.banner-join-box:after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.join-banner-inblock{
    position: relative;
    z-index: 5;
}
.join-banner-inblock h3{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}
.join-banner-inblock h3 span{
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.join-banner-inblock p{
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
}
.join-banner-inblock .btn-upload{
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
}
.join-banner-inblock .btn-upload:before{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0px;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
        
    mask: 
      linear-gradient(#fff 0 0) content-box exclude, 
      linear-gradient(#fff 0 0);
    -webkit-mask: 
      -webkit-linear-gradient(#fff 0 0) content-box exclude, 
      -webkit-linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;

    /* Smooth transition */
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;

    opacity: 0;
    visibility: hidden;
}
.join-banner-inblock .btn-upload:after{
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
}
.join-banner-inblock .btn-upload:hover:before{
    opacity: 1;
    visibility: visible;
}
.join-banner-inblock .btn-upload:hover{
    color: #fff;
}
img.join-shp1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.join-shap2{
    max-width: 320px;
    position: absolute;
    bottom: -130px;
    right: -80px;
    z-index: 3;
}
.join-shap2 img{
    width: 100%;
}
.join-shap3{
    position: absolute;
    right: 25px;
    max-width: 110px;
    top: -50px;
    z-index: 3;
}
.join-shap3 img{
    width: 100%;
}
img.banner-shap1{
    position: absolute;
    top: 0;
    right: 0;
}
img.banner-shap2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.latest-games-wrp{
    padding: 60px 0 76px;
    position: relative;
    overflow: hidden;
}
.latest-games-wrp .container-fluid{
    width: calc(1193px - 10px + (100vw - 1193px)/2);
    margin-right: 0;
    padding: 0;
}
.latest-title{
    margin: 0 0 60px;
    max-width: 1192px;
}
.latest-title .row{
    align-items: flex-end;
}
.latest-title h2{
    font-size: 45px;
    line-height: 55px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.latest-title h2 strong{
    display: block;
    font-weight: 900;
}
.latest-title .btn-group{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.games-block{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: rgba(101, 203, 255, 0.10);
    backdrop-filter: blur(10px);
}
.games-block:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #000000 100%);
    bottom: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.games-block:before{
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #DE1A86 100%);
    bottom: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;   
    opacity: 0;
    visibility: hidden;
}
.games-block:hover:after{
    opacity: 0;
    visibility: hidden;
}
.games-block:hover:before{
    opacity: 1;
    visibility: visible;
}
.game-cover img{
    width: 100%;
}
.game-data-bx{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:11px 9px;
    z-index: 1;
}
.game-data-bx h3{
    max-width: 157px;
    margin: 0px auto 20px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    position: relative;
    top: 130px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-explore{
    padding: 14px 46px;
    background: linear-gradient(118.4deg, #8328F2 19.47%, #DE1A86 98.85%);
    /*border: 2px solid rgba(0, 0, 0, 0.10);*/
    border: none;
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
    border-radius: 13px;
    margin: 42px auto 67px;
    display: table;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    transition: opacity 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
    -webkit-transition: opacity 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}
.btn-explore:after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.10);
    mask: 
      linear-gradient(#fff 0 0) content-box exclude, 
      linear-gradient(#fff 0 0);
    -webkit-mask: 
      -webkit-linear-gradient(#fff 0 0) content-box exclude, 
      -webkit-linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;

    /* Smooth transition */
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-explore:hover{
    opacity: 0.70;
    color: #fff;
}
.games-block:hover .btn-explore{
    opacity: 1;
    visibility: visible;
}
.games-block:hover h3{
    top: 0;
}
.game-data-bx ul{
    display: flex;
    align-items: center;
    padding: 11px 14px;
    background: rgba(101, 203, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    justify-content: space-between;
}
.game-data-bx ul li{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    color: #fff;
}
.game-data-bx ul li figure{
    min-width: 16px;
    max-width: 16px;
    margin:0 7px 0 0;
}
.games-block:hover .game-data-bx ul{
    background: rgba(101, 203, 255, 0.25);
}
.games-block:hover .game-data-bx ul::after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* thickness of border */
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(250,185,23,1) 0%,rgba(0,243,48,1) 50%,rgba(149,214,119,1) 100%);
    /* Punch out the middle → keep it transparent */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.download-wrp{
    padding: 104px 0 64px;
    position: relative;
}
.download-block{
    position: relative;
    background: rgba(101, 203, 255, 0.02);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 67px 0;
    z-index: 2;
}
.download-block::after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* thickness of border */
    border-radius: inherit;
    background: linear-gradient(265.78deg, rgba(0, 193, 255, 0.0416667) 3.37%, #00C1FF 37.32%, rgba(0, 193, 255, 0) 76.05%, rgba(0, 193, 255, 0.37594) 105.23%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.download-data-box{
    max-width: 750px;
    margin: 0 auto;
}
.download-data-box h2{
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto 15px;
}
.download-data-box h2 strong{
    font-weight: 900;
    display: block;
}
.download-data-box p{
    margin: 0 auto 30px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    max-width: 483px;
}
.download-data-box .btn-upload{
    margin: 0 auto;    
}
.download-data-box .btn-upload:after{
    background: linear-gradient(133.34deg, #173DFA -11.37%, #30F3D7 96.23%, #95D677 96.23%);
}
.download-data-box .btn-upload:before{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0px;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(133.34deg, #173DFA -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    transition: 0.4s linear;    
    -webkit-transition: 0.4s linear;    
    opacity: 0;
    visibility: hidden;
}
.download-data-box .btn-upload:hover{
    color: #fff;
}
.download-data-box .btn-upload:hover:before{
    opacity: 1;
    visibility: visible;
}
.char-1{
    position: absolute;
    bottom:-15px;
    left:-30px;
}
.char-2{
    position: absolute;
    top: -110px;
    right:-50px;
}

img.download-shap1{
    position: absolute;
    bottom:-25%;
    left: 0;
}
img.download-shap2{
    position: absolute;
    top:-50%;
    right: 0;
}


.explore-wrp{
    position: relative;
    padding: 106px 0 56px;
}
.explore-title{
    padding: 0 0 30px;
    margin: 0 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.explore-title .row{
    align-items: center;
}
.explore-title h2{
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 55px;
}
.explore-title a{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 0 auto;
    display: table;
}
.explore-title a:hover{
    color: #FAB917;
}

.mode-filter-row{
    margin: 0 0 40px;
}
.mode-filter-row ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mode-filter-row ul li{
    margin-right: 15px;
}
.mode-filter-row ul li:last-child{
    margin: 0;
}
.mode-filter-row ul li a{
    padding: 10px 15px;    
    background: rgba(101, 203, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}
.mode-filter-row ul li a figure{
    min-width: 20px;
    max-width: 20px;
    margin: 0 8px 0 0;
}
.mode-filter-row ul li a figure img{
    width: 100%;
}
.mode-filter-row ul li a:hover{
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    color: #08090C;
    border-color: #08090C;
}
.mode-filter-row ul li a:hover figure img.hovr-img{
    display: block;
}
.mode-filter-row ul li a:hover figure img.nrml-img{
    display: none;
}
.mode-filter-row ul li a figure img.hovr-img{
    display: none;
}
.mode-filter-row .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mode-filter-row .btn-group a{
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    width: fit-content;
    background: rgba(101, 203, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    padding: 8px 16px;
}
.mode-filter-row .btn-group a figure{
    margin:0 8px 0 0;
    min-width: 20px;
    max-width: 20px;
}
.mode-filter-row .btn-group a figure img{
    width: 100%;
}
.mode-filter-row .btn-group a img.hovr-img{
    display: none;
}
.mode-filter-row .btn-group a:hover{
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    color: #08090C;
    border-color: #08090C;
}
.mode-filter-row .btn-group a:hover img.nrml-img{
    display: none;
}
.mode-filter-row .btn-group a:hover img.hovr-img{
    display: block;
}

.mode-listng-row .row{
    margin: 0 -7px;
}
.mode-listng-row .row .col-md-3{
    padding: 0 7px;
}
.mode-block{
    margin: 0 0 25px;
    background: rgba(101, 203, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    position: relative;
    z-index: 5;
    display: flex;
    flex-flow: column;
    height: calc(100% - 25px);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.mode-block:hover{
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
}
.mode-block:after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* thickness of border */
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(250,185,23,1) 0%,rgba(48,243,215,1) 48%,rgba(149,214,119,1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.mode-block:hover:after{
    opacity: 1;
    visibility: visible;
}
.mode-img figure{
    margin: 0;
}
.mode-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.mode-data{
    padding: 23px 19px 19px;
    position: relative;
    z-index: 5;
}
.mode-data h6{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: table;
}
.mode-data h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    margin: 0 0 15px;
}
.mode-data .btn-group{
    display: flex;
    align-items: center;
    width: 100%;
}
.mode-data h4{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
}
.mode-data h4 a{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.mode-data h4 a:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
    bottom: 0;
    left: 0;
}
.mode-data h5{
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 18px;
}
.mode-data h5 figure{
    margin: 0 10px 0 0;
}
.mode-block:hover .mode-data h4 a{
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.mode-block:hover .mode-data h4 a:after{
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
}
.mode-listng-row .btn-main{
    margin: 35px auto 0;
    max-width: 203px;
    text-align: center;
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
}
.mode-listng-row .btn-main:after{
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #54D597 3.08%, #02C231 100%);
}
.mode-listng-row .btn-main:before{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0px;
    padding: 2px;
    border-radius: inherit;
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #54D597 3.08%, #02C231 100%);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    transition: 0.4s linear;    
    -webkit-transition: 0.4s linear;    
    opacity: 0;
    visibility: hidden;
}
.mode-listng-row .btn-main:hover{
    color: #fff;
}
.mode-listng-row .btn-main:hover:before{
    opacity: 1;
    visibility: visible;
}


.creators-wrp{
    padding: 84px 0 40px;
    position: relative;
    background: url('/alt/assets/images/modlist/hero-back.png') center repeat;
    background-size: contain;
}
.creators-wrp .container{
    max-width: 940px;
    position: relative;
    z-index: 2;
}
.creators-wrp .row{
    margin: 0 -7px;
}
.creators-wrp .row .col-md-3{
    padding: 0 7px;
}
.titlebar{
    max-width: 670px;
    margin: 0 auto 35px;
}
.titlebar h2{
    margin: 0 auto 15px;
    font-size: 45px;
    text-align: center;
    line-height: 55px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.titlebar p{
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 35px;
    color: #fff;
    max-width: 480px;
}
.titlebar p strong{
    font-weight: bold;
}

.creators-box{
    padding: 40px;
    background: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-flow: column;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.creators-box:after{
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgba(250,185,23,1) 0%,rgba(48,243,215,1) 50%,rgba(149,214,119,1) 100%);
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.get-rewardbx:after{
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
}
.connect-bx:after{
    background: linear-gradient(133.34deg, #173DFA -11.37%, #30F3D7 96.23%, #95D677 96.23%);
}
.uniqebx:after{
    background: linear-gradient(118.4deg, #8328F2 19.47%, #DE1A86 98.85%);
}

.creators-ic{
    min-width: 54px;
    height: 65px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}
.creators-ic img{
    margin: 0 auto 0px;
    display: table;
}
.creators-box .creators-ic img.hovr-img{
    display: none;
}
.creators-box p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.creators-box:hover:after{
    height: 100%;
}
.creators-box:hover .creators-ic img.nrml-img{
    display: none;
}
.creators-box:hover .creators-ic img.hovr-img{
    display: block;
}
.creators-box:hover p{
    color: #08090C;
}

.btn-join{
    padding: 14px 65px 14px 30px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    position: relative;
    display: table;
    margin: 60px auto 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-join:after{
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-join:hover{
    background: #fff;
    color: #08090C;
    border-color: #fff;
}
.btn-join:hover:after{
    width: 25px;
    right: 25px;
    background: #08090C;
}
.create-shap1{
    position: absolute;
    top:-70%;
    left: 0;
}
.create-shap2{
    position: absolute;
    top:-65%;
    right: 0;
}
.create-shap3{
    position: absolute;
    top:30%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: table;
}

.social-unlock-wrp{
    position: relative;
    padding: 45px 0 175px;
}
.social-unlock-block{
    padding: 45px 45px 45px 45px;
    position: relative;
    background: radial-gradient(84.89% 953.75% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
    border-radius: 20px;
    z-index: 5;
}
.social-unlock-block:after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(250,185,23,1) 0%,rgba(48,243,215,1) 48%,rgba(149,214,119,1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.patern-shap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    z-index: 2;
    max-width: 30%;
    margin: 0;
}
.patern-shap img{width: 100%;}
.social-unlock-block .row{
    position: relative;
    z-index: 5;
    align-items: center;
}
.socialloack-box{
    display: flex;
    align-items: center;
}
.socialloack-box figure{
    min-width: 85px;
    max-width: 85px;
    margin: 0 35px 0 0;
}
.socialloack-box figure img{
    width: 100%;
}
.socialloack-box h2{
    margin: 0;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 55px;
}
.socialloack-box h2 strong{
    display: block;
    font-weight: 900;
}
.social-unlock-block .btn-group{
    width: 100%;
}
.social-unlock-block .btn-group .btn-upload{
    margin: 0 0 0 auto;
}
.social-unlock-block .btn-group .btn-upload:after{
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
}
.social-unlock-block .btn-upload:before{
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0px;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    transition: 0.4s linear;    
    -webkit-transition: 0.4s linear;    
    opacity: 0;
    visibility: hidden;
}
.social-unlock-block .btn-group .btn-upload:hover{
    color: #fff;
}
.social-unlock-block .btn-group .btn-upload:hover:before{
    opacity: 1;
    visibility: visible;
}

.home-page-wrp{
    position: relative;
}
.home-footer-shap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1;
}
.home-footer-shap img{
    width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),.bootstrap-select{width: 100% !important;}

.upgrad-pakages-wrp{
    position: relative;
}
.upgrad-pakages-row{
    margin: 40px 0 150px;
    padding: 67px 0 66px 89px;
    position: relative;
    background: linear-gradient(118.4deg, #8328F2 19.47%, #DE1A86 98.85%);
    backdrop-filter: blur(22.5px);
    border-radius: 20px;
}
.upgrad-pakages-row:last-child{
    margin: 0;
}
.upgrad-pakage-data{
    max-width: 700px;
}
.upgrad-pakage-data h2{
    margin: 0 0 15px;
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    line-height: 55px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.upgrad-pakage-data h2 strong{
    font-weight: 900;
    display: block;
}
.upgrad-pakage-data p{
    max-width: 485px;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
}
.upgrad-pakage-data .btn-upload{
    border: 2px solid rgba(0, 0, 0, 0.10);    
    box-shadow: 5px 10px 15px rgba(0, 161, 242, 0.2);
    background: transparent;
    overflow: visible;
}
.upgrad-pakage-data .btn-upload:before,
.upgrad-pakage-data .btn-upload:after{
    background: linear-gradient(118.4deg, #FAB917 0.57%, #DE1A86 79.95%);
    border-radius: 13px;
}
.upgrad-pakage-data .btn-upload:before{
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}
.upgrad-pakage-data .btn-upload:hover{
    background: #08090C;
}
.upgrad-pakages-img{
    position: absolute;
    bottom:-16px;
    right: 0;
    max-width: 515px;
}
.upgrad-pakages-img img{
    width: 100%;
}

.premium-block{
    padding: 67px 60px 66px 0px;
}
.premium-block .upgrad-pakage-data{
    margin: 0 0 0 auto;
}
.premium-block .upgrad-pakages-img{
    right: auto;
    left: -100px;
    bottom: -80px;
    max-width: 580px;
}
.premium-mem-block{
    background: linear-gradient(135deg, rgba(250,185,23,1) 0%,rgba(48,243,215,1) 50%,rgba(149,214,119,1) 100%);
}
.premium-mem-block .upgrad-pakages-img{
    max-width: 500px;
    right: -60px;
}
.premium-mem-block .upgrad-pakage-data p,
.premium-mem-block .upgrad-pakage-data h2{
    color: #08090C;
}
.light-mode .upgrad-pakage-data .btn-upload:hover{
    background: #fff;
}


.light-mode .hero-banner-wrp{
    background: none;
}
.light-mode .explore-title h2,.light-mode .explore-title a,
.light-mode .join-banner-inblock h3,.light-mode .join-banner-inblock p,.light-mode .latest-title h2,.light-mode .download-data-box h2,.light-mode .download-data-box p,
.light-mode .banner-data h2,.light-mode .banner-data p,.light-mode .banner-data h1{
    color: #08090C;
}
.light-mode .explore-title a:hover{
    color: #FAB917;
}
.light-mode .banner-data h1 strong{
    text-shadow: none;
}
.light-mode .btn-main{
    border: 2px solid rgba(0, 0, 0, 0.10);
}
.light-mode .btn-upload:hover figure{
    background: rgba(0, 0, 0, 0.70);
}
.light-mode .banner-join-box{
    background: rgba(255, 255, 255, 0.10);
}
.light-mode .mode-filter-row ul li a{
    background: rgba(101, 203, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #08090C;
}
.light-mode .mode-filter-row ul li a figure img.nrml-img{
    display: none;
}
.light-mode .mode-filter-row ul li a figure img.hovr-img{
    display: block;
}
.light-mode .mode-filter-row ul li a:hover {
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    color: #08090C;
    border-color: #fff;
}
.light-mode .mode-filter-row .btn-group a{
    background: rgba(101, 203, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #08090C;
}
.light-mode .mode-filter-row .btn-group a:hover{
    background: linear-gradient(133.34deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    color: #08090C;
    border-color: #fff;
}
.light-mode .mode-filter-row .btn-group a img.nrml-img{
    display: none;
}
.light-mode .mode-filter-row .btn-group a img.hovr-img{
    display: block;
}
.light-mode .titlebar h2,.light-mode .titlebar p,.light-mode .creators-box p,
.light-mode .mode-data h5,.light-mode .mode-data h4,.light-mode .mode-data h3{
    color: #08090C;
}
.light-mode .creators-wrp{
    background: none;
}
.light-mode .btn-join{
    border-color:#08090C;
    color: #08090C;
}
.light-mode .btn-join:after{
    background: #08090C;
}
.light-mode .btn-join:hover{
    background: #08090C;
    color: #fff;
}
.light-mode .btn-join:hover:after{
    background: #fff;
}
.light-mode .social-unlock-block{
    background: rgba(255, 255, 255, 0.10);
}
.light-mode .social-unlock-block figure.patern-shap img.nrml-img{
    display: none;
}
.social-unlock-block figure.patern-shap img.dark-img{
    display: none;
}
.light-mode .social-unlock-block figure.patern-shap img.dark-img{
    display: block;
}
.light-mode .socialloack-box h2{
    color: #08090C;
}

.mode-data h5 figure img.hovr-img{
    display: none;
}
.light-mode .mode-data h5 figure img.hovr-img{
    display: block;
}
.light-mode .mode-data h5 figure img.nrml-img{
    display: none;
}

.light-mode .mode-block{
    background: rgba(101, 203, 255, 0.10);
    border: none;
}
.light-mode .mode-block:hover{
    background: #fff;
}

.light-mode .explore-title{border-bottom: 1px solid rgba(8, 9, 12, 0.15);}
.light-mode .download-block::after{
    background: linear-gradient(135deg, rgba(0,193,255,0.04) 0%,rgba(0,193,255,0.08) 1%,rgba(0,193,255,1) 25%,rgba(0,193,255,0) 75%,rgba(0,193,255,0.38) 100%);
}

img.dark-img{
    display: none;
}
.light-mode .home-footer-shap img.dark-img{
    display: block;
}
.light-mode .home-footer-shap img.nrml-img{
    display: none;
}

.light-mode .btn-upload{
    background: transparent;
}
.light-mode .btn-main{
    background: transparent;
}
.light-mode .btn-upload:hover,
.light-mode .btn-main:hover{
    color: #08090C !important;
}
/* **** End Landing Page CSS **** */

