/* Defult */
@font-face {
    font-family: "Rokh";
    src: url("../fonts/rokh/Rokh-Bold.otf");
    src: url("../fonts/rokh/Rokh-Black.otf") format("TTF"),
        url("../fonts/rokh/Rokh-ExtraBold.otf") format("TTF");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Rokhl";
    src: url("../fonts/rokh/RokhFaNum-SemiBold.ttf");
    font-weight: normal;
    font-style: normal
}

* {
    font-family: "Rokh";
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    color: #fff;
    direction: rtl !important;
    transition: .2s !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a {
    color: #fff;
    text-decoration: none !important;
}

a:hover {
    color: #fff;
}

::placeholder {
    color: #fff !important;
}

body {
    background-color: #E7EFF6 !important;
}

html {
    scroll-behavior: smooth !important;
    position: relative;
    overflow-x: hidden !important;
}

.textheader h3,
.textheader span {
    color: #110B39 !important;
    font-family: "Rokh" !important;

}



/* 
html::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-position: left !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 100% !important; 
}


html::after {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    width: 100% !important;
    height: 100% !important;
} */


@media (max-width: 1900px) {

    .bgintro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conbestgame,
    .conmessage,
    .conservise,
    .conarticle {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }

}

@media (max-width: 1100px) {

    .bgintro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conbestgame,
    .conservise,
    .conmessage,
    .conarticle {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }

}

@media (max-width: 768px) {

    .bgintro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conbestgame,

    .conservise,
    .conmessage,
    .conarticle {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}

@media (max-width: 1600px) {
    .textheader h3 {
        font-size: 26px !important;
    }
}

@media (max-width: 1400px) {
    .textheader h3 {
        font-size: 18px !important;
    }

    .textheaderleft p {
        font-size: 14px !important;
    }

    .textheaderleft i {
        font-size: 14px !important;
    }

}

@media (max-width: 600px) {

    .textheader h3,
    .textheader span {
        font-size: 16px !important;
    }


    .textheaderleft p {
        font-size: 14px !important;
        padding-bottom: 5px !important;
    }

    .textheaderleft i {
        font-size: 12px !important;
        padding-bottom: .39rem !important;
    }


}

/* Defult */

/* --------------------------------------- */

/* Header */

.logo {
    width: 35px;
    opacity: .9;
    margin: 7px 0px !important;
    animation: logomove 5s infinite linear !important;
}



@keyframes logomove {
    100% {
        transform: rotate(360deg);
    }
}



.textcasinolivebet {
    color: #3B3B3B !important;
    border-left: 2px solid #DEDEDE !important;
    padding-left: 20px !important;
}

.consecheader {
    background-color: #F4F7FF !important;
    width: 85% !important;
    border-radius: 200px !important;
}

.header-mainin {
    width: 100% !important;
    position: relative !important;
    z-index: 10 !important;
}

.menu-header-item {
    font-size: 15px;
    margin: 0px 10px;
    position: relative;
}

.menu-header-item a {
    color: #000000 !important;
}

.menu-header-item:hover a {
    color: #B776E8 !important;
}

.menu-header-item a {
    margin: 10px;
    color: #fff;
}


.header-search,
.header-menu-hamber {
    background: #D46DE1 !important;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 119px;
    width: 44px;
    height: 44px;
    font-size: 17px;
    z-index: 30000 !important;
    clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 70%, 100% 100%, 50% 95%, 0 100%, 0% 30%) !important;
}

.header-search:hover {
    background-color: #D46DE1 !important;
    clip-path: polygon(0 0, 50% 0%, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 30%) !important;
    border-radius: 200px !important;

}

.header-menu-hamber {
    display: none !important;
    z-index: 2 !important;
}

.header-menu-hamber i {
    color: #fff !important;
}


.header-search input {
    background-color: transparent;
    margin: 0 10px;
    display: none;
}




.header-search:hover {
    width: 250px;
}

.header-search:hover input {
    display: block;
}

.header-search input {
    color: #fff !important;
}

.header-search input::placeholder {
    color: #fff !important;
}

.menu-header-hambergerCLS {
    position: absolute;
    top: 75px;
    left: 153px;
    border-radius: 7px !important;
    height: 0px;
    overflow: hidden;
    backdrop-filter: blur(0px);
}

.menu-header-hamberger {
    position: absolute;
    background: linear-gradient(to bottom right, #ECEFF6, #B776E8) !important;
    top: 85px;
    left: 153px;
    height: auto;
    overflow: hidden;
    z-index: 555555555;
    backdrop-filter: blur(15px);
    clip-path: polygon(50% 0%, 90% 0, 100% 10%, 100% 95%, 85% 100%, 15% 100%, 0 95%, 0 9%, 10% 0) !important;
}

.menu-header-hamberger .menu-header-item {
    display: none !important;
}


.mibtn {
    padding: 12px 17px;
    height: 44px;
    cursor: pointer;
    background-color: #B776E8;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 70%, 100% 100%, 10% 100%, 0 80%, 0% 30%) !important;
}

.mibtn a {
    color: #FFFFFF !important;
}



.mibtn:hover {
    transform: scale(.95) !important;
    background: #20202042 !important;
    backdrop-filter: blur(20px) !important;
}

.btnintro:hover {
    transform: rotate(-5deg);
}

.mibtn2:hover {
    transform: rotate(-5deg);
}





.menu-header-item-selected::before {
    content: "";
    width: 14px;
    height: 5px;
    border-radius: 200px !important;
    background: linear-gradient(#AC6DEB, #AC6DEB);
    position: absolute;
    margin: 0 auto !important;
    bottom: -3px;
}


@media (max-width: 1299px) {
    .consecheader {
        width: 80% !important;
    }
}

@media (max-width: 992px) {
    .menu-header-item {
        margin: 10px 12px;
    }

    .consecheader {
        width: fit-content !important;
        background-color: transparent !important;
        padding: 0px !important;
        margin: 0px !important;
        display: block !important;
    }

    .logo {
        width: 44px !important;
    }

    .menu-header-item a {
        color: #484848 !important;
    }

    .menu-header-item:hover a {
        color: #000 !important;
    }


    .header-search {
        left: 140px;
    }

    .menu-header-item a {
        font-size: 14px !important;
        margin: 0 5px;
    }

    .mibtn a {
        font-size: 16px !important;
    }

    .menu-header-item {
        display: none !important;
    }

    .menu-header-hamberger .menu-header-item {
        display: flex !important;
    }

    .menu-header-item:first-child {
        display: flex !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 190px;
    }


    .menu-header-item-selected::before {
        content: "";
        width: 80%;
        height: 2px;
        border-radius: 200px !important;
        background: #000 !important;
        position: absolute;
        margin: 0 auto !important;
        bottom: -3px;
    }

    .menu-header-item-selected a {
        color: #000 !important;
    }

    .menu-header-item-selected:hover a {
        color: #000 !important;
    }


}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
    margin: 5px 10px !important;

}

@media (max-width: 600px) {
    .header-search {
        left: 128px;
    }

    .mibtn a {
        font-size: 12px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 180px;
    }

    .menu-header-hamberger {
        top: 80px;
        left: 140px;
        min-width: 120px !important;
    }

    .menu-header-hambergerCLS {
        top: 70px;
        left: 130px;
    }

    .header-search:hover {
        width: 180px;
    }

    .header-search:hover input {
        width: 100%;
    }

    .header-search:hover img {
        display: none;
    }

    .header-mainin {
        padding: 0px 10px !important;
        margin: 0px !important;
    }

}




/* Header */

/* --------------------------------------- */
/* Body */


/* section1 */

.bgintro {

    max-height: 100vh !important;
    height: 100vh !important;
    overflow: hidden !important;
    margin: 0px !important;
    max-width: 1905px !important;
    margin: 0 auto !important;
    min-height: 1000px !important;
    background-color: transparent;
    background: url(../img/bgintro.png) !important;
    background-size: cover !important;
    background-position: center !important;

}

.introbg {
    /* background-color: transparent;
    background: url(../img/bgintro.png) !important;
    background-size: cover !important;
    background-position: top center !important; */
    background-repeat: no-repeat !important;
    height: 100% !important;
}


.intro {
    /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
    position: relative !important;
    z-index: 3;
    margin: auto !important;
    max-width: 1900px !important;
}




@keyframes bounceScale3 {

    50% {
        transform: scale(.9) rotate(5deg);
    }
}



.intro h3,
.intro span {
    font-family: "Rokhl" !important;
    font-size: 40px;
    text-align: right;
    position: relative;
    font-weight: bolder;
    font-weight: 900 !important;
    text-align: center !important;
    text-align-last: center !important;
}

.intro h3 {
    font-family: "Rokh" !important;
    font-size: 60px;
    font-weight: 900 !important;
    color: #2A2A2A !important;
    text-align: center !important;
    text-align-last: center !important;

}

.intro h3:nth-child(2) {
    margin: 0px !important;
    padding: 0px !important;
}


.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}





@keyframes bounceScale2 {

    0%,
    100% {
        transform: rotate(140deg) scale(1) translateX(-10px);
    }

    50% {
        transform: rotate(140deg) scale(1) translateX(0px);
    }
}

.btnintro a {
    font-family: "Rokh" !important;

}

.btnintro i {
    font-size: 14px;
    margin: 5px;
    margin-right: 5px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.btnintro:nth-child(2) {
    margin-right: 10px;
    border: none !important;
    background-color: #B776E8 !important;
}

.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
    color: #FFFFFF !important;
}

.btnintro:nth-child(1) {
    padding: 10px 30px !important;
}

.btnintro:hover {
    transform: scale(.95) !important;
    background: #20202042 !important;
}



.godown {
    position: absolute;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background-color: #020307;
    border-radius: 200px;
    padding: 10px !important;
    cursor: pointer;
}

.godown a {
    text-decoration: none;
    color: #020307 !important;
}

.godowndiv {
    background-color: #F14141 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 200px;
}


.intro .leftfooter {
    width: 100% !important;
    background: transparent !important;
    backdrop-filter: blur(0px) !important;
}


.intro p {
    font-size: 18px !important;
    color: #5E5E5E !important;
    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 170% !important;
    margin-top: 120px !important;
    font-family: "Rokhl";
    letter-spacing: 0px !important;
}

.btnintro {
    padding: 12px 23px !important;
    padding-bottom: 8px !important;
    padding-left: 20px !important;
    border: 1px solid #fff !important;
    cursor: pointer;
    font-size: 18px;
    position: absolute !important;
    right: 140px !important;
    bottom: 100px !important;
    clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 70%, 100% 100%, 10% 100%, 0 80%, 0% 30%) !important;

}

@media (max-width: 1700px) {

    .intro p {
        font-size: 18px !important;
        color: #5E5E5E !important;
        text-align: center !important;
        text-align-last: center !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
        line-height: 170% !important;
        margin-top: 120px !important;
        font-family: "Rokhl";
        letter-spacing: 0px !important;
    }

    .btnintro {
        padding: 12px 23px !important;
        border: 1px solid #fff !important;
        cursor: pointer;
        font-size: 18px;
        position: absolute !important;
        bottom: 110px !important;
    }
}


@media (min-width: 1900px) {

    .intro p {
        font-size: 18px !important;
        color: #5E5E5E !important;
        text-align: center !important;
        text-align-last: center !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
        line-height: 200% !important;
        margin-top: 150px !important;
    }

    .btnintro {
        padding: 12px 23px !important;
        border: 1px solid #fff !important;
        cursor: pointer;
        font-size: 18px;
        position: absolute !important;
        right: 90px !important;
        bottom: 145px !important;
    }


    .bgintro {
        max-height: 950px !important;
        min-height: 950px !important;
        height: 950px !important;
    }


}

@media (min-width: 992px) {

    .marginrightext {
        margin-right: 350px !important;
    }

    .w-lg-70 {
        width: 35% !important;
        max-width: 350px !important;
        margin-top: 100px !important;
    }


}

@media (max-width: 1600px) {

    .intro h3 {
        font-size: 4vw !important;
    }

    .intro span {
        font-size: 3vw !important;
    }

    .intro p {
        font-size: 18px !important;
    }
}

@media (max-width: 1200px) {

    .intro h3 {
        font-size: 4vw !important;
    }

    .intro span {
        font-size: 3.5 !important;
    }


}

@media (max-width: 992px) {
    .bgintro {

        max-height: 100vh !important;
        height: 100vh !important;
        overflow: hidden !important;
        margin: 0px !important;
        max-width: 1905px !important;
        margin: 0 auto !important;
        min-height: fit-content !important;
        background-color: transparent;
        background: url(../img/bgintrosm.png) !important;
        background-size: cover !important;
        background-position: center !important;

    }

}

@media (min-width: 992px) {



    .w-lg-100 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .btnintro {
        margin: 0px !important;
        transform: rotate(0deg) !important;
        margin-top: 0px !important;
        position: relative !important;
        inset: 0px !important;
    }

    .intro p {
        margin-top: 5px !important;
        padding: 0px 20px !important;
    }



    .intro-in {
        background: none !important;

    }


    .intro h3 {
        font-size: 7.5vw !important;
    }

    .intro span {
        font-size: 5.6vw !important;
    }

    .intro .leftfooter a {
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        margin: 0px 5px !important;
    }

    .intro .leftfooter img {
        height: 13px !important;
        min-height: 13px !important;
        max-height: 13px !important;
        width: 13px !important;
        min-width: 13px !important;
        max-width: 13px !important;
    }



}


@media (max-width: 600px) {

    .bgintro {

        max-height: 100vh !important;
        height: 100vh !important;
        overflow: hidden !important;
        margin: 0px !important;
        max-width: 1905px !important;
        margin: 0 auto !important;
        min-height: fit-content !important;
        background-color: transparent;
        background: url(../img/bgintrosm.png) !important;
        background-size: cover !important;
        background-position: center !important;

    }

    .intro p {
        font-size: 14px !important;
        text-align: center !important;
        text-align-last: center !important;
    }

    .intro h3,
    .intro span {
        text-align: center !important;
        text-align-last: center !important;
    }

    .btnintro {
        font-size: 14px !important;
        height: 44px !important;
    }

    .btnintro i {
        font-size: 12px !important;
        margin-top: 6px;
    }

    .btnintro:nth-child(2) {
        padding-top: 10px !important;
    }

    .btnintro:nth-child(2) a {
        margin-top: 1px;
    }

    .btnintro:nth-child(1) {
        padding: 8px 25px !important;
        padding-top: 10px !important;
    }

}


/* section1 */


/* section2 */


/* section2 */

/* section3 */

/* section3 */
/* section4 */


/* section4 */
/* section5 */



/* section2 */





/* section2 */

/* section6 */

.congamesnew {
    min-height: 780px !important;
    background: url(../img/bgintrosm.png) !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.games {
    background-color: #5ADEEB !important;
    width: 22% !important;
    border-radius: 15px !important;
    padding: 40px !important;
}

.games:hover {
    transform: scale(.95) !important;
}


.games h3 {
    font-size: 22px !important;
    text-align: right !important;
    text-align-last: right !important;
    color: #110B39 !important;
    font-weight: 900 !important;
}

.games p {
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    color: #110B39 !important;
    line-height: 170% !important;
    font-size: 16px !important;
}

.games:nth-child(even) {
    background: #B17EE5 !important;
}

.games:nth-child(even) h3,
.games:nth-child(even) p {
    color: #fff !important;
}

.games img {
    width: 100px !important;
}


.btngame {
    background-color: #110B39 !important;
    color: #FFFFFF !important;
    padding: 15px 30px !important;
    clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 75%, 100% 100%, 5% 100%, 0 85%, 0% 30%) !important;
    font-size: 16px !important;
    backdrop-filter: blur(20px) !important;
    width: 100% !important;
}

.btngame i {
    font-size: 14px !important;
}

.btngame:hover {
    transform: scale(.95) rotate(2deg) !important;
    background: #110b39b9 !important;
}

@media (max-width: 992px) {

    .congamesnew {
        min-height: 800px !important;
        background: url(../img/bgintrosm.png) !important;
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .games {
        width: 100% !important;
        margin: 10px 0px !important;
    }

    .games:nth-child(1) {
        margin-top: 12px !important;
    }

    .games h3 {
        font-size: 18px !important;
        text-align: right !important;
        text-align-last: right !important;
        font-weight: 900 !important;
    }

    .games p {
        text-align: right !important;
        text-align-last: right !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
        line-height: 170% !important;
        font-size: 14px !important;
    }



    .btngame {
        background-color: #110B39 !important;
        color: #FFFFFF !important;
        padding: 15px 30px !important;
        clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 75%, 100% 100%, 5% 100%, 0 85%, 0% 30%) !important;
        font-size: 14px !important;
        backdrop-filter: blur(20px) !important;
        width: 100% !important;
    }

    .btngame i {
        font-size: 12px !important;
    }

}

/* section6 */

/* section6.5 */

.worksbg {
    background: url(../img/bgintrosm.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.concasinobox {
    /* background-image: linear-gradient(to right, #41392259, #313c2525, #1e3d2f4f, #093c3c10, #06394757); */
    background-color: transparent;
}

.conobutncasinobox {
    overflow: hidden;
    padding: 0px !important;
    background: linear-gradient(to bottom, #C5A0EF, #C5A0EF) !important;
    clip-path: polygon(4% 0, 100% 0, 100% 0, 100% 90%, 96% 100%, 0 100%, 0 100%, 0 10%) !important;
}

.conrightcosino {
    width: 40% !important;
}

.boxcasinoonline {
    background-color: #ffffff41;
    backdrop-filter: blur(20px) !important;
    border-radius: 10px;
    padding: 5px 20px;
    width: 100%;
    height: 28% !important;
    position: relative;
    margin: 15px 0;
    cursor: pointer;
    transform: translateX(0px);
    min-height: 80px !important;
    backdrop-filter: blur(20px) !important;
}

.boxcasinoonline:hover {
    transform: translateX(10px);
    background-color: #ffffff25;
}

.boxcasinoonline .leftimg {
    width: 50px !important;
}

.boxcasinoonline h1 {
    font-size: 30px;
    margin-top: 10px !important;
    margin-left: 20px !important;
    font-weight: bolder;
    letter-spacing: 3px;
    font-family: Pinar;
}

.boxcasinoonline .text {
    font-size: 20px;
    margin: 20px !important;
    color: #110B39 !important;

}

.boxcasinoonline p {
    font-size: 22px;
}

.boxcasinoonline small {
    margin-left: 5px;
    margin-top: -10px;
    text-align: center;
    font-size: 16px !important;
    color: #110B39 !important;
}

.boxcasinoonline .startimg {
    margin-top: -16px;
    max-width: 15px !important;
    margin-right: 2spx !important;
}

.btnonlinecasino {
    background: #fff;
    width: 20% !important;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
}

.btnonlinecasino span {
    margin: 5px;
    margin-right: 10px !important;
    font-size: 14px;
    color: #232323;
    font-weight: bold;
}

.boxcasinoonline .constart {
    margin-top: 10px !important;
}

@media (max-width: 1600px) {
    .boxcasinoonline h1 {
        font-size: 25px;
    }

    .boxcasinoonline p {
        font-size: 14px !important;
    }

    .boxcasinoonline .text {
        font-size: 16px;
        margin: 10px !important;
    }

    .btnonlinecasino span {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-60 {
        width: 70% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }
}

@media (max-width: 992px) {
    .conobutncasinobox {
        max-height: fit-content !important;
        min-height: fit-content !important;
        margin-top: 25px !important;
        background: transparent !important;
    }

    .boxcasinoonline {
        background: linear-gradient(to right, #c5a0ef5e, #C5A0EF);
        backdrop-filter: blur(30px) !important;
        background-color: transparent !important;
    }

    .boxcasinoonline:nth-child(2) {
        background: linear-gradient(to right, #5adfeb62, #5adfebd0);
        backdrop-filter: blur(30px) !important;
        background-color: transparent !important;

    }

    .boxcasinoonline:nth-child(2) .btnonlinecasino {
        animation: btnworks 1s infinite linear !important;
    }

    @keyframes btnworks {
        50% {
            transform: scale(.9);
        }
    }



    .boxcasinoonline:hover {
        background-color: #c5a0ef86 !important;
    }

    .boxcasinoonline:nth-child(2):hover {
        background-color: #5adfebd5 !important;
    }

    .boxcasinoonline small {
        color: #000 !important;
    }

    .conrightcosino {
        max-height: fit-content !important;
        min-height: fit-content !important;
    }

    .conrightcosino {
        width: 80% !important;
    }

    .boxcasinoonline:hover {
        transform: translateX(0px);
    }

    .conobutncasinobox {
        clip-path: none !important;
        background-color: transparent;
        padding: 0px !important;
    }
}

@media (max-width: 768px) {
    .boxcasinoonline {
        padding: 20px;
    }

    .boxcasinoonline h1 {
        font-size: 25px;
    }

    .boxcasinoonline p {
        font-size: 18px;
    }

    .btnonlinecasino span {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .conobutncasinobox {
        border: none !important;
        border-radius: 0px 0px 5px 5px !important;
        margin-top: 5px !important;
    }

    .boxcasinoonline {
        padding: 0px 13px !important;
        padding-left: 15px !important;
        margin: 15px 0px !important;
        border-radius: 15px !important;
        position: relative !important;
        max-height: 65px !important;
        min-height: 65px !important;
    }

    .boxcasinoonline:nth-child(1) {
        margin-top: 10px !important;
    }

    .boxcasinoonline h1 {
        font-size: 16px !important;
        margin-left: 5px !important;
        letter-spacing: 0px !important;
    }

    .boxcasinoonline p {
        font-size: 18px !important;
    }

    .btnonlinecasino {
        width: 35% !important;
        margin-right: 5px !important;
    }

    .boxcasinoonline .text {
        font-size: 11px !important;
        margin: 0px !important;
        margin-left: 10px !important;
        padding-top: 5px !important;
    }

    .boxcasinoonline span {
        font-size: 12px !important;
        margin: 5px !important;
        text-wrap: nowrap !important;
    }

    .btnonlinecasino img {
        max-width: 15px !important;
    }

    .btnonlinecasino {
        padding: 2px !important;
    }

    .boxcasinoonline small {
        font-size: 10px !important;
        margin-top: 0px !important;
    }

    .boxcasinoonline .startimg {
        width: 12px;
        margin-top: -8px;
    }

    .rightfooter .p {
        margin: 0px !important;
        padding: 0px !important;
    }

    .leftimg {
        position: absolute;
        max-width: 30px !important;
        max-height: 30px !important;
        top: -20px;
        right: 0px !important;
    }

    .leftfooter {
        margin: 0px !important;
        margin-bottom: 10px !important;
    }
}


/* section6.5 */
/* section6.7 */

.bgweblog {
    background: #110B39 !important;
    padding-bottom: 100px !important;
    padding-top: 30px !important;
    margin-top: 65px !important;
}


.weblog {
    background: #5ADEEB !important;
    width: 15.5% !important;
    border-radius: 20px !important;
    padding: 15px !important;
    backdrop-filter: blur(20px) !important;
    min-width: 330px !important;
    margin: 0 15px !important;
}



.conweblogs {
    width: fit-content !important;
}

.conthis {
    width: 100% !important;
    overflow-x: scroll !important;
}

.conthis::-webkit-scrollbar {
    display: none !important;
}

.weblog:hover {
    transform: scale(.95) !important;
    background: #5adfebc7 !important;
}


.weblog h3 {
    font-size: 20px !important;
    color: #110B39 !important;
    text-align: right !important;
    font-weight: 900 !important;
}

.weblog p {
    font-size: 16px !important;
    line-height: 170% !important;
    text-align: right !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-align-last: right !important;
    color: #110B39 !important;

}

.weblog:nth-child(even) {
    background: #B17EE5 !important;
}

.weblog:nth-child(even):hover {
    transform: scale(.95) !important;
    background: #b17ee5c7 !important;
}

.weblog:nth-child(even) p,
.weblog:nth-child(even) h3 {
    color: #FFFFFF !important;
}


.circleweblog {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    border-radius: 200px !important;
    margin: 2px !important;
    margin-top: -10px !important;
    cursor: pointer;
    animation: mycircle 1s infinite linear !important;
}


@keyframes mycircle {
    50% {
        transform: scale(.95);
    }
}



.circleweblog:hover {
    transform: scale(.95) !important;
}

.circleweblog i {
    color: #110B39 !important;
    font-size: 16px !important;
}


@media (max-width: 992px) {
    .bgweblog {
        background: #110B39 !important;
        padding-bottom: 100px !important;
        padding-top: 25px !important;
        margin-top: 35px !important;
        padding-bottom: 60px !important;
    }

}

@media (max-width: 500px) {

    .weblog {
        background: #5ADEEB !important;
        border-radius: 15px !important;
        padding: 10px !important;
        backdrop-filter: blur(20px) !important;
        min-width: 250px !important;
        margin: 0 15px !important;
    }


    .weblog h3 {
        font-size: 16px !important;
        color: #110B39 !important;
        text-align: right !important;
        font-weight: 900 !important;
        margin-top: 15px !important;
    }

    .weblog p {
        font-size: 14px !important;
        line-height: 170% !important;
        text-align: right !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
        text-align-last: right !important;
        color: #110B39 !important;
        margin-top: 5px !important;
    }

    .circleweblog {
        width: 35px !important;
        height: 35px !important;
        background-color: #fff !important;
        border-radius: 200px !important;
        margin: 2px !important;
        margin-top: -10px !important;
        cursor: pointer;
    }

    .circleweblog:hover {
        transform: scale(.95) !important;
    }

    .circleweblog i {
        color: #110B39 !important;
        font-size: 13px !important;
    }

}

/* section6.7 */

/* section7 */

.textheader {
    position: relative !important;
}






.textheaderleft {
    cursor: pointer;
}

.textheaderleft p {
    color: #000000 !important;
    font-family: "Rokh" !important;
}

.textheaderleft i {
    color: #000000 !important;
}

.textheaderleft:hover p {
    color: #8C00FF !important;
}

.textheaderleft:hover i {
    color: #8C00FF !important;
}


/* section7 */
/* section8 */

.servicebg {
    background: #110B39 !important;
    padding-bottom: 30px !important;
}

.conservicenew {
    min-height: 430px !important;
    margin-top: -90px !important;
}


.boxitem1 {
    background-color: #F0F1FF;
    /* border: 2px solid #ffffff; */
    border-bottom: 0px !important;
    padding-left: 20px;
    color: white !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    backdrop-filter: blur(30px) !important;
    position: relative;
}

.boxitem1:hover {
    background-color: #f0f1ffaf !important;
}


.boxitem1::before {
    content: "";
    width: 0% !important;
    height: 100% !important;
    position: absolute;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    z-index: -1;
    transition: .3s !important;
}

.boxwork:nth-child(odd) .boxitem1:hover::before {
    width: 100% !important;
    background-color: #B17EE5 !important;
}

.boxwork:nth-child(even) .boxitem1:hover::before {
    width: 100% !important;
    background-color: #5ADEEB !important;
}

.boxwork {
    min-width: 32% !important;
    width: 32% !important;

}

.boxitem1 h3 {
    font-size: 18px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000 !important;
    padding-right: 10px !important;
    margin-top: 11px !important;
}

.boxwork:hover h3 {}

.boxitem1 img {
    height: 100% !important;
    margin-top: -1px !important;
}

@media (max-width: 992px) {
    .boxwork {
        width: 100% !important;
        margin: 12px 0px !important;
    }

    .conservicenew {
        min-height: 330px !important;
        margin-top: 40px !important;
        padding-bottom: 42px !important;
    }

}

@media (max-width: 600px) {
    .boxitem1 {
        padding: 0px !important;
        padding-right: 0px !important;
        border-radius: 15px !important;
    }

    .boxwork:nth-child(1) {
        margin-top: 15px !important;
    }

    .boxitem1 img {
        height: 56px !important;
    }

    .boxitem1 h3 {
        font-size: 14px !important;
        line-height: 35px !important;
        margin-left: 10px !important;
    }

    .textservice {
        font-size: 16px !important;
    }
}



/* section8 */

.blogbg {
    background-color: #110B39 !important;
    max-height: 700px !important;
    position: relative;
}

.blogbg::before {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to right, #110B39, #110b3900) !important;
    position: absolute !important;
    inset: 0px !important;
}

.conblognew {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.blogbg img {
    min-height: 700px !important;
}

.article3 {
    position: absolute;
    left: 0px !important;
    height: 100% !important;
    top: 100px !important;
}




.textmboxblog {
    font-size: 18px !important;
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    font-weight: 100 !important;
}

.textmboxblog2 {
    font-size: 16px !important;
    font-size: 18px !important;
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;
    overflow: hidden;
    font-weight: 100 !important;
    color: #c4c4c6 !important;
    line-height: 200% !important;
}

.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    direction: rtl !important;
}

.bg-blog1 {
    border-radius: 25px !important;
    overflow: visible !important;
    position: relative;
}

.bg-blog1 img {
    border-radius: 5px !important;
}

.titleblog1 {
    font-size: 40px !important;
    font-family: "Rokh" !important;
    font-weight: 900 !important;
    text-align: right !important;
}

.textblog1 {
    font-size: 22px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-align-last: right !important;
    direction: rtl !important;
    color: lab(100% 0.01 -0.01 / 0.8) !important;
}

.textblog11 {
    font-size: 18px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-align-last: right !important;
    direction: rtl !important;
    color: #6949e7 !important;
}

.article>* {
    direction: ltr !important;
    text-align: left !important;
}

.article p {
    margin-top: 10px;
    text-align: justify;
    text-align-last: right !important;
    font-size: 23px;
    line-height: 200%;
    color: #cbcbcb;
}

.endarticle img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    z-index: 10000000000000;
}

.conimg {
    position: relative;
}

.textmbox {
    text-align: justify;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
}

.items p {
    font-size: 14px !important;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.items p::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d81b31;
    position: absolute;
    left: 0px;
    border-radius: 200px;
    top: 9px;
}

.title-bg {
    color: #d81b31;
    position: relative;
}

.showtext {
    width: 30% !important;
    border-left: 2px dashed #ffffff91 !important;
}

.showtext:nth-child(3) {
    border: none !important;
}


.showtext:nth-child(2) {
    margin-left: -65px !important;
    padding-left: 68px !important;
}

.showtext h3 {
    text-align: center !important;
    text-align-last: center !important;
    color: #D46DE1 !important;
    font-size: 45px !important;
}

.showtext p {
    color: #FFFFFF !important;
    text-align: center !important;
    text-align-last: center !important;
    font-size: 18px !important;
}

@media (min-width: 992px) {
    .w-lgcustom {
        width: 80% !important;
    }
}

@media (max-width: 1600px) {


    .article h3 {
        font-size: 24px;
    }

    .article p {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .article p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .bg-blog1 img {
        transition: 1s !important;
        transform: translateY(0px);
        border: 3px solid transparent !important;
    }

    .bg-blog1:hover img {
        transform: translateY(-30px);
    }
}

@media (max-width: 992px) {

    .showtext h3 {
        text-align: center !important;
        text-align-last: center !important;
        color: #D46DE1 !important;
        font-size: 30px !important;
    }

    .showtext p {
        color: #FFFFFF !important;
        text-align: center !important;
        text-align-last: center !important;
        font-size: 14px !important;
    }

    .showtext {
        width: 100% !important;
        border: none !important;
        border-bottom: 2px dashed #ffffff41 !important;
        margin: 30px 0px !important;
        padding-bottom: 20px !important;

    }



    .showtext:nth-child(2) {
        padding: 0px !important;
        margin: 0px !important;
        margin: 10px 0px !important;
        padding-bottom: 12px !important;
        margin-top: 0px !important;
    }

    .showtext:nth-child(3) {
        padding-top: 0px !important;
    }

    .article3 {
        position: relative;
        height: 100% !important;
        inset: 0px !important;
        width: 100% !important;
        margin: 0px !important;
    }

    .blogbg {
        min-height: fit-content !important;
        max-height: auto !important;
        position: relative;
        background: url(../img/blog1.png) !important;
        background-size: cover !important;
        background-position: right !important;
        background-repeat: no-repeat !important;
    }

    .blogbg::before {
        content: "";
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(to left, #110b39, #110b39b7 100%) !important;
        position: absolute !important;
        inset: 0px !important;
    }

    .conblognew {
        margin-top: 0px !important;
    }

    .textblog1 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 6 !important;
        overflow: hidden !important;
    }

    .bg-blog1 {
        border-radius: 25px !important;
        overflow: visible !important;
        position: relative;
    }

    .bg-blog1 {
        padding: 0px !important;
        position: relative;
    }

    .bg-blog::before {
        display: none;
    }

    .Wmd100 {
        width: 100% !important;
    }

    .article h3 {
        font-size: 20px;
    }

    .bg-blog1::before {
        content: "";
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 70% !important;
        position: absolute;
        background-size: cover;
        background-position: top center;
        z-index: -1 !important;
    }
}

@media (max-width: 768px) {
    .textmbox {
        text-align: justify;
        text-align-last: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

    .article h3 {
        font-size: 18px !important;
    }

    .article p {
        font-size: 14px !important;
        margin-top: 3px !important;
        text-align: center !important;
        text-align-last: center !important;
    }

    .endarticle img {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle span {
        font-size: 12px !important;
    }

    .items p {
        font-size: 10px !important;
        margin: 10px !important;
        text-align-last: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: justify !important;
        overflow: hidden;
        padding-left: 20px !important;
    }

    .items p::before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #d81b31;
        position: absolute;
        left: 0px;
        border-radius: 200px;
        top: 15px;
    }

    .titleblog1_1 {
        font-size: 16px !important;
    }

    .conbox small {
        font-size: 10px !important;
        padding-top: 4px !important;
    }

    .textmboxblog2 {
        font-size: 14px !important;
        line-height: 250% !important;
        text-align: center !important;
        text-align-last: center !important;
    }
}

/* section8.5 */


/* section8.5 */






/* section 9 */

.messagebg {
    background: url(../img/bgmessage.png) !important;
    background-size: contain !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.conmessagenew {
    margin-top: -35px !important;
    padding-bottom: 80px !important;

}

.conmymessage {
    position: relative !important;
}


.intro-message {
    color: #525252 !important;
    font-size: 18px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-align: center !important;
    text-align-last: center !important;
}



.message {
    width: 70% !important;
    background: #FFFFFF !important;
    border-radius: 25px !important;
    padding: 35px !important;
    position: relative !important;
    overflow: hidden !important;
}

.message:nth-child(1),
.message:nth-child(3) {
    position: absolute !important;
}

.message:nth-child(1) {
    right: 0px !important;
    transform: scale(.8);
    filter: blur(5px) !important;
    z-index: -1;
}

.message:nth-child(3) {
    z-index: -1;
    left: 0px !important;
    transform: scale(.8);
    filter: blur(5px) !important;
    z-index: -1;
}

.message::before {
    content: "";
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background: url(../img/conmessage.svg);
    background-size: 30% !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    left: 10% !important;
    bottom: -10% !important;
    opacity: .5 !important;
}

.message small {
    font-size: 12px !important;
    color: #717171 !important;
    font-weight: 900 !important;

}


.message p {
    color: #5D6770 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-align: right !important;
    text-align-last: right !important;
    font-size: 16px !important;
    line-height: 200% !important;
}


.message h3 {
    font-size: 18px !important;
    color: #5D6770 !important;
    text-align: right !important;
    text-align-last: right !important;
    font-weight: 900 !important;
}


.message h5 {
    font-size: 16px !important;
    color: #5D6770 !important;
    text-align: right !important;
    text-align-last: right !important;
}

.message .userimg {
    width: 60px !important;
    height: 60px !important;
}


@media (min-width: 992px) {

    .w-lg-custom {
        width: 50% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }
}

@media (max-width: 992px) {

    .w75 {
        width: 60% !important;
    }


    .message {
        width: 100% !important;
        border-radius: 20px !important;
        padding: 25px !important;
        padding-bottom: 20px !important;
        position: relative !important;
        overflow: hidden !important;
    }







    .message p {
        font-size: 14px !important;
        line-height: 180% !important;
        margin-top: 15px !important;
    }


    .message h3 {
        font-size: 16px !important;
    }


    .message h5 {
        font-size: 14px !important;
    }

    .message img {
        width: 60px !important;
    }

    .message .userimg {
        width: 50px !important;
        height: 50px !important;
    }



    .message small {
        font-size: 10px !important;

    }





    .intro-message {
        color: #525252 !important;
        font-size: 14px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2 !important;
        overflow: hidden;
        text-align: center !important;
        text-align-last: center !important;
        line-height: 200% !important;
        width: 90% !important;

    }




    .conmessagenew {
        margin-top: 0px !important;
        padding-top: 30px !important;
        padding-bottom: 110px !important;
    }


}


/* section 9 */




/* section 10 */


/* section 10 */
/* section 11 */

.questionbg {
    background-color: #110B39 !important;
    padding-top: 65px !important;
    padding-bottom: 0px !important;
    min-height: 700px !important;
    padding-bottom: 80px !important;
    overflow: hidden !important;
    position: relative;
    cursor: pointer !important;
}

.questionbg::before {
    content: "";
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    inset: 0px !important;
    background: url(../img/bgquestion.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.conconquestion {
    max-width: 10% !important;
}

.conquestion {
    min-height: 500px !important;
}

.conquestionnew {
    margin-top: -90px !important;
}

.questionbox {
    background-color: #B47AEA !important;
    border-radius: 15px !important;
    position: relative;
    padding: 30px !important;
    padding-bottom: 20px !important;
    min-width: 450px;
    transform: rotate(-90deg) !important;
    height: 100px !important;
}

.conconquestion:nth-child(even) .questionbox {
    background: #5DE1EE !important;
}

.questionbox h3 {
    font-size: 20px !important;
    text-align: right !important;
    text-align-last: right !important;
    color: #110B39 !important;

}

.questionbox h3:nth-child(1) {
    margin-top: 7px !important;
}

.questionbox h3:nth-child(2) {
    margin-right: 25px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    line-height: 200% !important;
    text-align: right;
    text-align-last: right !important;
}

.questionbox p {
    font-size: 16px !important;
    line-height: 200% !important;
    color: #252525 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;
    overflow: hidden;
    line-height: 200% !important;
    text-align: right !important;
    text-align-last: right !important;
    margin-top: 30px !important;
}

.questionbox p {
    position: absolute !important;
    z-index: -1000000 !important;
    opacity: 0 !important;
}


.questionbgselected {
    width: 40% !important;
    max-width: 30% !important;
    animation: question .5s linear !important;
}



@keyframes question {
    0% {
        opacity: 0;
        transform: scale(.9);

    }

    100% {
        opacity: 1;
        transform: scale(1);

    }
}



.questionbgselected .questionbox {
    transform: rotate(0deg) !important;
    min-height: 450px !important;
    min-width: fit-content !important;
    align-items: start !important;
    justify-content: start !important;
    padding: 60px !important;
    border-radius: 0px !important;
    clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 70%, 100% 100%, 10% 100%, 0 80%, 0% 30%) !important;
}

.questionbgselected .questionbox .contextquestion {
    flex-direction: column !important;
}

.questionbgselected .questionbox h3 {
    margin: 0px !important;
    margin-top: 10px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    color: #fff !important;
}

.questionbgselected .questionbox h3:nth-child(1) {
    margin-top: 30px !important;
}

.questionbgselected .questionbox p {
    position: relative !important;
    inset: 0px !important;
    opacity: 1 !important;
}


@media (max-width: 992px) {

    .questionbg {
        padding-top: 95px !important;
        padding-bottom: 0px !important;
        min-height: fit-content !important;
        padding-bottom: 50px !important;
        overflow: hidden !important;
    }

    .conconquestion {
        width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .questionbox {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        max-height: 65px !important;
        transform: rotate(0deg) !important;
        margin: 10px 0px !important;
        border-radius: 12px !important;
    }

    .questionbgselected .questionbox {
        transform: rotate(0deg) !important;
        min-height: 400px !important;
        min-width: fit-content !important;
        align-items: start !important;
        justify-content: start !important;
        padding: 50px !important;
        border-radius: 0px !important;
        clip-path: polygon(0 0, 85% 0, 100% 10%, 100% 70%, 100% 100%, 15% 100%, 0 90%, 0% 30%) !important;
    }

    .questionbox h3 {
        font-size: 16px !important;

    }

    .questionbox h3:nth-child(2) {
        margin-right: 15px !important;
    }

    .questionbox p {
        font-size: 14px !important;
        line-height: 200% !important;
        margin-top: 30px !important;
    }

    .questionbgselected .questionbox h3 {
        margin-right: 0px !important;
    }
}

/* section 11 */

/* Body */



/* Footer */

.bgfooter {
    background-color: #fff;
    border-radius: 200px !important;
    overflow: hidden !important;
}

.rightfooter,
.leftfooter {
    background-color: #fff;
    backdrop-filter: blur(100px) !important;
    border-radius: 200px !important;
    padding: 10px;
    min-height: 70px !important;
}

.rightfooter {
    width: 88% !important;
}

.leftfooter {
    width: 13% !important;
}

.rightfooter .p {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #000000 !important;
}

.rightfooter .p:hover {
    color: #8C00FF !important;
}

.rightfooter .circle {
    background-color: #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 200px;
    font-size: 10px;
    cursor: pointer;
    backdrop-filter: blur(20px) !important;
}

.rightfooter .circle i {
    color: #B47AEA;
}

.rightfooter .circle:hover {
    opacity: 0.6;
}

.leftfooter a {
    width: 40% !important;
    margin: 0;
    height: 100%;
    background-color: #B776E8;
    backdrop-filter: blur(50px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    width: 45px !important;
    height: 45px !important;
}

.leftfooter a:nth-child(2) {
    background-color: #D46DE1 !important;
}

footer .leftfooter a {
    background: #5DE1EE !important;
}

footer .leftfooter a:nth-child(2) {
    background: #B47AEA !important;
}



.leftfooter a img {
    transform: rotate(0deg);
}

.leftfooter a:hover img {
    transform: rotate(360deg);
}

.leftfooter a:hover {
    opacity: .5 !important;
    backdrop-filter: blur(30px) !important;
}


.goup {
    background-color: #B47AEA !important;
    padding: 10px !important;
    border-radius: 200px !important;
    max-height: 45px !important;
}


.goup a {
    font-size: 15px !important;
    margin-top: -1px !important;
}

.copyright span {
    font-size: 12px !important;
    color: #3B3B3B !important;
}


@media (max-width: 1200px) {
    .leftfooter a {
        width: 40px !important;
        margin: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        height: 40px;
    }

    .rightfooter {
        width: 100% !important;
        order: 5;
        border-radius: 10px 10px 0px 0px !important;
    }

    .leftfooter {
        order: 3;
        align-self: flex-end;
        width: 160px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {

    footer .textcasinolivebet {
        border-left: none !important;
    }

    footer .logo {
        max-width: 40px !important;
    }

    .bordertop {
        border-top: 1px solid #BEBEBE !important;
    }

    .bgfooter {
        background-color: transparent;
        border-radius: 0px !important;
        overflow: hidden !important;
    }

    .rightfooter,
    .leftfooter {
        background-color: transparent;
        backdrop-filter: blur(100px) !important;
        border-radius: 0px !important;
        padding: 10px;
        min-height: 70px !important;
    }


}

@media (max-width: 600px) {



    .rightfooter .p {
        margin-left: 5px !important;
        margin-right: 5px !important;
        font-size: 14px !important;
    }

    .copyright {
        background-color: #110B39;
        backdrop-filter: blur(100px) !important;
        padding-bottom: 10px !important;
    }

    .copyright span {
        font-size: 12px !important;
        color: #fff !important;
    }

    .leftfooter {
        padding: 0px !important;
        width: 130px !important;
        max-height: 50px !important;
        min-height: 50px !important;
    }

    .leftfooter a {
        padding: 0px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        border-radius: 200px !important;
        margin: 0 10px !important;
    }

    .leftfooter a img {
        max-width: 16px !important;
    }

    .goup {
        padding: 10px !important;
        border-radius: 200px !important;
        max-height: 45px !important;
    }


    .goup .p {
        font-size: 13px !important;
        margin-top: -1px !important;
        margin-left: 10px !important;
    }

    .copyright {
        padding: 0px !important;
        padding-top: 5px !important;
    }
}

/* Footer */


/* carousel-indicators */

.carousel-indicators {
    bottom: -55px !important;
}

.carousel-indicators li {
    background-color: #CECECE !important;
    bottom: -30px !important;
    border-radius: 200px !important;
    width: 7px !important;
    height: 7px !important;
}

.carousel-indicators .active {
    background: linear-gradient(to right, #B17EE5, #B17EE5) !important;
    width: 15px !important;
}

@media (max-width: 600px) {

    .carousel-indicators {
        bottom: -45px !important;
    }


    .carousel-indicators li {
        background-color: #CECECE !important;
        border-radius: 200px !important;
        width: 5px !important;
        height: 5px !important;
    }

    .carousel-indicators .active {
        background: linear-gradient(#8C00FF, #8C00FF) !important;
        width: 10px !important;
    }

}