.vip-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background: #02597d;
}

.vip-wrapper-inner {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .vip-wrapper-inner {
        margin-bottom: 10px;
        padding: 0 15px;
    }
}

.vip-top {
    width: 100%;
    max-height: 450px;
    padding: 0;
    position: relative;
}

.vip-top img {
    max-width: 100%;
}

.mobileimg {
    display: none;
}

@media (max-width: 768px) {
    .mobileimg {
        display: block;
    }

    .desktopimg {
        display: none;
    }
}

.vip-banner-text-wrapper {
    width: 250px;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 1;
}

.vip-banner-text-large {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.vip-banner-title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.vip-banner-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 650px) {
    .vip-banner-text-wrapper {
        top: 40px;
        left: 40px;
    }
}

@media (max-width: 520px) {
    .vip-banner-text {
        display: none;
    }
}


/*-------------VIP Nav---------------*/
.vipnav {
    width: 100%;
    height: 50px;
    padding: 13px 0 0 0;
    background: #181645;
}

.vipnavInner {
    width: 20%;
    text-align: center;
    float: left;
    padding: 0;
}

.vipnavTextDiv {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    font-weight: 500;
    text-decoration: none;
}

.vipnavTextDiv a {
    text-decoration: none;
    color: #fff;
}

/*-------------End of VIP Nav---------------*/

.navbar {
    width: 100%;
    overflow: auto;
    height: 50px;
}

.navbar a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    float: left;
    padding: 0 16px;
    color: white;
    text-decoration: none;
    width: 20%;
    text-align: center;
}

.vip-about {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    grid-column-gap: 40px;
    padding: 0;
    margin-bottom: 30px;
    background: #00bef8;
    border-radius: 10px;
    background: url(../images/about-background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.vip-about-inner {
    width: 100%;
    height: auto;
}

.vip-about-inner-img {
    width: 100%;
    height: auto;
}

.vip-about-text {
    width: 100%;
    height: auto;
    padding: 30px;

}

.vip-about-img {
    width: 100%;
    height: auto;

}

.vip-about-img img {
    max-width: 100%;
    border-radius: 10px;
}

.vip-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.vip-text-bold {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.vip-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a12ff;
    margin-bottom: 5px;
}
@media (max-width: 1000px) {
    .vip-title {
        color: #de6e1a;
    }
}
.vip-title2 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #5cc9ff;
    margin-bottom: 5px;
}

.about-img {
    display: none;
    max-width: 100%;
    border-radius: 10px;
}

@media (max-width: 1050px) {
    .vip-text {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .vip-about {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        background: none;
        margin-bottom: 0;
    }

    .vip-about-inner {
        order: 2;
    }

    .vip-about-inner-img {
        order: 1;
    }

    .about-img {
        display: block;
    }

    .vip-about-text {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 1050px) {
    .vip-text {
        font-size: 14px;
        text-align: justify;
    }


}

/*-------------*/
.vip-member {
    width: 100%;
    padding: 50px 100px;
    background: url(../images/bg-vip-member.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vip-type-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #de6e1a;
    margin-bottom: 5px;
    text-align: center;
}

.vip-title-small {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #de6e1a;
    margin-bottom: 5px;
    text-align: center;
}

.member-type-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
    grid-column-gap: 40px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.member {
    width: 100%;
    text-align: center;
    position: relative;
}

.member-item {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.member img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.member-name {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .member-type-wrapper {
        grid-column-gap: 10px;
        margin-bottom: 0;
        padding-top: 30px;
    }

    .vip-member {
        padding: 30px 0;
    }

    .vip-title-small {
        font-size: 16px;
    }
}

@media (max-width: 483px) {
    .vip-title-small {
        font-size: 14px;
    }

    .member-name {
        font-size: 12px;
    }

    .member img {
        max-width: 90%;
    }
}

@media (max-width: 431px) {
    .member-type-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .member-type-wrapper {
        grid-column-gap: 5px;
    }

    .vip-title-small {
        font-size: 12px;
        font-weight: bolder;
    }
}

@media (max-width: 341px) {
    .vip-title-small {
        font-size: 11px;
    }
}

@media (max-width: 316px) {
    .vip-title-small {
        font-size: 10px;
    }
}


.vipTable {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-collapse: collapse;
    width: 100%;
}

.vipTable td,
.vipTable th {
    line-height: 1.2;
}

.vipTable tr {
    color: #000;
    background: rgba(0, 0, 0, 0);
}

.vipTable th {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 0 0;
    color: #fff;
    background: #181645;
    border: 1px solid #000;
}

.vipTable td {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center !important;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #fff;
    border: 1px solid #ff7902;
}

.vipTable tr {
    background: #035172;
}

.vipTable tr:nth-child(even) {
    background-color: #034059;
}

.vip-table-title-wrapper {
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
}

.vip-table-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #01e7ff;
    margin-bottom: 0px;
}

.vip-table-title1 {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #181645;
    margin-bottom: 0px;
}

.vip-table-text {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.tab-bar-membertype {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 10px auto 20px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
    background: #181645;
    border-radius: 10px;
}

.tab-bar-membertype .btnTab {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    outline: none;
    background-color: transparent;
    border: 0;
    height: auto;
    border: 0px solid #c4c4c4;
    background: rgb(255, 255, 255, 0);
    border-radius: 5px;
    text-transform: uppercase;
    opacity: .5;
}

.tab-bar-membertype .btnTab:hover {
    background: transparent;
}

.btnTab img {
    border-radius: 5px;
    max-height: 50px;
}
.tab-bar-membertype .btnTabActive {
    outline: 0;
    padding: 10px;
    opacity: 1;
}

.btnTabActive:hover {
    padding: 10;
    background-image: -moz-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 216, 219) 0%, rgb(255, 253, 248) 100%);
}

.btnTabActive:focus {
    outline: none;
}
@media (max-width: 414px) {
    .tab-bar-membertype .btnTab {
        padding: 10px 0;
    }
}
@media (max-width: 390px) {
    .btnTab {
        padding: 5px;
    }
}

.table-desktop {
    display: block;
}

.table-mobile {
    display: none;
}

@media (max-width: 900px) {
    .table-desktop {
        display: none;
    }

    .table-mobile {
        display: block;
    }
}



.vip-icon {
    max-width: 55px;
    display: block;
    margin: 0 auto 10px auto;
}

.text-bronze {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgb(194, 109, 45);
    text-align: center;
}

.text-silver {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgb(183, 183, 183);
    text-align: center;
}

.text-gold {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgb(205, 150, 50);
    text-align: center;
}

.text-platinum {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgb(97, 162, 176);
    text-align: center;
}

.text-diamond {
    font-size: 14px;
    font-weight: 700;
    color: rgb(145, 145, 145);
    text-align: center;
}

@media (max-width: 900px) {

    .text-bronze {
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .text-silver {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .text-gold {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .text-platinum {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .text-diamond {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
    }
}




.margin-btm {
    margin-bottom: 20px;
}

.faq-tnc-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    grid-column-gap: 40px;
}

.faq-tnc-inner {
    width: 100%;
    background: #00bef8;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.vip-faq1 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #07023b;
    margin-bottom: 0;
}

.vip-faq2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.faq-tnc-inner img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 430px;
}

.vip-referall-wrapper {
    padding: 0 20px;
}

.faq-tnc-wrapper-mobile {
    display: none;
    width: 100%;
    margin: 30px auto;
}

.accordion-body {
    padding: 20px;
    background: #00bef8;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #114b9d;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #114b9d;
    border: 0;
    border-radius: 0;
}

.accordion-item {
    border: 0;
}

.accordion-item {
    background-color: transparent;
}

@media (max-width: 1100px) {
    .faq-tnc-wrapper {
        display: none;
    }

    .faq-tnc-wrapper-mobile {
        display: block;
    }
}



.vip-referall {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    padding: 25px;
    margin-bottom: 30px;
    background: #00bef8;
    border-radius: 10px;
    background: url(../images/referral-background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f58735;
}

.vip-referral-innert {
    width: 100%;
}

.vip-referral-innert-text {
    max-width: 400px;
}

.vip-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff
}

.referralimg {
    max-width: 100%;
    display: none;
}

@media (max-width: 1000px) {
    .vip-referall {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        padding: 0;
        margin-bottom: 30px;
        background: #00bef8;
        background: url(../images/referral-background1.jpg);
    }

    .vip-referral-innert-text {
        max-width: 100%;
        padding: 20px;
    }

    .referralimg {
        display: block;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}




.join-wrapper {
    width: 100%;
    height: auto;
    background: url(../images/bg-join.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.join-inner {
    max-width: 1200px;
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}

.join-text-div {
    width: 100%;
    height: 300px;
}

.join-img-div {
    width: 100%;
    height: 300px;
    position: relative;
}

.join-img-div img {
    max-width: 250px;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.join-btn {
    width: 150px;
    height: 45px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 50px;
    border: 0;
    background: #081b94;
    text-decoration: none;
}

.join-btn-xl {
    width: 100%;
    height: 45px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 50px;
    border: 0;
    background: #081b94;
    text-decoration: none;
    display: none;
}

@media (max-width: 768px) {
    .join-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .join-text-div {
        height: auto;
        margin-bottom: 20px;
    }

    .join-img-div {
        height: auto;
        margin-bottom: 30px;
    }

    .join-img-div img {
        max-width: 250px;
        position: static;
        float: right;
        margin-bottom: 20px;
    }

    .join-btn-xl {
        display: block;
    }

    .join-btn {
        display: none;
    }
}

.testimonial-wrapper {
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.testimonial-inner {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.testimonial {}

.game-card {
    height: 450px;
    height: auto;
    margin: 0 10px;
    border-radius: 10px;
    padding: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(52, 200, 250) 0%, rgb(0, 142, 190) 46%, rgb(52, 200, 250) 100%, rgb(52, 200, 250) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(52, 200, 250) 0%, rgb(0, 142, 190) 46%, rgb(52, 200, 250) 100%, rgb(52, 200, 250) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(52, 200, 250) 0%, rgb(0, 142, 190) 46%, rgb(52, 200, 250) 100%, rgb(52, 200, 250) 100%);
}

.game-card-inner {
    width: 100%;
    height: 400px;
    border: 2px solid #ff9333;
    padding: 80px 40px;
    background-image: url(../images/corner-top.png), url(../images/corner-btm.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.card-title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #f7be14;
    line-height: 1.3;
    margin-bottom: 10px;
}

.card-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.star-wrapper {
    width: 160px;
    margin: 0 auto;
    display: flex;
    column-gap: 1px;
}

.star {
    width: 100%;
}

.star img {
    max-width: 100%;
}
@media (max-width: 768px) {
    .game-card-inner {
        padding: 80px 20px;
    }
    .card-title {
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        font-weight: 600;
    }
}

/*-----------------*/
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    color: #fff;
    text-decoration: none;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  a{
    text-decoration: none;
  }

  @media (max-width: 768px) {
    #button {
        bottom: 80px;
        right: 5px;
     }
  }
 .smothscroll{
    scroll-behavior: smooth;
 }