
/*Fonts//*/
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
  
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: bold;
}
  
/*///end fonts//*/


/*Landing Page */
html {
    height: 100%;
    overflow-x: hidden;
}

body { 
    margin:0px; 
    height: 100%;
    overflow-x: hidden;
    font-family: Poppins;
}

.background-section {
    position: relative;
    background-color: #0D1939;
    height: 100%;
}

/* Desktop responsive */

img.logoIcon {
    content: url("../images/logo/i8.live_2024_new.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7; 
    mix-blend-mode: overlay; 
    content: url("../images/background/desktop/noise_bg.png");
}

.background-wrapper {
    height: 100%;
    position: relative;
    z-index: 1;
}

.background-wrapper-1 {
    position: relative;
    z-index: 1;
}

.landing-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65vh; 
    display: flex;
    flex-direction: column;
}

.landing-image-container img {
    max-width: 210px;
    max-height: 65px;
}

.landing-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;   
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0.6;
    color: #FFFFFF;
}

.flex-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.country-container {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 40px;
    text-decoration: none !important;
    cursor: pointer;
}

.country-logo {
    margin-bottom: 11px;
    border: 5px solid transparent;
}

.background-image-gradient {
    content: url("../images/background/desktop/gradient_bg.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.my-src-logo{
    content: url("../images/country/desktop/Malaysia.png");
}

.th-src-logo{
    content: url("../images/country/desktop/Thailand.png");
}

.id-src-logo{
    content: url("../images/country/desktop/Indonesia1.png");
}

.au-src-logo{
    content: url("../images/country/desktop/Australia.png");
}

.country-container:active:not(.coming-soon) .country-logo {
    border: 5px solid transparent;
    outline: 1.2px solid #3369FF;
    border-radius: 50px;
    box-shadow: 0 0 5px #3369FF;
}

.country-container:active:not(.coming-soon) .landing-text {
    color: #3369FF;
}

.country-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;   
    font-size: 11px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
}

.version-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;   
    font-size: 11px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    opacity: 0.6;
    margin-bottom: 21px;
}

.bottom-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    top: 50%;
    position: relative;
}

.welcome {
    margin-top:28px;
}

.welcome:before,
.welcome:after {
    background-color: white;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    opacity: 0.6;
}

.welcome:before {
    right: 0;
    margin-right: 18px !important;
    width: 220px;
}

.welcome:after {
    left: 0;
    margin-left: 18px !important;
    width: 220px;
}

.coming-soon {
    opacity: 0.5;
}

.coming-soon-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;   
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    opacity: 0.6;
    color: #FFFFFF;
    position:absolute;
    top: 250px;
}

@media (min-width: 768px) and (max-width: 1024px){
    .landing-image-container {
        height: 60vh; 
    }

    .bottom-container {
        top: 50%;
    }
}
  
/* Mobile responsive */
@media (max-width: 767px) {
    img.logoIcon {
        content: url("../images/logo/i8.live_2024.svg");
        max-width: 104px !important;
        max-height: 33px !important;
    }

    .background-image {
        content: url("../images/background/app/noise_bg.png");
    }

    .background-wrapper {
        padding: 0 20px;
    }

    .landing-image-container {
        height: 50vh; 
    }
    
    .landing-text {
        font-size: 11px;
    }

    .country-container {
        margin: 12px;
    }

    .background-image-gradient {
        content: url("../images/background/app/gradient_bg.png");
    }

    .my-src-logo{
        content: url("../images/country/app/Malaysia.png");
    }

    .th-src-logo{
        content: url("../images/country/app/Thailand.png");
    }

    .id-src-logo{
        content: url("../images/country/app/Indonesia.png");
    }

    .au-src-logo{
        content: url("../images/country/app/Australia.png");
    }

    .bottom-container {
        top: 80%;
    }

    .welcome {
        margin-top: 15px;
    }

    .welcome:before,
    .welcome:after {
        background-color: white;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100%;
        opacity: 0.6;
    }

    .welcome:before {
        margin-left: -100%;
    }

    .welcome:after {
        margin-right: -100%; 
    }

    .coming-soon-text {
        font-size: 11px;
        top: 170px;
    }
}
/*End Landing Page */


.marq { 
    display: flex;
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 1;
    column-gap: 15px;
    background-color: rgba(13, 29, 73, 1);
    margin-top: -35px;
} 

.content { 
    font-family: Poppins;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    font-weight: bold; 
    color: white; 
    width: 100%;
} 
/*Marquee Tag*/

.marquee-logo{
    content: url("../images/logo/mdi_announcement-outline.svg");
    width: 25px;
    padding: 10px;
}

.rectangle-blue{
    content: url("../images/logo/Rectangle-blue.svg");
}

.rectangle-yellow{
    content: url("../images/logo/Rectangle-yellow.svg");
}

.rectangle-green{
    content: url("../images/logo/Rectangle-green.svg");
}

.rectangle-red{
    content: url("../images/logo/Rectangle-red.svg");
}

.createAccount-icon{
    content: url("../images/logo/CreateAccount_Icon.svg");
}

.getReward-icon{
    content: url("../images/logo/GetReward_Icon.svg");
}

.makeDeposit-icon{
    content: url("../images/logo/MakeDeposit_Icon.svg");
}

.wanning-icon{
    content: url("../images/logo/Winning_Icon.svg");
}

.process-bar-icon{
    content: url("../images/logo/Process-bar.svg");
    width: 80%;
}

.promotion-icon{
    content: url("../images/logo/promotion.svg");
}

.app-icon{
    content: url("../images/logo/app.svg");
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.app-icon-1{
    content: url("../images/logo/Group_19207.svg");
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.download-div {
    background: rgba(51, 105, 255, 1);
    width: 150px;
    position: -webkit-sticky;
    position: sticky;
    border-radius: 50px;
    /* border: 3px solid rgba(20, 37, 88, 1); */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
}

.download-text{
    color: rgba(254, 254, 255, 1);
    font-size: 15px;
    font-weight: bold;
}

.download-div-a{
    text-decoration: none;
}

.appleIos-icon{
    content: url("../images/logo/ic_baseline-apple.svg");
    width: 25%;
}

.android-icon{
    content: url("../images/logo/devicon_android.svg");
    width: 25%;
}

.page2-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1px;
}

    .page2-content .text1{
        color: #FFFFFF;
        font-size: calc(12px + 3 * ((100vw - 320px) / 720));
        margin-top: 40px;
    }

    .page2-content .text2{
        color: #FFFFFF;
        font-size: calc(24px + 6 * ((100vw - 320px) / 680));
        font-weight: bold; 
        margin-top: 40px;
        text-align: center;
        width: 90%;
    }

    .page2-content .text3{
        color: #FFFFFF;
        font-size: 32px;
        font-weight: bold; 
        margin-top: 60px;
    }

    .page2-content .div2{
        padding-top: 50px;
        display: flex;
        width: 75%;
        grid-column-gap: 3%;
        justify-content: space-between;
    }
    .page2-content .div3{
        padding-top: 50px;
        display: flex;
        width: 90%;
        grid-column-gap: 5%;
        justify-content: space-between;
        flex-direction: column;
    }

    .page2-content .div-content{
        position: relative;
    }

    .page2-content .gallery-today{
        background: linear-gradient(0deg,rgba(25,35,47,.2),rgba(25,35,47,.2)),linear-gradient(271.54deg,rgba(51,105,255,.12) -18.33%,rgba(27,42,84,.3) 100%);
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        border-radius: 10px;
        border:3px solid rgba(20, 37, 88, 1)
    }

.div-display-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    
}

.div-display-flex-width{
    width: 40%;
    
}

.text-center{
    text-align: center;
    padding-top: 20px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    width: 80%;
}

.text-center-main{
    text-align: center;
    padding-top: 20px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}


.text-center-sub{
    text-align: center;
    padding-top: 10px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    width: 70%;
    color:rgba(129, 170, 211, 1);
    padding-bottom: 10px;
}

.div-display-flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    grid-column-gap: 5%;
    width: 80%;
    /* perspective-origin: center; */
    justify-content: space-around;
}

.div-display-flex-row-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    grid-column-gap: 5%;
    width: 80%;
    /* perspective-origin: center; */
    justify-content: center;
}

.text-div{
    width: 120px;
    text-align: center;
}

.text{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    width: 20%;
}

.page3-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
    .page3-content .text2{
        color: #FFFFFF;
        font-size: calc(24px + 6 * ((100vw - 320px) / 680));
        font-weight: bold; 
        margin-top: 50px;
        text-align: center;
    }

    .page3-content .text2-div{
        width: 40%;
    }

    .page3-content .text3{
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        line-height: 46px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(255, 255, 255, 1);
        width: 100%;
        height: 100%;
        padding-bottom: 5%;
    }

    .page3-content .text4{
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(255, 255, 255, 1);
        width: 100%;
        height: 100%;
        padding-bottom: 5%;
    }

    .page4-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
        .page4-content .text2{
            color: #FFFFFF;
            font-size: calc(24px + 6 * ((100vw - 320px) / 680));
            font-weight: bold; 
            margin-top: 60px;
            text-align: center;
        }


.connect93-icon{
    content: url("../images/game/93connect.gif");
    width: 100%;
    height: 100%;
    
}

.casino-icon{
    content: url("../images/game/casino.svg");
    width: 100%;
    height: 100%;
    outline: rgb(213, 126, 1) solid 1px;
    border-radius: 10px;
}

.cockfight-icon{
    content: url("../images/game/Cockfight.svg");
    width: 100%;
    height: 100%;
    outline: rgb(253, 171, 162) solid 1px;
    border-radius: 10px;
}

.esports-icon{
    content: url("../images/game/esports.svg");
    width: 100%;
    height: 100%;
    outline: rgb(255, 0, 61) solid 1px;
    border-radius: 10px;
}

.fishing-icon{
    content: url("../images/game/Fishing.svg");
    width: 100%;
    height: 100%;
    outline: rgb(0, 220, 255) solid 1px;
    border-radius: 10px;
}

.lotto-icon{
    content: url("../images/game/lotto.svg");
    width: 100%;
    height: 100%;
    outline: rgb(200, 255, 0) solid 1px;
    border-radius: 10px;
}

.poker-icon{
    content: url("../images/game/poker.svg");
    width: 100%;
    height: 100%;
    outline: rgb(119, 67, 255) solid 1px;
    border-radius: 10px;
}

.slot-icon{
    content: url("../images/game/slot.svg");
    width: 100%;
    height: 100%;
    outline: rgb(0, 248, 255) solid 1px;
    border-radius: 10px;
}

.sports-icon{
    content: url("../images/game/sports.svg");
    width: 100%;
    height: 100%;
    outline: rgb(20, 0, 255) solid 1px;
    border-radius: 10px;
}

.connect93-text-icon{
    content: url("../images/game/93connectText.svg");
    width: 100%;
    height: 100%;
}

.home-game{
    max-width: 90%;
    display: flex;
    align-items: center;
    column-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 70px;
    justify-content: center;

}

.home-game .first{
    width: 30%;
}

.home-game .second{
    width: 30%;
}

.home-game .third{
    width: 30%;
}

.home-game > div > div{
    margin-bottom: 10px;
    position: relative;
    opacity: .6;
    cursor: pointer;
}

.home-game .first .home-game-category-label{
    left: 30px;
}

.home-game .second .home-game-category-label{
    left: 30px;
}

.home-game .third .home-game-category-label{
    right: 20px;
}

.sports{
    padding-top: 130px;
}

.home-game-category-label{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translateY(-50%);
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
}

.page5-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
    .page5-content .text2{
        color: #FFFFFF;
        font-size: calc(24px + 6 * ((100vw - 320px) / 680));
        font-weight: bold; 
        margin-top: 40px;
        text-align: center;
    }

.game-1-icon{
    content: url("../images/game/game1.svg");
    width: 180px;
    height: 180px;
}

.provider-icon{
    content: url("../images/game/provider-icon.svg");
    width: 100%;
    height: 100%;
}

.game-row{
    
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.game-row > .div{
    width: 180px;
    height: 180px;
}

.game-name{
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    width: 141px;
    height: 20px;
    top: 4824px;
    left: 118px;
    font-size: 16px;
}

.page6-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
    .page6-content .text2{
        color: #FFFFFF;
        font-size: calc(24px + 6 * ((100vw - 320px) / 680));
        font-weight: bold; 
        margin-top: 40px;
        text-align: center;
    }

    .page6-content .backgroud{
        background: linear-gradient(90deg, #03090F 0%, #03090F 100%);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 60px;
    }

    .provider-div{
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .page7-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
        .page7-content .text2{
            color: #FFFFFF;
            font-size: calc(24px + 6 * ((100vw - 320px) / 680));
            font-weight: bold; 
            margin-top: 60px;
            text-align: center;
        }

        .page7-content .text3{
            font-family: Poppins;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0em;
            text-align: left;
            width: 100%;
            height: 100%;
            top: 5668px;
            left: 99px;
            color: white;
            margin-top: 50px;
        }


.download-icon{
    content: url("../images/logo/download.svg");
    width: 100%;
    height: 100%;
}

.page8-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding-top: 60px;
    padding-bottom: 30px;
}
.sign-in-icon{
    content: url("../images/logo/signInNow.svg");
    width: 100%;
    height: 100%;
}
.sign-in-div{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    position: absolute;
    align-items: center;
}

.sign-in-div .first{
    padding-left: 20px;
}

.sign-in-div .first .first-text{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.sign-in-div .first .second-text{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(230, 230, 230, 0.51);
}

.sign-in-div .second{
    padding-right: 20px;
}

.sign-in-out-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
}


.footer-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.footer-div .backgroud{
    background: rgba(0, 0, 32, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}

.footer-div .backgroud .div-display-flex{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    width: 100%;
}

.footer-div .backgroud .div-display-flex-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 10px;
    grid-column-gap: 0%;
    width: 100%;
    /* perspective-origin: center; */
    justify-content: space-evenly;
}

.footer-div .div-display-flex-1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    width: 20%;
}
.paggor-logo{
    content: url("../images/footer/paggor-logo1.svg");
}

.certification-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 70%;
}

.bmm-logo{
    content: url("../images/footer/Bmm.svg");
    width: 100%;
    height: 100%;
}

.gli-logo{
    content: url("../images/footer/GLI.svg");
    width: 100%;
    height: 100%;
}

.godaddy-logo{
    content: url("../images/footer/Godaddy.svg");
    width: 100%;
    height: 100%;
}

.itechlab-logo{
    content: url("../images/footer/itechlabs.svg");
    width: 100%;
    height: 100%;
}

.tst-logo{
    content: url("../images/footer/tst.svg");
    width: 100%;
    height: 100%;
}
.certificate-logo{
    content: url("../images/footer/certificate.svg");
    width: 100%;
    height: 100%;
}

.iovation-logo{
    content: url("../images/footer/iovation.svg");
    width: 100%;
    height: 100%;
}

.threatmetrix-logo{
    content: url("../images/footer/threatmetrix.svg");
    width: 100%;
    height: 100%;
}
.payment-logo{
    content: url("../images/footer/payment.svg");
    width: 100%;
    height: 100%;
}

.spg-logo{
    content: url("../images/footer/SPG.svg");
    width: 100%;
    height: 100%;
}

.Paytrust-logo{
    content: url("../images/footer/Paytrust.svg");
    width: 100%;
    height: 100%;
}
.TNGo-logo{
    content: url("../images/footer/TNGo.svg");
    width: 100%;
    height: 100%;
}
.Fattypay-logo{
    content: url("../images/footer/Fattypay.svg");
    width: 100%;
    height: 100%;
}
.Vaderpay-logo{
    content: url("../images/footer/Vaderpay.svg");
    width: 100%;
    height: 100%;
}

.security-div{
    display: flex;
    flex-direction: column;
}

.footer-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(137, 143, 151, 1);
    padding-bottom: 20px;
}

.footer-content{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(137, 143, 151, 1);
    padding-bottom: 20px;
}

.footer-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    grid-column-gap: 30px;
}

.padding-left-1{
    padding-left: 4%;
}

.facebook-logo{
    content: url("../images/footer/facebook.svg");
    width: 55px;
    height: 55px;
}

.instagram-logo{
    content: url("../images/footer/instagram.svg");
    width: 55px;
    height: 55px;
}

.youtube-logo{
    content: url("../images/footer/youtube.svg");
    width: 55px;
    height: 55px;
}

.googleChome-logo{
    content: url("../images/footer/googleChome.svg");
    width: 55px;
    height: 55px;
}

.firefox-logo{
    content: url("../images/footer/firefox.svg");
    width: 55px;
    height: 55px;
}

.line-logo{
    content: url("../images/footer/line.svg");
    width: 34px;
    height: 34px;
    padding-bottom: 10px;
}

.footer-div .div-display-flex-2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 20%;
    padding-left: 4.4%;
}

.div-display-flex-row-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* grid-column-gap: 5%; */
    width: 90%;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(137, 143, 151, 1);
}

.div-display-flex-row-3{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* grid-column-gap: 5%; */
    width: 80%;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(137, 143, 151, 1);
}

#socialMedia{
    display: none;
}

#browser{
    display: none;
}

#game-2{
    display: none;
}

.banner-1{
    content: url("../images/promotion/promotion1.jpg");
    width: 100%;;
}

.banner-2{
    content: url("../images/promotion/promotion2.jpg");
    width: 100%;;
}

.banner-3{
    content: url("../images/promotion/promotion3.jpg");
    width: 100%;;
}

#slide-mobile{
    display: none;
}


.slideshow-container{
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }

  .text-footer-1{
    color: rgba(137, 143, 151, 1);
    text-decoration: none;
  }

  .about-title{
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: -5px;
  }

  .arrow-icon{
    content: url("../images/logo/Arrow.svg");
  }

  .signup-icon{
    content: url("../images/logo/SignUp_Icon.svg");
    }

    .deposit-icon{
        content: url("../images/logo/Deposit_Icon.svg");
    }

    .playGame-icon{
        content: url("../images/logo/PlayGames_Icon.svg");
    }

    .rewarded-icon{
        content: url("../images/logo/GetRewarded_Icon.svg");
    }

    .provider-div-icon{
        display: grid;
        flex-wrap: wrap;
        flex-direction: row;
        width: 80%;
        align-content: flex-end;
        justify-content: center;
        align-items: center;
        grid-template-columns: repeat(8, 1fr);
    }

    .provider-div-icon > div {
        padding-top: 20px;
    }
    .provider-1{
        content: url("../images/provider/XE88.svg");
    }
    
    .provider-2{
        content: url("../images/provider/Funky.svg");
    }
    
    .provider-3{
        content: url("../images/provider/Evolution_Gaming.svg");
    }
    
    .provider-4{
        content: url("../images/provider/DreamGamaing.svg");
    }
    
    .provider-5{
        content: url("../images/provider/TFGaming.svg");
    }
    
    .provider-6{
        content: url("../images/provider/GD.svg");
    }
    
    .provider-7{
        content: url("../images/provider/Microgaming.svg");
    }
    
    .provider-8{
        content: url("../images/provider/SAGaming.svg");
    }
    
    .provider-9{
        content: url("../images/provider/MarioClub.svg");
    }
    
    .provider-10{
        content: url("../images/provider/Saba_Sport.svg");
    }
    
    .provider-11{
        content: url("../images/provider/Yggdrasil.svg");
    }
    
    .provider-12{
        content: url("../images/provider/CO9_Gaming.svg");
    }
    
    .provider-13{
        content: url("../images/provider/Gamatron.svg");
    }
    
    .provider-14{
        content: url("../images/provider/JILI.svg");
    }
    
    .provider-15{
        content: url("../images/provider/JJVIP.svg");
    }
    
    .provider-16{
        content: url("../images/provider/sv388.svg");
    }
    
    .provider-17{
        content: url("../images/provider/RedTiger.svg");
    }
    
    .provider-18{
        content: url("../images/provider/918kiss.svg");
    }
    
    .provider-19{
        content: url("../images/provider/playtech.svg");
    }
    
    .provider-20{
        content: url("../images/provider/D2Poker.svg");
    }
    
    .provider-21{
        content: url("../images/provider/JClub.svg");
    }
    
    .provider-22{
        content: url("../images/provider/MarioClub.svg");
    }
    
    .provider-23{
        content: url("../images/provider/M8Bet.svg");
    }
    
    .provider-24{
        content: url("../images/provider/habanero.svg");
    }
    
    .provider-25{
        content: url("../images/provider/SBOBet.svg");
    }
    
    .provider-26{
        content: url("../images/provider/ae333.svg");
    }
    
    .provider-27{
        content: url("../images/provider/AFB.svg");
    }
    
    .provider-28{
        content: url("../images/provider/JokerGaming.svg");
    }
    
    .provider-29{
        content: url("../images/provider/JJ4D.svg");
    }
    
    .provider-30{
        content: url("../images/provider/mega.svg");
    }
    
    .provider-31{
        content: url("../images/provider/JJVIP1.svg");
    }
    
    .provider-32{
        content: url("../images/provider/568win.svg");
    }
    
    .provider-33{
        content: url("../images/provider/Booongo.svg");
    }
    
    .provider-34{
        content: url("../images/provider/Pragmatic_Play.svg");
    }
    
    .provider-35{
        content: url("../images/provider/Evolution.svg");
    }
    
    .provider-36{
        content: url("../images/provider/Lucky365.svg");
    }
    
    .provider-37{
        content: url("../images/provider/Relax_Gaming.svg");
    }
    
    .provider-38{
        content: url("../images/provider/AMB_THB.svg");
    }
    
    .provider-39{
        content: url("../images/provider/SimplePlay.svg");
    }
    
    .provider-40{
        content: url("../images/provider/lionKing.svg");
    }


@media (max-width:1145px){

    .content { 
        font-size: 12px;
    } 

    .provider-icon{
        content: url("../images/game/provider-mobile.svg");
        width: 100%;
        height: 100%;
    }

    .page2-content .div2{
        width: 90%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
        grid-row-gap: 20px;
    }
    
    .page2-content .text3{
        color: #FFFFFF;
        font-size: 32px;
        font-weight: bold; 
        margin-top: 60px;
    }

    .page2-content .gallery-today{
        background: linear-gradient(0deg,rgba(25,35,47,.2),rgba(25,35,47,.2)),linear-gradient(271.54deg,rgba(51,105,255,.12) -18.33%,rgba(27,42,84,.3) 100%);
        width: 45%;
        position: -webkit-sticky;
        position: sticky;
        border-radius: 10px;
        border:3px solid rgba(20, 37, 88, 1)
    }

    .process-bar-icon{
        width: 80%;
        content: none;
    }
    .text-div{
        display: none;
    }

    .page3-content .text2-div{
        width: 90%;
    }

    .div-display-flex-row{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 10px;
        grid-column-gap: 5%;
        width: 100%;
        /* perspective-origin: center; */
        justify-content: space-evenly;
    }

    .div-display-flex-width{
        width: 100%;
        
    }

    .page3-content .text3{
        text-align: center;
    }

    .page3-content .text4{
        text-align: center;
    }

    .page6-content .text2
    {
        font-size: 20px;
    }
    .div-display-flex-row-icon{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 10px;
        grid-column-gap: 5%;
        width: 80%;
        /* perspective-origin: center; */
        justify-content: space-evenly;
    }

    .game-1-icon{
        content: url("../images/game/game1.svg");
        width: 110px;
        height: 110px;
    }

    .game-row{
    
        padding-top: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        grid-row-gap: 20px;
    }

    .game-row > .div{
        width: 110px;
        height: 110px;
    }

    .game-name{
        font-size: 12px;
    }

    .page6-content .backgroud{
        background: linear-gradient(90deg, #03090F 0%, #03090F 100%);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
        justify-content: center;
        margin-top: -1px;
    }

    .padding-bottom{
        padding-bottom: 30px;
    }

    .footer-div .backgroud .div-display-flex-row{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10px;
        grid-column-gap: 0%;
        width: 90%;
        /* perspective-origin: center; */
        justify-content: space-evenly;
        padding-left: 30px;
    }

    .footer-div .backgroud{
        background: rgba(0, 0, 32, 1);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 0px;
    }
    
    .footer-div .div-display-flex-1{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10px;
        width: 100%;
    }

    .certificate-logo{
        content: url("../images/footer/certificate-mobile.svg");
    }

    .security-logo{
        content: url("../images/footer/security.svg");
    }

    .payment-logo{
        content: url("../images/footer/payment-mobile.svg");
    }

    #footer-text{
        display: none;
    }

    .div-display-flex-row-2{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        /* grid-column-gap: 5%; */
        width: 90%;
        justify-content: flex-end;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(137, 143, 151, 1);
    }
    
    .div-display-flex-row-3{
        padding-top: 10px;
        margin-left: 50px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        grid-column-gap: 10%;
        width: 100%;
        justify-content: flex-start;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(137, 143, 151, 1);
    }

    .line-logo{
        display: none;
    }

    .facebook-logo{
        width: 45px;
        height: 45px;
        margin-left: -14px;
    }
    
    .instagram-logo{
        width: 45px;
        height: 45px;
        margin-left: -14px;
    }
    
    .youtube-logo{
        width: 45px;
        height: 45px;
        margin-left: -14px;
    }
    
    .googleChome-logo{
        width: 45px;
        height: 45px;
        margin-left: -14px;
    }
    
    .firefox-logo{
        width: 45px;
        height: 45px;
        margin-left: -14px;
    }

    .padding-left-1{
        padding-left: 0%;
    }

    .footer-div .div-display-flex-2{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        align-content: flex-start;
        margin-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        padding-left: 0;
    }

    #sign-in{
        display: none;
    }

    #socialMedia{
        display: block !important;
    }
    
    #browser{
        display: block !important;
    }

    .background-wrapper-1 {
        position: relative;
        z-index: 1;
        text-align: -webkit-center;
        margin-top: -1px;
    }

    .footer-div .backgroud .div-display-flex{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0px;
        width: 100%;
        margin-top: -1px;
    }

    #game-1{
        display: none;
    }

    #game-2{
        display: flex;
    }
    

    .page3-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .page4-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: -1px;
    }

    .page5-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .page7-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
    .home-game-1{
        width: 90%;
        display: flex;
        align-items: center;
        column-gap: 20px;
        grid-column-gap: 20px;
        padding-top: 30px;
        justify-content: center;
    
    }

    .home-game-category-label{
        position: absolute;
        top: 40%;
        left: 10%;
        -webkit-transform: translate(0,-50%);
        transform: translateY(-50%);
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
    }
    
    .home-game-category-label-right{
        position: absolute;
        top: 50%;
        right: 10%;
        -webkit-transform: translate(0,-50%);
        transform: translateY(-50%);
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
    }

    
    .home-game-1 .one{
        width: 45%;
    }
    
    .home-game-1 .two{
        width: 45%;
    }
    .home-game-1 > div > div{
        margin-bottom: 10px;
        position: relative;
        opacity: .6;
        cursor: pointer;
    }
    
    #slide-desktop{
        display: none;
    }

    #slide-mobile{
        display: flex;
    }
    .slideshow-container1{
        width: 100%;
        position: relative;
        margin: auto;
    }
    
    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
      }
      
      @keyframes fade {
        from {opacity: .4} 
        to {opacity: 1}
      }

      .mySlides1{
        display: none;
      }
    
    .dot {
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      
      .active, .dot:hover {
        background-color: #717171;
      }

      .page7-content .text3{
        font-size: 12px;
        margin-top: 30px !important;
    }

    .footer-content{
        font-size: 12px;
    }

    .text-center{
        text-align: center;
        padding-top: 20px;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        width: 80%;
    }
    .certification-div{
        width: 100%;
    }
    .security-div{
        display: flex;
        flex-direction: row;
    }

    .arrow-icon{
        display: none !important;
      }

      .signup-icon{
        height: 60px;
        }
    
        .deposit-icon{
            height: 60px;
        }
    
        .playGame-icon{
            height: 60px;
        }
    
        .rewarded-icon{
            height: 60px;
        }
        .app-icon{
            content: url("../images/logo/Group_19207.svg") !important;
            width: 100%;
            height: 100%;
            padding-top: 20px;
        }

        .download-div {
            width: 120px;
        }

        .download-text{
            font-size: 12px;
        }

        .provider-div-icon{
            width: 90%;
            grid-template-columns: repeat(4, 1fr);
        }

        .provider-div-icon > div {
            height: 2em;
            padding-top:10px;
        }
}
