@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap';:root {
    --font-family-body: 'Poppins', sans-serif;
    --font-family-heading: 'Poppins', sans-serif;
    --primary-color: #45f882;
    --secondary-color: #ffbe18;
    --body-text-color: #adb0bc;
    --heading-text-color: #fff;
    --paragraph-text-color: #adb0bc;
    --preview-gradient-color: linear-gradient(to right, #45f882 0%, #45f882 50%, #45f882 100%);
    --section-background-color: #f9f6f1;
    --black-color: #0f161b;
    --section-title-gradient-color: linear-gradient(to right, #45f882 30%, #45f882 80%);
    --banner-text-color: #adb0bc;
    --box-item-border-color: #ececec;
    --bs-primary-rgb: 41,201,96
}

body {
    font-family: var(--font-family-body);
    font-weight: 400;
    font-size: 16px;
    color: var(--body-text-color);
    font-style: normal;
    background: url(../images/bg.jpg) no-repeat top center;
    background-size: cover;
}

.img,img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-family-heading);
    color: var(--heading-text-color);
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: normal
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: var(--primary-color);
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: var(--primary-color);
    font-size: 14px;
    opacity: 1
}

.brand {
    width: 150px
}

.container.narrow {
    max-width: 960px
}

.btn:focus,a:focus,button:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

a,button {
    color: var(--primary-color);
    outline: medium;
    text-decoration: none
}

.btn:focus,button:focus,input:focus,textarea,textarea:focus {
    outline: 0
}

.btn {
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    line-height: 1;
    padding: 10px 10px 10px 35px;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    white-space: nowrap;
    background: linear-gradient(to right, #08a4bb 0%, #0a6ab7 100%);
    align-items: center
}

.btn:hover {
    color: #fff;
    background: linear-gradient(to right, #08a4bb 0%, #0a6ab7 100%);
}

.btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--bs-white);
    /* background: var(--black-color); */
    margin-left: 25px
}

.breadcrumb>.active {
    color: #888
}

.dropdown .btn {
    padding: .375rem .75rem;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.1)
}

.dropdown .btn i {
    margin-left: 0;
    background: 0 0;
    color: inherit;
    width: auto;
    height: auto;
    margin-right: 10px;
    line-height: normal
}

.dropdown-menu {
    min-width: 85px;
    padding: 0;
    overflow: hidden
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to right, #08a4bb 0%, #0a6ab7 100%);
    transition: 1s ease;
    border: none;
    opacity: 0
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 80%)
}

.scroll-top:hover {
    background: linear-gradient(to right, #08a4bb 0%, #0a6ab7 100%);
    color: #fff;
}

.banner-bg {
    background: url(../images/desktop-banner.jpg);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* padding:100px 0 0; */
    z-index: 1;
    width: 100%;
    height: 100vh;
}

.banner-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 150px;
}

.banner-logo a {
    display: block;
    max-width: 250px
}

.banner-area .btn {
    justify-content: space-between
}

.aff-image {
    margin: auto;
    display: block;
    width: 600px
}

.section-bg {
    background-position: center;
    background-size: cover
}

.box-item {
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    transition: .3s;
    position: relative;
    background-color: #121a23;
    background-image: -moz-linear-gradient(90deg,#0c0e12 0,rgba(31,41,53,.36078) 100%);
    background-image: -webkit-linear-gradient(90deg,#0c0e12 0,rgba(31,41,53,.36078) 100%);
    background-image: -ms-linear-gradient(90deg,#0c0e12 0,rgba(31,41,53,.36078) 100%);
    border: 1px solid rgba(76,76,76,.2)
}

.box-item .title {
    margin: 0;
    margin-top: 15px;
    font-size: 20px;
    position: relative
}

.box-item:hover .title a {
    color: var(--primary-color)
}

.box-item>a {
    position: relative;
    display: block
}

.sub-title {
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
    color: #00b0ff;
    padding: 7px 14px;
    position: relative
}

.sub-title:after {
    content: "";
    background: #3482ff;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.redeem-btn {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    width: fit-content;
    margin: auto
}

.feature-item {
    background: #162028;
    padding: 30px 25px 20px 30px;
    /* border: 1px solid #0f161b; */
}

.feature-item:hover {
    /* box-shadow: 0 40px 80px 0 rgba(4,10,48,.06); */
}

.feature-item:hover .title {
    color: #fff;
    white-space: nowrap;
}

.feature-icon {
    width: 100%;
    height: 100%;
}



.signup-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.signup-icon img {
    max-width: 80%
}

.footer-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.redeem-bonus {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 150px 0
}

.redeem-bonus .box-item {
    background: 0 0;
    padding: 0 0 10px;
    border: 0
}

.redeem-bonus .box-item img {
    border-radius: 8px
}

.squarevideo {
    width: 100%;
    height: 100%;
    min-height: 400px
}

.commision-table {
    --commheight: 80px;
    border-radius: 10px;
}

.commision-table tr:last-child td {
    padding-top: 5px;
    color: #4fe3f9;
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 700;
}

.commision-table tr td:last-child {
    min-width: 150px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sm-title h6 {
    font-weight: normal;
    white-space: nowrap;
    font-size: 15px;
}

.sm-title h5, h6 {
    color: #a09eb8;
}

.download-btn{
    background: #1068b8;
    color: #92bae0;
}

.download-btn:hover{
    background: #1068b8;
}

.download-sec {
    background: #1068b84a;
    padding: 40px 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-bt{
    margin-bottom: 30px;
}

.feature-item {
    border-radius: 20px;
}

.feature-item.item1 {
    background: linear-gradient(120deg, rgba(117,58,250,1) 0%, rgba(90,29,200,1) 100%);
    box-shadow: 0px -2px 0px #cdb9f7;
}

.feature-item.item2 {
    background: linear-gradient(120deg, rgba(74,213,255,1) 0%, rgba(50,122,255,1) 100%);
    box-shadow: 0px -2px 0px #80c8fd;
}

.feature-item.item3 {
    background: linear-gradient(120deg, rgba(248,73,162,1) 0%, rgba(109,19,52,1) 100%);
    box-shadow: 0px -2px 1px 0px #d070a0;
}

.feature {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.feature-cont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.feature-content p {
    color: #fff;
    font-size: 14px;
}

.play-icon i {
    font-size: 25px;
    color: #ffffff94;
}

.feature-play {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.section-title p {
    color: #fff;
}

.provider {
    background: #14335c54;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #215c7c;
}

.providers-item {
    background: #0b1c2f;
    text-align: center;
    border-radius: 10px;
     /* Example width */
    margin: 0 auto; /* Center horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px; /* Example height */
    padding: 15px;
}

.provider-list {
    display: grid;
    grid-template-columns: repeat(9,1fr);
    align-items: center;
}

.bg-light {
    background-color: transparent !important;
}

.bg-success {
    background-color: transparent !important;
}

.commision-table th {
    white-space: nowrap;
    font-size: 15px;
}

.commision-table tr:nth-child(-n+5) {
    background: #263853;
    border-bottom: transparent;
    border-radius: 10px;
}

.commision-table td {
    color: #fff;
    vertical-align: middle;
    border-bottom: 3px solid #0b2037;
    font-weight: lighter;
}

.comission-badge {
    background: #50e8fd;
    color: #303030;
    border-radius: 12px;
    padding: 10px;
}

.comission-badge p {
    margin-bottom: 0;
    font-weight: 700;
}

.footer-text p {
    margin-bottom: 50px;
    color: #fff;
    font-size: 15px;
}

.table>:not(:first-child) {
    border-top: none !important;
}

.commision-table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media(max-width: 768px) {
    .feature-item {
        padding:20px 15px;
        display: flex;
        align-items: center
    }

    .feature-item p:last-child {
        margin-bottom: 0
    }

    .feature-icon {
        width: 80%;
        /* margin-right: 20px; */
        float: right;
    }

    .feature-content {
        padding-left: 5px
    }

    .feature-content .title {
        font-size: 16px
    }

    .sm-title h6 {
        white-space: normal !important;
    }

    .feature {
        padding: 20px 15px;
        display: flex;
        align-items: center;
    }

    .btn {
        padding:15px 25px
    }

    .btn i {
        display: none
    }

    .banner-logo {
        width:150px;
        padding-top: 336px;
    }

    .banner-bg {
        padding: 100px 0px 0px;
        background: url(../images/mobile-banner.jpg) top center no-repeat;
        background-size: 100%;
        padding-top: 0px;
        height: 100%;
    }

    .banner-area .btn {
        padding: 10px 10px 10px 10px;
    }

    .btn i {
        display: block
    }

    .commision-table tr td:first-child {
        min-width:100px
    }

    .footer-bg {
        padding:30px 0
    }

    .redeem-bonus {
        padding:30px 0
    }

    .squarevideo {
        min-height: 300px;
        padding-bottom: 20px;
    }

    .feature-cont {
        justify-content: space-between;
    }

    .feature-play {
        flex: 0 0 60%;
    }

    .feature-img {
        flex: 0 0 40%;
    }

    .provider-list {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        align-items: center;
    }

}