/* Defult */
@font-face {
    font-family: "Yekan_Bakh";
    src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-05-MEDIUM.TTF");
    src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-04-REGULAR.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-06-BOLD.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-03-LIGHT.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-08-FAT.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-07-HEAVY.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 04\ REGULAR.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 05\ MEDIUM.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 06\ BOLD.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 03\ LIGHT.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 07\ HEAVY.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 02\ THIN.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 08\ FAT.TTF") format("TTF"),
        /* woff fonts */
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Medium.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Regular.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Light.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Bold.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Heavy.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Fat.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Thin.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Hairline.woff") format("woff"),
        /* woff2 */
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Medium.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Regular.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Light.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Bold.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Heavy.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Fat.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Thin.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Hairline.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Pinar";
    src: url("../fonts/Pinar/Pinar-Black.ttf");
    src: url("../fonts/Pinar/Pinar-Bold.ttf") format("TTF"),
        url("../fonts/Pinar/Pinar-DS1-ExtraBold.ttf") format("TTF");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Peyda Black";
    src: url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.eot");
    src: url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.svg#Peyda Black")format("svg");
}

* {
    font-family: "Yekan_Bakh";
    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: #04062F;
}



html {
    scroll-behavior: smooth !important;
    position: relative;
}


html::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}



.intro,
.conintrobotten,
.secondintro,
.header-main,
.casinoboxcon,
.concasinobox,
.conservises,
.conmessage,
.conarticle {
    padding-right: 130px !important;
    padding-left: 130px !important;
}


@media (max-width: 1100px) {

    .intro,
    .conintrobotten,
    .secondintro,
    .header-main,
    .casinoboxcon,
    .concasinobox,
    .conservises,
    .conmessage,
    .conarticle {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

}

@media (max-width: 768px) {

    .intro,
    .conintrobotten,
    .secondintro,
    .header-main,
    .casinoboxcon,
    .concasinobox,
    .conservises,
    .conmessage,
    .conarticle {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}




/* Defult */

/* --------------------------------------- */


/* Header */

.logo {
    width: 50px;
    transform: translateY(0px);
}

.logo:hover {
    transform: translateY(-5px);
}

.header-mainin {
    background-color: #0f125d63;
    padding: 20px !important;
    padding-bottom: 10px !important;
    border-radius: 0px 0px 5px 5px !important;

}

.header-main {
    margin-top: -15px !important;
    position: relative;
    z-index: 50;
}

.menu-header-item {
    font-size: 18px;
    margin: 10px;
}

.menu-header-item:hover a {
    color: #7DC5FF !important;
}

.menu-header-item a {
    margin-right: 10px;
    font-size: 16px;
    color: #fff !important;
}

.menu-header-item:first-child {
    font-weight: bold;
}

.header-search,
.header-menu-hamber {
    background: #050733;
    border-radius: 200px;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 135px;
    width: 44px;
    height: 44px;
    font-size: 17px;
    z-index: 30000 !important;
}

.header-menu-hamber {
    display: none !important;
    z-index: 2 !important;
}

.header-search:hover {
    background: #050733;
}

.header-search input {
    background-color: transparent;
    margin: 0 10px;
    display: none;
}

.header-search:hover {
    width: 250px;
}

.header-search:hover input {
    display: block;
}

.menu-header-hambergerCLS {
    position: absolute;
    background: linear-gradient(to right, #7dc4ff10, #7dc4ff28);
    top: 80px;
    left: 100px;
    border-radius: 10px;
    height: 0px;
    overflow: hidden;
    backdrop-filter: blur(20px) !important;
}

.menu-header-hamberger {
    position: absolute;
    background: linear-gradient(to right, #0f125d2c, #0f125d41);
    top: 100px;
    left: 100px;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    z-index: 555555555;
    padding: 0px !important;
    backdrop-filter: blur(20px) !important;
    min-width: 135px !important;
}


.menu-header-hamberger .menu-header-item {
    display: none !important;
}

.mibtn {
    background: #7DC5FF;
    padding: 10px 15px;
    border-radius: 10px;
    height: 44px;
    font-weight: 100 !important;
}

.mibtn a {
    color: #000 !important;
}

.mibtn,
.btnintro {
    transform: rotate(0deg);
}

.btnintro:hover {
    transform: rotate(-5deg);
}

.mibtn:hover {
    transform: rotate(-5deg);
}


.menu-header-item-selected {
    border-bottom: 1px solid #7DC5FF !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}


@media (max-width: 992px) {

    .header-search:hover {
        background: #0f125d93;
    }

    .header-search,
    .header-menu-hamber {
        background: #0f125d93;
        backdrop-filter: blur(10px) !important;
    }

    .header-mainin {
        background-color: transparent !important;

    }

    .header-mainin {
        padding: 24px !important;
        padding-bottom: 0px !important;
        padding-top: 24px !important;
    }

    .header-search {
        left: 140px;
    }

    .menu-header-item a {
        font-size: 16px;
        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-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
    /* margin: 5px 10px !important; */
    padding: 2px;
}



@media (max-width: 600px) {
    .header-search {
        left: 130px;
    }

    .mibtn a {
        font-size: 14px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 180px;
    }

    .menu-header-hamberger {
        top: 100px;
        left: 130px;
    }

    .header-search:hover {
        width: 180px;
    }

    .header-search:hover input {
        width: 100%;
    }

    .header-search:hover img {
        display: none;
    }



}


/* Header */

/* Body */



























/* section1 */
.intro {
    /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
    background-color: transparent;
    position: relative;
    z-index: 3;

}

.intro-bg {
    position: relative;
}

.intro-bg::before {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: px;
    /* background: url(../img/bgintro.svg); */
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}



.intro h3,
.intro span {
    font-family: "Peyda Black" !important;
    font-size: 50px;
    text-align: right;
    position: relative;
    font-weight: bolder;
}

.intro span {
    color: #7DC5FF !important;
}

.intro h3 {
    font-size: 60px;
}


.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}


.intro p {
    font-size: 20px !important;
    color: #fff !important;
    font-size: 18px;
    text-align: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 170% !important;
}

.introtext {
    font-size: 18px !important;
}

.btnintro {
    padding: 10px 20px !important;
    border-radius: 10px;
    border: 1px solid #ffffff !important;
    cursor: pointer;
    font-size: 20px;
}

.btnintro i {
    font-size: 15px;
    margin: 7px;
    margin-right: 10px;
}

.btnintro:nth-child(2) {
    margin-right: 10px;
    border: none !important;
    background-color: #7DC5FF !important;

}

.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
    color: #0A0A0A !important;
}

.btnintro:nth-child(1) {
    padding: 10px 30px !important;
}

.conrighttextinro {
    padding: 20px;
    padding-top: 40px;
}

.conrighttextinro h5 {
    color: #81DDFF;
}

.lineintro {
    background-color: #8A8A8A;
    width: 1px;
    height: 70px;
}


@media (max-width: 1600px) {

    .conrighttextinro h5 {
        font-size: 18px;
    }

    .conrighttextinro p {
        font-size: 16px;
    }

    .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: 768px) {

    .conrighttextinro h5 {
        font-size: 16px !important;
    }

    .conrighttextinro p {
        font-size: 14px !important;
    }


    .intro h3 {
        font-size: 7vw !important;
    }

    .intro span {
        font-size: 5vw !important;
    }

    .text-right {
        text-align: center !important;
        text-align-last: center !important;
    }


    .introtext {
        font-size: 12px !important;
        width: 70% !important;
    }

}


@media (max-width: 600px) {


    .w-custom-sm {
        width: 70% !important;
        margin-top: -20px !important;
    }


    .intro p {
        font-size: 14px !important;
        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 */



/* section3.5 */



.game {
    width: 16% !important;
    margin: 0 10px;
    padding: 0 20px;
    cursor: pointer;
    transform: rotate(0deg);
    background: linear-gradient(#13166000, #131660b4) !important;
    border-radius: 35px !important;
    position: relative;
    z-index: 10 !important;

}

.game::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#131660b4, #13166000) !important;
    position: absolute;
    inset: 0px !important;
    border-radius: 35px !important;
    top: 0px !important;
    z-index: -20 !important;
    transition: .2s !important;
}



.game:hover::before {
    top: -42% !important;
}

.game:hover {
    transform: translateY(-10px) !important;
}


.game .gameimg {
    margin-top: -50% !important;
    width: 90% !important;
}

.titlegame img {
    padding-left: 7px !important;
    padding-top: 2px !important;
}



.game p {
    font-size: 20px !important;
    margin-top: 20px;
}

.game:hover .btngame {
    background-color: #3a7cb2b9 !important;
}

.btngame {
    background: linear-gradient(to right, #3a7cb285, #191c595e);
    padding: 15px;
    width: 90% !important;
    border-radius: 7px !important;
    margin-bottom: 40px !important;
    margin-top: 10px !important;
}

.btngame p {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 18px !important;
}


@media (max-width: 992px) {
    .game p {
        font-size: 14px !important;
    }

    .btngame p {
        font-size: 14px !important;
    }


    .game {
        transform: scale(.9);

        animation: gameshadow 3s infinite !important;
    }

    @keyframes gameshadow {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(.9);
        }

        100% {
            transform: scale(1);
        }
    }

}

@media (max-width: 992px) {

    .game::before {
        display: none;
    }

    .game:hover {
        transform: translateY(0px) !important;
        border-radius: 35px !important;
    }

    .game {
        width: 60% !important;
        margin: 26% 0px !important;
        padding: 0 20px;
        cursor: pointer;
        transform: rotate(0deg);
    }

    .game:nth-child(1) {
        margin-top: 40% !important;
    }

    .game:nth-child(5) {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 500px) {



    .game {
        width: 90% !important;
    }

    .game p {
        font-size: 16px !important;
    }
}


/* section3.5 */



/* section3.9 */





.secitem {
    background-color: #030429c2 !important;
    position: relative;
    border-radius: 7px !important;
    overflow: hidden !important;
    backdrop-filter: blur(20px) !important;
}

.secitem h3 {
    font-size: 25px !important;
    padding-top: 4px !important;
}

/* .secitem::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px !important;
    z-index: 10 !important;
    background: url(../img/bgsec2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: color;
} */

.secitem .blogtext {
    font-size: 20px !important;
    line-height: 200% !important;
    text-align: right !important;
    color: #C4C4C6 !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 20px !important;


    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.secitem .btnsec2 {
    margin: 0px 5px !important;
    padding: 10px 40px !important;
    border-radius: 10px !important;
    cursor: pointer;
    transform: translateY(0px);
    text-align: center !important;
}





.secitem .btnsec2:nth-child(1) {
    background-color: transparent !important;
    border: 1px solid #9C9C9C !important;
}

.secitem .btnsec2:nth-child(2) {
    background: linear-gradient(to right, #3A7CB2, #191C59) !important;
}

.secitem .btnsec2:hover {
    transform: translateY(-5px);
    background-color: #3a7cb22c !important;
}

.secitem .btnsec2 {
    margin: 0px 5px !important;
    padding: 10px 50px !important;
    border-radius: 10px !important;
    cursor: pointer;
}





.contextblog {
    position: relative;
    z-index: 2000 !important;
}

@media (max-width: 1400px) {

    .secitem .blogtext {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }



    .blogtext {
        font-size: 14px !important;
        line-height: 110% !important;
    }
}

@media (max-width: 768px) {
    .secitem .blogtext {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }


    .w-md100 {
        width: 100% !important;
    }

    .contextblog {
        padding: 0px !important;
        margin: 0px !important;
        padding: 20px 25px !important;
        padding-bottom: 30px !important;

    }

    .secitem .blogtext {
        font-size: 14px !important;
        line-height: 200% !important;
        text-align: center !important;
        color: #C4C4C6 !important;
        margin: 0px !important;
        padding: 0px !important;
        margin-top: 7px !important;

    }

    .secitem h3 {
        font-size: 18px !important;
        padding-top: 8px !important;
    }

    .secitem {
        border-radius: 5px !important;
        overflow: hidden !important;
    }

    .secitem .btnsec2 {
        background-color: #085164 !important;
        margin: 0px 5px !important;
        padding: 8px 25px !important;
        cursor: pointer;
        font-size: 12px !important;
    }

    .secitem {
        border-radius: 10px !important;
    }




}







/* section3.9 */



/* section3.95 */


.boxitem {
    background-color: #ffffff09;
    border: 2px solid rgba(255, 255, 255, 0.123) !important;
    border-bottom: 0px !important;
    padding: 20px;
    color: white !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    backdrop-filter: blur(30px) !important;
}

.boxitem:hover {
    background-color: #ffffff13;
}

.boxwork {
    min-width: 49% !important;
    width: 49% !important;
}


.boxitem h3 {
    font-size: 18px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #C4C4C6 !important;
}

.boxitem img {
    width: 30px !important;
    margin-top: -1px !important;
}

@media (max-width: 992px) {

    .boxwork {
        width: 100% !important;
    }

}

@media (max-width: 600px) {

    .boxitem {
        padding: 0px !important;
        padding-right: 10px !important;
        border-radius: 15px !important;
    }

    .boxitem img {
        width: 20px !important;
        height: 20px !important;
    }


    .boxitem h3 {
        font-size: 14px !important;
        line-height: 35px !important;
        margin-left: 10px !important;
    }

    .textservice {
        font-size: 16px !important;
    }
}



/* section3.95 */



/* section3.96 */



.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    background-color: transparent;

}

.Newtextheaderleft>* {
    margin: 0 5px;
    border: 1px solid #0D6177 !important;
    border-radius: 200px !important;
    padding: 9px;
    font-size: 16px;
    cursor: pointer;
    transform: scale(1);
}

.Newtextheaderleft a:hover {
    background-color: #083038b2;
    backdrop-filter: blur(10px) !important;

    transform: scale(1.05);
}

.Newtextheaderleft .span:hover {
    transform: scale(1.1);
    background-color: #083038b2;
    backdrop-filter: blur(10px) !important;
}


.Newtextheaderleft p {
    padding: 9px 14px !important;
}

.Newtextheaderleft a {
    padding: 0px !important;
    padding: 8px 15px !important;
    padding-bottom: 6px !important;
    font-size: 14px !important;
    margin-left: 0px !important;
}


.Newtextheaderleft .span {
    font-size: 14px !important;
    padding: 9px !important;
    margin-left: 5px !important;
}


.imgarticleheader {
    width: 30px;
    height: 30px;
    margin-top: -5px !important;
}

.article p {
    margin-top: 10px;
    text-align: right;
    font-size: 23px;
    line-height: 200%;
}

.endarticle img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}


.article h3 {
    font-weight: 900 !important;
}

.textmbox {
    text-align: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-align-last: right;
}

@media (max-width: 1600px) {

    .article h3 {
        font-size: 24px;
    }

    .article p {
        font-size: 20px;
    }

    .imgarticleheader {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1200px) {
    .article p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {

    .Wmd100 {
        width: 100% !important;
    }

    .article h3 {
        font-size: 20px;
    }


    .imgarticleheader {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {

    .textmbox {
        text-align: justify;
        text-align-last: right;
        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;
    }

    .imgarticleheader {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle img {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle span {
        font-size: 12px !important;
    }



    .Newtextheaderleft p {
        padding: 9px 14px !important;
    }

    .Newtextheaderleft a {
        padding: 0px !important;
        padding: 4px 10px !important;
        /* padding-bottom: 3px !important; */
        font-size: 10px !important;
        padding-top: 7px !important;
        margin: 0px !important;
    }


    .Newtextheaderleft .span {
        font-size: 10px !important;
        padding: 7px !important;
        margin: 0px 3px !important;
    }

    .Newtextheaderleft .span:nth-child(2) {
        font-size: 10px !important;
        padding: 7px !important;
        margin: 0px 3px !important;
        margin-left: 7px !important;
    }



}

/* section3.96 */




/* section4 */



.bgcasino {
    /* background-image: linear-gradient(to right, #41392259, #313c2525, #1e3d2f4f, #093c3c10, #06394757); */
    background-color: #00011d44;
    backdrop-filter: blur(10px) !important;
}

.textheaderleft {
    cursor: pointer;
}

.textheaderleft:hover p {
    color: #65A4DA !important;
}

.textheaderleft:hover i {
    color: #65A4DA !important;
}


.boxcasinoonline {
    background-color: #04053D;
    border: 2px solid #ffffff17 !important;
    border-radius: 20px;
    width: 31%;
    position: relative;
    margin: 10px 0;
    height: 110px !important;
    cursor: pointer;
}

.boxcasinoonline:hover {
    opacity: .7;
}

.boxcasinoonline:nth-child(1),
.boxcasinoonline:nth-child(3) {
    transform: scale(.9);
}

.boxcasinoonline:nth-child(2) {
    transform: scale(1.1);
}



.boxcasinoonline:hover .leftimg {
    transform: rotate(-20deg);
}

.boxcasinoonline:hover h1 {
    letter-spacing: 4px !important;
}


.boxcasinoonline .leftimg {
    width: 80px;
    position: absolute;
    left: 10px;
    top: -50px;
    transform: rotate(20);
}

.boxcasinoonline:nth-child(2) .leftimg {
    top: -60px !important;
    width: 110px !important;
}

.boxcasinoonline h1 {
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 3px;
    font-family: Pinar;
    margin-right: 5px !important;
}

.boxcasinoonline p {
    font-size: 18px;
}

.boxcasinoonline img {
    margin-right: 10px !important;
}


.boxcasinoonline small {
    margin-left: 5px;
    margin-right: 5px !important;
    margin-top: -10px;
}

.boxcasinoonline .startimg {
    margin-top: -15px;
    width: 15px !important;
    margin-right: 0px !important;
}

.btnonlinecasino {
    background-color: #03046B;
    color: #fff;
    width: 100px !important;
    border-radius: 0px 110px 110px 0px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 20px;
    height: 30px;
}

.btnonlinecasino img {
    margin-right: -5px !important;
}


.btnonlinecasino p {
    font-size: 13px;
    margin-top: 16px !important;
    margin-right: 7px !important;
    color: #fff;
}

.circlecasino {
    width: 7px !important;
    height: 7px !important;
    border-radius: 200px !important;
    margin: 3px;
    cursor: pointer;
    background-color: #CECECE;
}

.circlecasinoselected {
    background-color: #65A4DA !important;
    color: #65A4DA;
    width: 20px !important;
}



.imbboxis {
    max-height: 60px !important;
    max-width: 60px !important;
}


@media (max-width: 1400px) {

    .boxcasinoonline p {
        font-size: 10px;
    }

    .boxcasinoonline h1 {
        font-size: 15px !important;
    }

    .textgamecasino {
        font-size: 14px !important;
    }

    .btnonlinecasino img {
        width: 10px;
    }

    .btnonlinecasino {
        width: 80px !important;
    }

    .boxcasinoonline .leftimg {
        left: 10px;
        top: -50px;
        width: 80px;
    }

    .boxcasinoonline {
        height: 100px !important;
    }



}


@media (max-width: 992px) {


    .boxcasinoonline .leftimg {
        left: 10px;
        top: -45px;
        width: 75px !important;
    }

    .boxcasinoonline {
        transform: scale(1) !important;

    }

    .boxcasinoonline {
        width: 100%;
        margin: 10px 0;
        cursor: pointer;
    }

}

@media (max-width: 500px) {

    .boxcasinoonline {
        height: 80px !important;
    }

    .boxcasinoonline {
        padding: 0px !important;
        border-radius: 15px;
    }


    .boxcasinoonline .constart {
        /* margin-top: 10px !important; */
        font-size: 10px !important;
    }

    .boxcasinoonline .startimg {
        width: 10px !important;
        padding-top: 2px !important;
        padding-right: -5px !important;
    }

    .imbboxis {
        max-width: 60px !important;
    }


    .textgamecasino {
        font-size: 16px !important;
    }


}

/* section4 */
/* section5 */



/* section5 */

/* section6 */

.massege {
    padding: 20px;
    border-radius: 15px !important;
    background-color: transparent;
    border: 1px solid #8485b89f !important;
}



.massege h5 {
    font-size: 16px !important;
    white-space: nowrap;
    letter-spacing: 1px !important;
}

.massege p {
    font-size: 15px !important;
    letter-spacing: 0spx;
    word-spacing: 1px;
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #B7B7B7 !important;
}

.circlemessage {
    background-color: #be60e9ce;
    color: #000 !important;
    border-radius: 200px;
    padding: 12px;
    cursor: pointer;
    margin: 0 5px !important;
}

.circlemessage:hover {
    background-color: #BE60E9;
}


.carousel-indicators {
    position: absolute;
    margin: 0 auto !important;
    bottom: -50px;
}

.carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
    border-radius: 200px !important;
    background: #fff !important;
    color: #fff !important;
}

.carousel-indicators .active {
    background-color: #65A4DA !important;
    color: #65A4DA;
    width: 20px !important;
}


@media (max-width: 992px) {
    .carousel-indicators {
        bottom: -35px !important;
    }
}

@media (max-width: 768px) {

    .massege h5 {
        font-size: 12px !important;
        padding: 0px !important;
        padding-top: 1px !important;
    }

    .massege p {
        font-size: 14px !important;
    }

    .starmessage {
        max-width: 50px !important;
        margin: 0px !important;
        margin-top: -2px !important;
    }

    .massege small {
        font-size: 10px !important;
    }

    .massege {
        padding: 15px !important;
    }

    .massege p {
        text-align: right !important;
        text-align-last: right !important;
    }

}





/* section6 */
/* section7 */

/* section7 */
/* section8 */

.questionbox {
    width: 32%;
    background-color: #ffffff09;
    border: 2px solid rgba(255, 255, 255, 0.082) !important;
    border-bottom: 0px !important;
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px) !important;
}



.questionbox h4 {
    text-align: center;
    font-size: 18px;

    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    line-height: 180% !important;
    max-width: 90% !important;

}

.questionbox p {
    margin-top: 20px;
    font-size: 16px;
    color: #C4C4C6;
    line-height: 180% !important;
    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .questionbox h4 {
        font-size: 18px;
    }

    .questionbox {
        padding: 40px;
    }

    .questionbox p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .questionbox h4 {
        font-size: 18px;

    }

    .questionbox {
        padding: 20px !important;


    }

    .questionbox p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .questionbox {
        width: 100%;
        margin: 10px 0px;
    }

    .questionbox:nth-child(1) {
        margin-top: 20px !important;
    }

    .questionbox h4 {
        font-size: 16px !important;

    }



    .questionbox p {
        font-size: 14px !important;
        margin: 0px !important;
        margin-top: 5px !important;
    }
}


/* section8 */
/* Body */



/* Footer */
.bgfooter {
    background-color: #020440 !important;
    position: relative;
}

.rightfooter {
    padding: 10px 0px;
}

.rightfooter {
    width: 100% !important;
}


.rightfooter .p {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #AEAEAE !important;
}

.rightfooter .p:hover {
    color: #7DC5FF !important;
}


.leftfooter a {
    margin: 0 10px !important;
    transform: rotate(0deg);
    font-weight: 100 !important;
}

.leftfooter a:hover {
    transform: rotate(360deg);
}

.conmessage {
    /* margin: 0 20px !important; */
}

.circlefooter {
    position: absolute;
    top: -80px !important;
    margin: 0 auto !important;
    width: 55px;
    height: 55px;
    background-color: #050732 !important;
    border: 1px solid #7dc4ff3b !important;
    border-radius: 200px !important;
    padding: 10px !important;
    cursor: pointer;
}

.circlefooter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px !important;
    border-radius: 200px;
    box-shadow: 0px 0px 10px 2px #7dc4ff3d !important;
    opacity: 0;
    animation: mborder2 1s infinite;

}

.circlefooter:hover {
    border: 1px solid #7dc4ff !important;
}

.circlefooter:hover .circle2 {
    background-color: #7dc4ff !important;
}

.circle2 {

    width: 100%;
    height: 100%;
    background-color: #7dc4ffa4;
    padding: 15px !important;
    border-radius: 200px !important;
    animation: mborder 1s infinite;


}


.circlefooter i {
    color: #050732;
    font-size: 14px !important;
}

.textcopy {
    font-weight: 100 !important;
}



@keyframes mborder {
    0% {
        background-color: #7dc4ffa4;
    }

    50% {
        background-color: #7dc4ff;
    }

    100% {
        background-color: #7dc4ffa4;
    }
}

@keyframes mborder2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



@media (max-width: 768px) {

    .conmessage {
        margin: 0 !important;
    }

    .leftfooter {
        margin-top: 10px;
    }

}

@media (max-width: 600px) {

    .rightfooter .p {
        margin-top: 21px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        font-size: 14px !important;
        text-align: center !important;
        margin: 0px !important;
        margin-top: 15px !important;
    }

    .rightfooter a {
        font-size: 12px !important;
        text-align: center !important;
    }


    .circlefooter {
        position: absolute;
        top: -80px !important;
        margin: 0 auto !important;
        width: 45px;
        height: 45px;
        border-radius: 200px !important;
        padding: 10px !important;
        cursor: pointer;
    }

    .circle2 {

        width: 100%;
        height: 100%;
        padding: 14px !important;
        border-radius: 200px !important;
    }

    .circlefooter i {
        font-size: 12px !important;
    }

}

/* Footer */




/* For left of Top All "Show More" */

.textheaderleft {
    cursor: pointer;
    text-align: center !important;
}

.textheaderleft i {
    margin-top: -3px !important;
    font-size: 14px !important;
}

.textheaderleft:hover p {
    color: #7DC5FF !important;
}

.textheaderleft:hover i {
    color: #7DC5FF !important;

}


.textheader h3 {
    text-align: right !important;
    text-align-last: right !important;
}


@media (max-width: 1600px) {


    .textheader {
        font-size: 25px;
    }

    .textheader h3 {
        font-size: 22px !important;
    }

}

@media (max-width: 600px) {


    .textheaderleft p {
        font-size: 14px !important;
        padding-bottom: 5px !important;
    }

    .textheaderleft i {
        font-size: 12px !important;
        padding-bottom: .19rem !important;
    }

    .textheader {
        font-size: 20px !important;
    }

    .textheader h3 {
        font-size: 16px !important;
    }
}


@media (max-width: 1400px) {

    .textheaderleft p {
        font-size: 14px !important;
    }

    .textheaderleft i {
        font-size: 12px !important;
        margin: 0px !important;
        margin-top: -2px !important;
        margin-right: -3px !important;
    }

}