/* 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: "Morabba";
    src: url("../fonts/Morabba/0af8791d6e07a5ac5d91a50dbc5200c4.eot");
    src: url("../fonts/Morabba/0af8791d6e07a5ac5d91a50dbc5200c4\ \(1\).eot")format("embedded-opentype"),
        url("../fonts/Morabba/0af8791d6e07a5ac5d91a50dbc5200c4.woff2")format("woff2"),
        url("../fonts/Morabba/0af8791d6e07a5ac5d91a50dbc5200c4.woff")format("woff"),
        url("../fonts/Morabba/0af8791d6e07a5ac5d91a50dbc5200c4.ttf")format("truetype");
    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: "rokh";
    src: url("../fonts/rokh/Rokh-Black.otf");
    src: url("../fonts/rokh/Rokh-Bold.otf") format("TTF"),
        url("../fonts/rokh/Rokh-ExtraBold.otf") format("TTF");
    font-weight: normal;
    font-style: normal
}

* {
    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: #000100;
}

html {
    scroll-behavior: smooth !important;
    position: relative;
}


html::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-position: left !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .5;
}

html::after {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right !important;
    width: 100%;
    height: 100%;
    opacity: .5;
}


@media (max-width: 1900px) {

    .intro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conbestgame,
    .conmessage,
    .header-main,
    .conservise,
    .conarticle {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }

}

@media (max-width: 1100px) {

    .intro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conbestgame,
    .header-main,

    .conservise,
    .conmessage,
    .conarticle {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

}

@media (max-width: 768px) {

    .intro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conbestgame,
    .header-main,

    .conservise,
    .conmessage,
    .conarticle {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}


/* Defult */

/* --------------------------------------- */

/* Header */

.logo {
    width: 50px;
    transform: translateY(0px);
    opacity: .9;
}

.logo:hover {
    transform: translateY(-5px);
}

.header-mainin {
    width: 100% !important;
}

.menu-header-item {
    font-size: 15px;
    margin: 10px;
    position: relative;
}

.menu-header-item:hover a {
    color: #D982F4 !important;
}

.menu-header-item a {
    margin: 10px;
    color: #fff;
}


.header-search,
.header-menu-hamber {
    border-radius: 5px;
    background: #47244bb7 !important;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 113px;
    width: 44px;
    height: 44px;
    font-size: 17px;
    z-index: 30000 !important;
}

.header-search:hover {
    background-color: #3E214B !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;
}

.menu-header-hambergerCLS {
    position: absolute;
    background-color: #3E214B;
    top: 80px;
    left: 100px;
    border-radius: 5px;
    height: 0px;
    overflow: hidden;
}

.menu-header-hamberger {
    position: absolute;
    background-color: #3E214B;
    top: 100px;
    left: 100px;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
    z-index: 555555555;
}

.menu-header-hamberger .menu-header-item {
    display: none !important;
}


.mibtn {
    padding: 12px;
    border-radius: 5px;
    height: 44px;
    cursor: pointer;
    background-color: #2d1a59bb;
    letter-spacing: 1px !important;
    font-weight: 100 !important;
    font-size: 14px !important;
}

.mibtn,
.btnintro,
.mibtn2 {
    transform: rotate(0deg);
}

.mibtn:hover {
    transform: rotate(-5deg);
}

.btnintro:hover {
    transform: rotate(-5deg);
}

.mibtn2:hover {
    transform: rotate(-5deg);
}



.menu-header-item-selected::before {
    content: "";
    width: 15px;
    height: 4px;
    border-radius: 200px !important;
    background-color: #935BAA;
    position: absolute;
    margin: 0 auto !important;
    bottom: 0px;
}


@media (max-width: 992px) {
    .header-search {
        left: 130px;
    }

    .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: 180px;
    }


}

.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: 110px;
    }

    .mibtn a {
        font-size: 12px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 160px;
    }

    .menu-header-hamberger {
        top: 80px;
        left: 80px;
    }

    .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 */
.intro {
    /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
    background-color: transparent;

    position: relative;
    z-index: 3;
}

.bgintro {
    background: url(../img/1bgintro.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 20px !important;
    padding: 40px !important;

}




.intro h3,
.intro span {
    font-family: "Pinar" !important;
    font-size: 40px;
    text-align: right;
    position: relative;
    font-weight: bolder;
}

.intro h3 {
    font-size: 35px;
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
}


.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}


.intro p {
    font-size: 20px !important;
    line-height: 200% !important;
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    color: #fff !important;
}

.btnintro {
    padding: 10px 20px !important;
    border-radius: 13px;
    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: linear-gradient(to left, #897BEB, #D6D0FF);
}

.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
    color: #201762 !important;

}

.btnintro:nth-child(1) {
    padding: 10px 30px !important;
}

.w70 {
    width: 50% !important;
}



@media (max-width: 1600px) {

    .intro h3 {
        font-size: 2.5vw !important;
    }

    .intro span {
        font-size: 3vw !important;
    }

    .intro p {
        font-size: 18px !important;
    }
}

@media (max-width: 1200px) {

    .intro h3 {
        font-size: 3vw !important;
    }

    .intro span {
        font-size: 3.5 !important;
    }


}

@media (max-width: 768px) {
    .wmd100 {
        width: 100% !important;
    }



    .intro h3 {
        font-size: 5vw !important;
    }

    .intro span {
        font-size: 6.6vw !important;
    }

    .bgintro {
        padding: 30px !important;
        border-radius: 15px !important;
        background-position: left !important;
        position: relative;
        overflow: hidden;
    }

    .bgintro::before {
        content: "";
        position: absolute;
        inset: 0px;
        background-color: #0201036e;
        width: 100% !important;
        height: 100% !important;
    }


    .intro {
        padding: 0 10px !important;
    }

}


@media (max-width: 600px) {




    .intro p {
        font-size: 14px !important;
        position: relative;
    }


    .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;
    }

    .intro {
        margin-top: 0px !important;
    }

}

/* section1 */


/* section2 */





/* section2 */

/* section3 */

/* section3 */
/* section4 */


/* section4 */
/* section5 */



.secondintro {
    /* background-image: linear-gradient(to bottom, #5c4e2bb2, #404728b7, #283e2ab7, #17342cbb, #0e2829b2); */
    background-color: transparent;
}

.secondintro p {
    text-align: right !important;
    text-align-last: right !important;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #C4C4C6 !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;
    overflow: hidden;

}


.textheader h3,
.textheader span {
    font-weight: 900 !important;
    letter-spacing: 1px !important;
}

.textheader img {
    margin-top: -10px !important;
    margin-left: 10px;
    font-weight: bolder !important;
}

.mibtn2 {
    padding: 10px 25px !important;
    font-size: 16px !important;
    border-radius: 5px;
    cursor: pointer;
}

.mibtn2:nth-child(1) {
    border: 1px solid #9C9C9C !important;
}

.mibtn2:nth-child(1):hover {
    transform: translateX(-5px) !important;
    background: #5839701f !important;
    border: 1px solid #583970 !important;

}

.mibtn2:nth-child(2) {
    background: #583970 !important;
    border: 1px solid transparent !important;
}

.mibtn2:nth-child(2):hover {
    background: transparent !important;
    border: 1px solid #583970 !important;
}

.mibtn2 p {
    font-size: 16px !important;
    letter-spacing: 0px;
    line-height: 0px;
}

.textheaderleft i {
    padding-bottom: .19rem !important;
}

@media (max-width: 1600px) {
    .secondintro p {
        font-size: 20px;
        line-height: 35px;
    }

    .textheader h3 {
        font-size: 26px !important;
    }


    .mibtn2 {
        padding: 10px 29px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 1400px) {
    .secondintro p {
        font-size: 16px;
        line-height: 30px;
    }

    .textheader h3 {
        font-size: 18px !important;
    }


    .mibtn2 {
        padding: 10px 29px !important;
        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;
    }



    .secondintro p {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0px !important;
    }

    .wmd100 {
        width: 100% !important;
    }

    .mibtn2 {
        padding: 10px 25px !important;
        font-size: 12px !important;
    }

}

/* section5 */

/* section6 */


.conbestgame {
    /* background-image: linear-gradient(to right, #574b2a8f, #4447288c, #33412986, #243a2a, #19332b96, #142f2b96, #102c2a, #0d282985, #0b272979, #09262985, #07252985, #05242979); */
    background-color: transparent;
}


.gamebox {
    width: 19% !important;
    background: linear-gradient(to right, #201438, #4C2D64);
    padding: 12px !important;
    border-radius: 25px;
    position: relative;
    z-index: 10 !important;
    opacity: 1;
    cursor: pointer;
}

.gamebox:hover {
    opacity: .6;
}

.gamebox:hover::before {
    transform: translate(0px, 0px);
    transition: .3s;
}


.gamebox img {
    width: 100% !important;
}

.gamebox h4 {
    font-size: 20px !important;
}

.gamebox span {
    font-size: 16px !important;
}

.btngame {
    cursor: pointer;
}

.gamebox:hover .btngame>* {
    color: #F9B1FF;
}


.gamebox i {
    font-size: 14px !important;
    margin-left: 10px !important;
    margin-right: 7px !important;
    color: #F9B1FF !important;
}

.gamebox p {
    font-size: 16px;
    color: #C4C4C6;
    text-align: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 768px) {
    .gamebox {
        width: 100% !important;
        margin-top: 15px;
        padding: 10px !important;
    }

    .gamebox:nth-child(1) {
        margin-top: 0px !important;
    }



}

/* section6 */
/* section7 */

.textheaderleft {
    cursor: pointer;
}

.textheaderleft:hover p {
    color: #D982F4 !important;
}

.textheaderleft:hover i {
    color: #D982F4 !important;
}


/* section7 */
/* section8 */

.conservise {
    background-color: transparent;
}




.service {
    width: 32%;
    padding: 25px;
    border-radius: 20px !important;
    min-height: 150px !important;
    position: relative;
    background: linear-gradient(to right, #0A060E, #000100) !important;
    overflow: visible !important;
}

.service:nth-child(2) {
    background: linear-gradient(to right, #1C112A, #050008) !important;
}

.service:nth-child(3) {
    background: #1a1027 !important;
}

.service::before {
    content: "";
    height: 101% !important;
    width: 101% !important;
    position: absolute;
    top: .5% !important;
    left: -.5% !important;
    z-index: -1;
    border-radius: 20px !important;
    background: linear-gradient(#000100, #ffffff3d) !important;

}

.service:nth-child(2):before {
    top: -1% !important;
    background: linear-gradient(#ffffff3d, #000100) !important;
}

.service:hover {
    opacity: 1;
}


.service h5 {
    font-size: 20px !important;
    color: #C4C4C6 !important;
    text-align: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.service p {
    margin-top: 10px;
    font-size: 14px;
    color: #C4C4C6;
    text-align: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 40px !important;
}








@media (max-width: 1600px) {
    .service h5 {
        font-size: 18px !important;
        padding-top: 5px !important;
    }

}



@media (max-width: 992px) {
    .service {
        width: 100% !important;
    }

    .service img {
        width: 45px;
        margin-bottom: 30px;
    }



}

@media (max-width: 768px) {
    .service img {
        width: auto !important;
        margin-bottom: 0px !important;
    }

    .service {
        margin: 10px 0px !important;
    }

    .service:nth-child(1) {
        margin-top: 0px !important;
    }
}

@media (max-width: 500px) {
    .service {
        width: 100% !important;
        margin: 0px !important;
        margin-top: 15px !important;
    }

    .service::before {
        display: none !important;
    }


    .service {
        padding: 20px !important;
        border-radius: 20px !important;
        border: 1px solid #ffffff31 !important;
        background: linear-gradient(to right, #201438, #4c2d6438) !important;
    }

    .service:nth-child(3) {
        padding: 20px !important;
        border-radius: 20px !important;
        border: 1px solid #ffffff31 !important;
        background: linear-gradient(to right, #20143800, #4c2d647a) !important;
    }

    .service:nth-child(2) {
        background: linear-gradient(to right, #1C112A, #0500084f) !important;
    }


    .service img {
        max-width: 50px !important;
        border-radius: 0px !important;
    }


}



/* section8 */







/* section8.5 */

.conbox .mibtn2 {
    background-color: #583970 !important;
    border: none !important;
    padding: 8px 28px !important;
}

.conbox .service {
    padding: 30px 40px !important;
}

.conbox .mibtn2:hover {
    background-color: #58397098 !important;
    border: none !important;
}

.conbox .service::before {
    display: none !important;
}

.conbox .service {
    background: url(../img/1box1.svg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.conbox .service:nth-child(2) {
    background: url(../img/1box3.svg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.conbox .service:nth-child(3) {
    background: url(../img/1box2.svg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.conbox .service h5 {
    font-size: 24px !important;
}


.conbox .service h5 {
    margin: 0px !important;
}

.conbox .service h5:nth-child(1) {
    margin-bottom: 10px !important;
}

.conbox .service h5:nth-child(2) {
    margin-bottom: 0px !important;
}


@media (max-width: 1600px) {

    .conbox .service h5 {
        font-size: 22px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .conbox .service h5:nth-child(1) {
        margin-bottom: 15px !important;
    }


}

@media (max-width: 500px) {
    .conbox .service {
        padding: 25px !important;
    }

    .conbox .service h5:nth-child(2) {
        margin-top: 5px !important;
    }

    .conbox .service h5 {
        font-size: 20px !important;
        margin: 0px !important;
    }

    .conbox .service h5:nth-child(1) {
        margin-bottom: 5px !important;
    }


}



/* section8.5 */






/* section 9 */


.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    background-color: transparent;
}


.article {
    background-color: #201438;
    width: 24%;
    overflow: hidden;
    border-radius: 15px !important;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent !important;
}

.article:hover {
    background-color: #20143888;
    border: 1px solid #a773c967 !important;
}


.article:hover::before {
    top: 10px;
}

.contextblog {
    padding: 10px 30px !important;
}

.article img {
    border-radius: 20px 20px 0px 0px;
}


.article p {
    font-size: 14px;
    text-align: justify;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article h3 {
    font-size: 18px;
    color: #DB90FE;
    text-align: justify;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.btnarticle {
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
}



.btnarticle span {
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin: 0px 3px;
    font-weight: bold;
}

.btnarticle span:nth-child(2) {
    color: #DB90FE;
    padding-top: 5px !important;
    padding-right: 5px !important;
}

.btnarticle span:nth-child(1) {
    margin-top: 5px !important;
}

.btnarticle:hover span {
    color: #ffffff !important;
}



.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: #A673C9 !important;
    color: #A673C9;
    width: 20px !important;
}




@media (max-width: 992px) {

    .article {
        width: 100%;
        margin: 10px 0px !important;
    }

    .article:nth-child(1) {
        margin-top: 0px !important;
    }


    .article p,
    span {
        font-size: 14px !important;
    }

    .article h3 {
        font-size: 18px !important;
    }


    .slidercon {
        width: 100% !important;
    }

    .carousel-indicators {
        bottom: -20px !important;
    }

}


/* section 9 */

/* section 10 */
.massege {
    padding: 20px;
    border-radius: 15px !important;
    background-color: transparent;
    border: 1px solid #7949fd4b !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;
    text-align-last: right;
    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;
}

@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;
    }
}

/* section 10 */
/* section 11 */

.boxitem {
    background-color: #19102B !important;
    padding: 20px 20px !important;
    padding-bottom: 10px !important;
    color: white !important;
    overflow: hidden !important;
    cursor: pointer;
    border-radius: 15px !important;
}

.borderselected {
    /* border-bottom: 1px solid #D982F4 !important; */
}

.borderbotm {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.178) !important; */
}

.boxitemshow {
    margin-top: 20px !important;
    padding: 10px !important;
    color: white !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 10px !important;
}

.boxitemshowclose {
    margin-top: 20px !important;
    height: 0px;
    padding: 0px !important;
    color: white !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 0px !important;
}

.boxitemshow p,
.boxitemshowclose p {
    font-size: 18px !important;
    color: #C4C4C6;
    text-align: justify;
    text-justify: justify;
    line-height: 35px;
}


.boxitem h3 {
    font-size: 20px !important;
}

.boxitem img {
    width: 25px !important;
    padding-bottom: 10px !important;
}

@media (max-width: 600px) {

    .boxitem {
        padding: 15px !important;
        padding-bottom: 5px !important;
    }

    .boxitemshow p {
        font-size: 14px !important;
    }


    .boxitem h3 {
        font-size: 14px !important;
        line-height: 35px !important;
        margin-left: 10px !important;
    }

}

/* section 11 */

/* Body */



/* Footer */
.rightfooter {
    padding: 10px;
}

.rightfooter {
    width: 100% !important;
}


.rightfooter .a {
    width: 44px !important;
    height: 44px !important;
    border-radius: 200px !important;
    background-color: #0E0E0E;
    padding: 10px;
    margin: 0 5px !important;
    transform: rotate(0deg);

}

.rightfooter .a:nth-child(1) {
    margin-right: 20px !important;
}

.rightfooter img {
    width: 100% !important;
    height: 100% !important;
}

.rightfooter .p {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #AEAEAE !important;
}

.rightfooter .p:hover {
    color: #D982F4 !important;
}

.leftfooter a:hover {
    transform: rotate(360deg);
}

.conmessage {
    /* margin: 0 20px !important; */
}

.btnfooter {
    background: #432253;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;

}

.copyright {
    background: rgb(190, 96, 233);
    background: radial-gradient(circle, #20143894 0%, rgba(0, 0, 0, 1) 100%);

}

.copyright span {
    font-size: 14px !important;
    padding-top: 5px !important;
}


@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;
    }

    .rightfooter a {
        font-size: 12px !important;
    }


}


/* Footer */