body {
    font-family: "Montserrat", sans-serif;
    background-color: #0A0A0A;
}

a {
    text-decoration: none;
    transition: 0.5s all;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
}

h1 {
    font-size: 60px;
    line-height: 140%;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 2.8rem;
    font-weight: 700;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1510px;
    padding: 0px 20px;
}

header {
    padding: 20px 0px;
    background-color: #0A0A0A;
}

header .logo {
    max-width: 284px;
}

.navigation nav ul li a {
    font-size: 15px;
    color: #DADADA;
    padding: 0px;
    text-transform: capitalize;
}

header .row {
    align-items: center;
}

.navigation nav ul {
    gap: 42px;
    justify-content: start;
    width: 100%;
}

.header_right {
    display: flex;
    justify-content: flex-end;
    gap: 28px;
    align-items: center;
}

.navbar-expand-lg {
    padding: 0px !important;
}

.navigation nav ul li a:hover {
    color: #F3BB2B;
}

.hero_banner_ {
    width: 100%;
    display: flex;
    min-height: 800px;
    background-image: url("../images/herobg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner_content {
    text-align: left;
    color: #fff;
    width: 90%;
}

.comming_soon {
    max-width: 220px;
}


.hero_banner_ .row {
    align-items: center;
}

.btn_work a {
    padding: 18px 44px;
    background-color: #FF9B0F;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.btn_work a:hover {
    background-color: #d88c22;
}

.btn_work {
    display: inline-block;
    margin-top: 36px;
}

.banner_cnt p {
    padding-top: 10px;
}

.banner_vector {
    max-width: 630px;
}

section.explore_categories {
    width: 100%;
    display: inline-block;
    padding: 100px 0px;
    color: #fff;
}

section.explore_categories p {
    color: #999999;
    font-size: 17px;
    margin-top: 25px;
}

.categories_block {
    background-color: #1A1A1A;
    padding: 27px;
    border-radius: 12px;
    border: 1px solid #262626;
}

section.explore_categories .slick-track {
    display: flex;
    gap: 26px;
}

section.explore_categories .cnt_comedy {
    display: flex;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
}

section.explore_categories .cnt_comedy h4 {
    font-size: 17px;
    margin: 0px;
}

section.explore_categories .autoplay_two {
    padding-top: 30px;
}

.slick-arrow {
    position: absolute;
    right: 30px;
    top: -60px;
}

.slick-prev {
    background-image: url(../images/rightarrow2.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 28px;
    height: 30px;
    background-color: transparent;
    font-size: 0px;
    border: none;
}

.slick-next {
    background-image: url(../images/rightarrow2.svg);
    background-position: right;
    background-repeat: no-repeat;
    margin-right: 50px;
    width: 28px;
    height: 30px;
    background-color: transparent;
    font-size: 0px;
    border: none;
    transform: rotate(180deg);
}

.slick-arrow:focus-visible {
    outline: none;
}

.development_cost_sports_s {
    width: 100%;
    padding: 100px 0px;
    color: #fff;
    position: relative;
}


.sports_fantacy_animation {
    position: absolute;
    top: -40px;
    /* animation: floatBlur 12s linear infinite; 
    opacity: 0.5;*/
    z-index: 111;
}

/* 
@keyframes floatBlur {
    0% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(200px, 100px) scale(1.1);
    }

    50% {
        transform: translate(600px, 400px) scale(1.05);
    }

    75% {
        transform: translate(200px, 300px) scale(1.1);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
} */
.platform_s_cnt:hover h5 {
    transform: translateX(-140%);
}

.platform_s_cnt {
    position: relative;
    width: 97%;
    height: 410px;
    border-bottom-left-radius: 24px;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 23%);
    border-radius: 5px;
    padding: 20px 20px 10px;
    overflow: hidden;
    color: #c7c7c7;
    margin-bottom: 50px;
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(25, 42, 23, 1) 130%);
}

.platform_s_cnt.twobg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(36, 29, 27, 1) 200%);
}

.platform_s_cnt.threebg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(22, 38, 53, 1) 200%);
}

.platform_s_cnt.fourbg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(42, 34, 54, 1) 200%);
}

.platform_s_cnt.fivebg {
    background: linear-gradient(143deg, rgba(16, 16, 16, 1) 0%, rgba(54, 46, 17, 1) 200%);
}

.top_bar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.platform_s_cnt h4 {
    font-size: 30px;
    font-weight: 500;
}

.platform_s_cnt h5 {
    font-size: 130px;
    font-weight: 400;
    margin: 20px 0px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    opacity: 0.2;
    line-height: 1;
    letter-spacing: 2px;
    white-space: nowrap;
    transform: translateX(0);
    transition: transform 2.5s ease;
}

.readbtn {
    justify-content: center;
    width: 80px;
    padding: 12px;
    height: 80px;
    transition: 1s;
    float: right;
    background-color: #ffffff0f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transform: rotate(-35deg);
}

.platform_s_cnt:hover .readbtn {
    background-color: #f3bb2b;
}

.development_cost_sports_s p {
    margin: 15px 0px;
    color: #eaeaea;
    font-size: 18px;
}

.top_bar h3 {
    font-weight: 800;
}

.development_cost_sports_s .row {
    position: relative;
    z-index: 666;
}

.beigns_ready_cta {
    padding: 10px 74px;
    min-height: 290px;
    color: #fff;
    width: 100%;
    border: 1px solid #262626;
    border-radius: 12px;
    background-image: url(../images/binge_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beigns_ready_cta p {
    padding-top: 10px;
    color: #999;
    margin: 0px;
}

.beigns_ready_cta .row {
    align-items: center;
    width: 100%;
}

.entertainment_redefined {
    width: 100%;
    display: block;
    padding: 100px 0px 100px;
    color: #fff;
}

.cnt_enterment ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
}

.cnt_enterment ul li {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 24px;
}

.entertainment_vector {
    max-width: 740px;
}

.entertainment_redefined p {
    margin: 20px 0px;
    color: #e2e2e2;
}

.slider {
    width: 100%;
    max-width: 100%;
    z-index: 666;
    padding-top: 30px;
}

.ultimate_entertaintment_slide .slide.right1 {
    transform: translateX(90px) scale(0.85) rotateY(-20deg);
    z-index: 4;
    opacity: 1;
}

.ultimate_entertaintment_slide .slide {
    position: absolute;
    width: 386px;
    height: 382px;
    border-radius: 20px;
    border: 1px solid #adadad;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    top: 0;
    left: 50%;
    transform: translateX(-20%) scale(0.7);
    z-index: 1;
    opacity: 0.5;
}

.ultimate_entertaintment_slide .slide.right2 {
    transform: translateX(270px) scale(0.75) rotateY(-30deg);
    z-index: 3;
    opacity: 1;
}

.ultimate_entertaintment_slide .slide.right1 {
    transform: translateX(90px) scale(0.85) rotateY(-20deg);
    z-index: 4;
    opacity: 1;
}

.ultimate_entertaintment_slide .slide.right3 {
    transform: translateX(410px) scale(0.6) rotateY(-40deg);
    z-index: 2;
    opacity: 1;
}

.ultimate_entertaintment_slide .slide.left2 {
    transform: translateX(-660px) scale(0.75) rotateY(30deg);
    z-index: 3;
    opacity: 1;
}

.ultimate_entertaintment_slide .slide.left1 {
    transform: translateX(-510px) scale(0.85) rotateY(20deg);
    z-index: 4;
    opacity: 1;
}

.ultimate_entertaintment_slide .slide.left3 {
    transform: translateX(-800px) scale(0.6) rotateY(40deg);
    z-index: 2;
    opacity: 1;
}

.ultimate_entertaintment_slide .slide.center {
    transform: translateX(-50%) scale(1);
    z-index: 5;
    opacity: 1;
}

.ultimate_entertaintment_slide .nav-buttons {
    text-align: center;
    margin-top: 20px;
}

.ultimate_entertaintment_slide .nav-buttons button {
    padding: 5px;
    width: 40px;
    box-shadow: 0px 2px 10px #00000014;
    height: 40px;
    margin: 0 10px;
    font-size: 20px;
    border-radius: 100%;
    border: none;
    background: #fff;
    color: #000000;
    cursor: pointer;
}

.ultimate_entertaintment_slide .slider-container {
    position: relative;
    width: 100%;
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

section.ultimate_entertaintment_slide {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0px 0px 100px;
    height: 100%;
    position: relative;
}

.ultimate_entertaintment_slide p.subtext {
    max-width: 70%;
    color: #d6d6d6;
    margin: 0 auto;
    padding-top: 12px;
}

.trading_series_setion {
    width: 100%;
    display: block;
    color: #fff;
}

.viewall a {
    font-size: 20px;
    color: #fff;
    transition: 1s;
}

.viewall a:hover {
    color: #f3bb2b;
}

.trading_series_setion ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
    gap: 12px;
}

.trading_series_setion ul li img {
    max-width: 245px;
}

.trading_series_setion ul li:last-child {
    display: none;
}

footer {
    width: 100%;
    position: relative;
    padding: 60px 0px;
    text-align: center;
    color: #fff;
}

footer p {
    font-size: 28px;
    margin: 0px;
    display: inline-block;
    background-color: #0a0a0a;
    padding: 0px 20px;
    position: relative;
    z-index: 666;
}

.copyright {
    position: relative;
}

.copyright::before {
    width: 100%;
    height: 1px;
    background-color: #F3BB2B;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    content: "";
}

section.ecosystem_section {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 80px 0px;
    color: #fff;
}

.ecosystem_section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/walletmoneybg.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 10px;
    opacity: 0.5;
}

section.ecosystem_section .container {
    position: relative;
    z-index: 666;
}

.ecosystem_section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.ecosystem_section ul li {
    width: 230px;
}

.ecosystem_section ul li a {
    color: #dedede;
    transition: 1s;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(39, 38, 39, 1) 100%);
    border-radius: 5px;
    border: 1px solid #323232;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.ecosystem_section p {
    max-width: 70%;
    margin: 0 auto;
    padding-top: 15px;
}

.ecosystem_section ul li a:hover {
    box-shadow: 0px 5px 15px #f3ba2b7e;
    transform: scale(1.1);
}

@media screen and (max-width:1500px) {


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }

    .ultimate_entertaintment_slide .slide {
        width: 355px;
        height: 350px;
    }

    .ultimate_entertaintment_slide .slide.right1 {
        transform: translateX(50px) scale(0.85) rotateY(-20deg);
    }

    .ultimate_entertaintment_slide .slide.right2 {
        transform: translateX(220px) scale(0.75) rotateY(-30deg);
    }

    .ultimate_entertaintment_slide .slide.right3 {
        transform: translateX(380px) scale(0.6) rotateY(-40deg);
    }

    .ultimate_entertaintment_slide .slide.left1 {
        transform: translateX(-410px) scale(0.85) rotateY(20deg);
    }

    .ultimate_entertaintment_slide .slide.left2 {
        transform: translateX(-600px) scale(0.75) rotateY(30deg);
    }

    .ultimate_entertaintment_slide .slide.left3 {
        transform: translateX(-740px) scale(0.6) rotateY(40deg);
    }


}

@media screen and (max-width:1366px) {

    .navigation nav ul {
        gap: 30px;
    }

    h1 {
        font-size: 50px;
    }

    .hero_banner_ {
        min-height: 580px;
    }

    .ultimate_entertaintment_slide .slide {
        width: 326px;
        height: 322px;
    }

    .ultimate_entertaintment_slide .slide.right1 {
        transform: translateX(50px) scale(0.85) rotateY(-20deg);
    }

    .ultimate_entertaintment_slide .slide.right2 {
        transform: translateX(220px) scale(0.75) rotateY(-30deg);
    }

    .ultimate_entertaintment_slide .slide.right3 {
        transform: translateX(355px) scale(0.6) rotateY(-40deg);
    }

    .ultimate_entertaintment_slide .slide.left1 {
        transform: translateX(-370px) scale(0.85) rotateY(20deg);
    }

    .ultimate_entertaintment_slide .slide.left2 {
        transform: translateX(-530px) scale(0.75) rotateY(30deg);
    }

    .ultimate_entertaintment_slide .slide.left3 {
        transform: translateX(-670px) scale(0.6) rotateY(40deg);
    }

    .trading_series_setion ul li img {
        max-width: 223px;
    }

    .ultimate_entertaintment_slide .slider-container {
        height: 360px;
    }

}


@media screen and (max-width:1200px) {

    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    p {
        font-size: 16px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95%;
    }

    .sports_fantacy_animation {
        top: -40px;
    }

    .development_cost_sports_s {
        padding: 60px 0px;
    }

    .btn_work a {
        padding: 14px 36px;
        font-size: 16px;
    }

    .hero_banner_ {
        min-height: 410px;
    }

    .navigation nav ul {
        gap: 15px;
    }

    .navigation nav ul li a {
        font-size: 14px;
    }

    section.explore_categories .cnt_comedy h4 {
        font-size: 15px;
    }

    .platform_s_cnt h5 {
        font-size: 80px;
        margin: 20px 0px 50px;
    }

    .platform_s_cnt h4 {
        font-size: 24px;
    }

    .cnt_enterment ul li {
        font-size: 20px;
    }

    .ultimate_entertaintment_slide .slide {
        width: 280px;
        height: 272px;
    }


    .ultimate_entertaintment_slide .slide.right1 {
        transform: translateX(20px) scale(0.85) rotateY(-20deg);
    }

    .ultimate_entertaintment_slide .slide.right2 {
        transform: translateX(150px) scale(0.75) rotateY(-30deg);
    }

    .ultimate_entertaintment_slide .slide.right3 {
        transform: translateX(250px) scale(0.6) rotateY(-40deg);
    }

    .ultimate_entertaintment_slide .slide.left1 {
        transform: translateX(-300px) scale(0.85) rotateY(20deg);
    }

    .ultimate_entertaintment_slide .slide.left2 {
        transform: translateX(-430px) scale(0.75) rotateY(30deg);
    }

    .ultimate_entertaintment_slide .slide.left3 {
        transform: translateX(-532px) scale(0.6) rotateY(40deg);
    }

    .ultimate_entertaintment_slide .slider-container {
        height: 310px;
    }

    .trading_series_setion ul li img {
        max-width: 100%;
    }


}


@media screen and (max-width:991px) {

    h1 {
        font-size: 32px;
    }

    .ecosystem_section ul li a {
    font-size: 15px; }

    .ecosystem_section ul li {
    width: 30%;
}
.ecosystem_section ul {
    margin-top: 30px; }

    .ecosystem_section p {
    max-width: 100%; }

    .banner_vector {
        max-width: 320px;
    }

    header .logo {
        max-width: 170px;
    }

    .header_right {
        display: none;
    }

    .navigation {
        width: 100%;
        justify-content: start !important;
    }

    button.navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    nav.navbar.navbar-expand-lg {
        position: absolute;
        padding: 15px !important;
        right: 0px;
        top: 0px;
        width: 100%;
        background-color: #0a0a0a;
        z-index: 999;
    }

    header {
        position: relative;
    }

    section.explore_categories {
        padding: 60px 0px;
    }

    .development_cost_sports_s {
        padding: 30px 0px;
    }

    .development_cost_sports_s .row {
        flex-direction: column;
    }

    .development_cost_sports_s .row .col-sm-4 {
        width: 100%;
    }

    .beigns_ready_cta {
        padding: 10px 15px;
        min-height: 250px;
    }

    .btn_work a {
        padding: 12px 30px;
        font-size: 14px;
    }

    .beigns_ready_cta .row {
        flex-direction: column;
        text-align: center;
    }

    .beigns_ready_cta .row .col-sm-9 {
        width: 100%;
    }

    .beigns_ready_cta .row .col-sm-3 {
        width: 100%;
    }

    section.ultimate_entertaintment_slide {
        padding: 0px 0px 50px;
    }

    .ultimate_entertaintment_slide .slide {
        width: 220px;
        height: 215px;
    }


    .ultimate_entertaintment_slide .slide.right3 {
        transform: translateX(200px) scale(0.6) rotateY(-40deg);
    }

    .ultimate_entertaintment_slide .slide.right1 {
        transform: translateX(0px) scale(0.85) rotateY(-20deg);
    }

    .ultimate_entertaintment_slide .slide.right2 {
        transform: translateX(100px) scale(0.75) rotateY(-30deg);
    }

    .ultimate_entertaintment_slide .slide.left1 {
        transform: translateX(-230px) scale(0.85) rotateY(20deg);
    }

    .ultimate_entertaintment_slide .slide.left2 {
        transform: translateX(-330px) scale(0.75) rotateY(30deg);
    }

    .ultimate_entertaintment_slide .slide.left3 {
        transform: translateX(-422px) scale(0.6) rotateY(40deg);
    }

    .ultimate_entertaintment_slide .slider-container {
        height: 240px;
    }

    .ultimate_entertaintment_slide p.subtext {
        max-width: 90%;
    }

}



@media screen and (max-width:767px) {


    h1 {
        font-size: 26px;
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 14px;
    }

    section.ecosystem_section {
    padding: 35px 0px 20px;
} 

.ecosystem_section ul li {
    width: auto;
}

.ecosystem_section ul {
    gap: 12px; }

    .trading_series_setion ul li:last-child {
        display: block;
    }

    .banner_cnt {
        text-align: center;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }

    .btn_work {
        margin-top: 15px;
    }

    .banner_vector {
        max-width: 220px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .hero_banner_ {
        min-height: 100%;
    }

    header {
        padding: 10px 0px 20px;
    }

    nav.navbar.navbar-expand-lg {
        padding: 0px !important;
        background-color: transparent !important;
    }

    button.navbar-toggler {
        right: 5px;
        top: 18px;
    }

    header .container-fluid {
        background-color: #0a0a0a;
    }

    header .navbar-collapse {
        padding: 20px 10px;
    }

    section.explore_categories {
        padding: 30px 0px;
        text-align: center;
    }

    section.explore_categories p {
        font-size: 14px;
        margin-top: 15px;
    }

    section.explore_categories .autoplay_two {
        padding-top: 10px;
    }

    .sports_fantacy_animation {
        top: 0px;
    }

    .platform_s_cnt h5 {
        font-size: 50px;
    }

    .platform_s_cnt {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }

    .development_cost_sports_s p {
        margin-bottom: 30px;
    }

    .readbtn {
        width: 50px;
        padding: 10px;
        height: 50px;
    }

    .development_cost_sports_s {
        padding: 30px 0px 15px;
    }

    .beigns_ready_cta {
        min-height: 210px;
    }

    .entertainment_redefined {
        padding: 40px 0px 40px;
    }

    .cnt_enterment ul li {
        font-size: 14px;
    }

    .cnt_enterment ul li img {
        width: 22px;
    }

    .ultimate_entertaintment_slide .nav-buttons button {
        width: 30px;
        height: 30px;
        line-height: 10px;
        font-size: 16px;
    }

    .cnt_enterment ul {
        gap: 12px;
        margin-top: 24px;
    }

    .entertainment_vector {
        margin-top: 32px;
    }

    .entertainment_redefined .row {
        flex-direction: column;
    }

    .entertainment_redefined .row .col-sm-6 {
        width: 100%;
    }

    .hero_banner_ .row {
        flex-direction: column;
    }

    .hero_banner_ .row .col-sm-6 {
        width: 100%;
    }

    .trading_series_setion ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .viewall a {
        font-size: 15px;
    }

    footer p {
        font-size: 14px;
    }

    footer {
        padding: 40px 0px;
    }

    .ultimate_entertaintment_slide .slide {
        width: 140px;
        height: 135px;
    }

    .ultimate_entertaintment_slide .slide.right1 {
        transform: translateX(-20px) scale(0.85) rotateY(-20deg);
    }

    .ultimate_entertaintment_slide .slide.right2 {
        transform: translateX(20px) scale(0.75) rotateY(-30deg);
    }

    .ultimate_entertaintment_slide .slide.right3 {
        transform: translateX(65px) scale(0.6) rotateY(-40deg);
    }

    .ultimate_entertaintment_slide .slide.left1 {
        transform: translateX(-120px) scale(0.85) rotateY(20deg);
    }

    .ultimate_entertaintment_slide .slide.left2 {
        transform: translateX(-162px) scale(0.75) rotateY(30deg);
    }

    .ultimate_entertaintment_slide .slide.left3 {
        transform: translateX(-205px) scale(0.6) rotateY(40deg);
    }

    .ultimate_entertaintment_slide .slider-container {
        height: 150px;
    }

}