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%;
}