/* Defult */

* {
    font-family: "PeydaWeb";
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    color: #fff;
    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: #0F0F0F;
}

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;
    background-position: left !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    animation: bg1 2s infinite;
}

html::after {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-size: cover;
    background-position: right !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    animation: bg1 2s infinite;
}


@keyframes bg1 {
    0% {
        opacity: .1;

    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 0.1;

    }
}


.cicleslider {
    width: 7px !important;
    height: 7px !important;
    border-radius: 200px !important;

}

.carousel-indicators .active {
    background-color: #F38CA0;
    color: #F38CA0;
}

.carousel-indicators {
    position: absolute;
    bottom: -40px !important;
}



@media (max-width: 1366px) {

    .intro,
    .conintrobotten,
    .secondintro,
    .casinoboxcon,
    .concasinobox,
    .conservises,
    .header-main,
    .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;
    }

}


.bgtext {
    position: relative;
    z-index: 5;
    font-weight: 900;
    letter-spacing: 1px;
}


.imgheadtext {
    width: 30px;
    height: 30px;
}




.textheaderleft {
    cursor: pointer;
}

.textheaderleft:hover p {
    color: #E71841 !important;
}

.textheaderleft:hover i {
    color: #E71841 !important;
}



@media (max-width: 1600px) {


    .textheader h3 {
        font-size: 18px !important;
    }

}


@media (max-width: 600px) {
    .textheader h3 {
        font-size: 16px !important;
    }


    .imgheadtext {
        width: 20px;
        height: 20px;
    }


}



/* Defult */

/* --------------------------------------- */

/* Header */

header {
    direction: rtl !important;
    position: relative !important;
    z-index: 103 !important;
}

.header-mainin {
    border-bottom: 1px solid #ffffff23 !important;
    background-color: #0f0f0f3a;
    backdrop-filter: blur(20px);
    padding: auto 0px !important;

}

.logo {
    transform: translateY(0px);
}

.logo:hover {
    transform: translateY(-5px);
}

.header-main {
    margin: 0 auto !important;
}

.menu-header-item {
    font-size: 16px;
    margin: 5px;
    position: relative;
}


.menu-header-item:hover a {
    color: #EF6580 !important;
}

.menu-header-item a {
    margin: 10px;
    color: #fff;
}





.header-search,
.header-menu-hamber {
    border-radius: 200px;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 160px;
    width: 44px;
    height: 44px;
    font-size: 17px;
    z-index: 30000 !important;
    background: linear-gradient(to bottom, #f7476ac9, #e71841ce);
}

.header-search:hover {
    background-color: #fff !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: linear-gradient(to bottom, #f7476ac0, #e71841ef);
    top: 80px;
    left: 100px;
    border-radius: 10px;
    height: 0px;
    overflow: hidden;
    z-index: 555522225555550 !important;
    min-width: 100px;
}

.menu-header-hamberger {
    position: absolute;
    background: linear-gradient(to bottom, #f7476ac0, #e71841ef);
    top: 100px;
    left: 100px;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    z-index: 55555222225555 !important;
    min-width: 100px;
}

.menu-header-hamberger .menu-header-item {
    display: none !important;
}


.mibtn {
    padding: 9px 30px;
    border-radius: 205px;
    height: 44px;
    cursor: pointer;
    border: 2px solid #E71841 !important;
    position: relative;
    z-index: 55;
    transform: rotate(0deg);
    background: linear-gradient(to right, #e718418e, #e7184100);

}

.mibtn a {
    color: #fff;
}

.mibtn:hover {
    transform: rotate(-5deg);
    box-shadow: 0px 0px 0px 0px transparent !important;
    background: linear-gradient(to right, #e7184113, #e71841a2);
}

.mibtn:hover a {
    color: #fff;
}

.menu-header-item-selected {
    border-bottom: 1px solid #EF6580 !important;
}

.menu-header-item-selected a {
    color: #EF6580 !important;
}


@media (min-width: 992px) {
    header {
        position: sticky !important;
        top: 0px !important;

    }

    .header-mainin {
        background: rgba(0, 0, 0, 0.226) !important;

    }
}

@media (max-width: 992px) {
    .header-main {
        width: 100% !important;
    }


}



@media (max-width: 992px) {

    .header-main {
        top: 0px !important;
    }

    .header-mainin {
        border: none !important;
        border-bottom: 1px solid #ffffff23 !important;
        background-color: transparent !important;
        margin: 0px auto !important;
        border-radius: 0px !important;
    }



    .menu-header-item a {
        color: #fff !important;
    }

    .header-search {
        left: 120px;
    }

    .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: 165px;
    }

}

.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: 100px;
    }

    .mibtn a {
        font-size: 12px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 150px;
    }

    .menu-header-hamberger {
        top: 80px;
        left: 125px;
    }

    .header-search:hover {
        width: 180px;
    }

    .header-search:hover input {
        width: 100%;
    }

    .header-search:hover img {
        display: none;
    }

    .bgheader {
        /* background: transparent !important; */
        background-color: #0000006b !important;
    }


}





/* Header */

/* --------------------------------------- */
/* Body */




/* section1 */
.intro {
    /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
    background-color: transparent;
    position: relative;
    z-index: 2 !important;

}

/* .introin {
    background: url(../img/Bg-intro.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

} */



.intro h1,
.intro span {
    font-size: 5px;
    text-align: right !important;
    text-align-last: right !important;
    position: relative;
    font-family: "PeydaWeb Black";
    direction: rtl !important;

}

.texttwo {
    margin-top: -20px !important;
}


.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}


.btnintro {
    padding: 9px 30px;
    border-radius: 205px;
    height: 44px;
    cursor: pointer;
    border: 2px solid #E71841 !important;
    position: relative;
    z-index: 55;
    transform: rotate(0deg);
    background: linear-gradient(to right, #e718418e, #e7184100);
    margin: 0px !important;

}

.btnintro:nth-child(1) {
    background: linear-gradient(to right, #e7184100, #e718418e);
    margin: auto 10px !important;
}



.btnintro:hover {
    transform: rotate(-5deg);
    box-shadow: 0px 0px 15px 0px #e718418e !important;
    backdrop-filter: blur(50px);
}





.intro span {
    font-size: 75px !important;
    font-weight: lighter !important;
    text-align: right;
    text-align-last: right;
    direction: rtl !important;
    position: relative;
}



.btnintro a {
    color: #fff;
}

.btnintro i {
    margin-top: 4px !important;
    margin-left: 0px !important;
}

.btnintro:nth-child(2):hover,
.mibtn:hover {
    background-color: #e718418e !important;
    transform: rotate(0deg) !important;
    box-shadow: 0px 0px 15px 0px #e718418e !important;
}

.btnintro:hover a {
    color: #fff !important;

}

.intro p {
    font-size: 20px !important;
    text-align: right !important;
    text-align-last: right !important;
    color: #fff !important;
    line-height: 130%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    direction: rtl !important;
    line-height: 180% !important;
}

.textsmintro p {
    color: #ffffff3d !important;
    text-align: center !important;
}

@media (max-width: 1600px) {


    .intro h1,
    .intro span {
        font-size: 67px;
    }

    .intro h3 {
        font-size: 60px;
    }


    .intro p {
        font-size: 18px !important;
    }
}



@media (max-width: 1366px) {
    .w-md-75 {
        width: 40% !important;
    }

    .intro h1,
    .intro span {
        font-size: 47px;
    }

    .intro h3 {
        font-size: 40px;
    }

    .intro p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .w-md-75 {
        width: 100% !important;
    }
}

@media (max-width: 600px) {

    .texttwo {
        margin-top: 0px !important;
    }


    .intro h1,
    .intro span {
        word-spacing: 0px;
        line-height: 130%;
    }

    .btnintro {
        min-width: fit-content !important;
    }

    .btnintro a {
        margin-top: -1px !important;
    }


    .w-md-100 {
        width: 90% !important;
        -webkit-line-clamp: 4 !important;

    }

    .intro h1,
    .intro span {
        font-size: 30px !important;
    }

    .intro h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }


    .intro p {
        font-size: 14px !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 */



.boxgame {
    background-color: #37373700;
    border-radius: 25px !important;
    width: 32%;
    min-height: 350px !important;
    cursor: pointer;
    opacity: 1;
    transform: translateY(0px);
    position: relative;
    overflow: hidden;
}



.boxgame:nth-child(1) {
    background: linear-gradient(36deg, #11861A, #001902) !important;
    box-shadow: 0px 0px 20px 0px #001902 !important;
}

.boxgame:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60%;
    height: 60%;
    background: url(../img/gamepoker.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    animation: before 5s infinite;
    transform: translate(50px, -20px) !important;
}

.boxgame:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/iconbox2.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-22deg);
    z-index: -1;
    opacity: 0;
    transition: .5s;
    animation: after 5s infinite;
}

.boxgame:nth-child(2) {
    background: linear-gradient(36deg, #3BD0F7, #001d25) !important;
    box-shadow: 0px 0px 20px 0px #001d25 !important;
}

.boxgame:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60%;
    height: 60%;
    background: url(../img/gamedise.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    animation: before 5s infinite;


}

.boxgame:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/iconbox.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-22deg);
    z-index: -1;
    opacity: 0;
    transition: .5s;
    animation: after 5s infinite;


}

.boxgame:nth-child(3) {
    background: linear-gradient(36deg, #DC1922, #240007) !important;
    box-shadow: 0px 0px 20px 0px #240007 !important;
}

.boxgame:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60%;
    height: 60%;
    background: url(../img/gamemashine.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    animation: before 5s infinite;


}

.boxgame:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/iconbox3.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-22deg);
    z-index: -1;
    opacity: 0;
    transition: .5s;
    animation: after 5s infinite;

}

.boxgame::before {
    transform: rotate(0deg) !important;
    transition: .7s;
}


@keyframes before {
    0% {
        transform: rotate(-44deg);

    }

    50% {
        transform: rotate(-44deg);
        margin-top: -100px;
        margin-right: -100px;
    }

    100% {
        transform: rotate(-44deg);

    }
}

@keyframes after {
    0% {
        transform: translateX(0);
    }

    50% {
        opacity: .2;
        margin-left: -50px;
        margin-bottom: -50px;
    }

    100% {
        transform: translateX(0);
    }
}




.boxgame img {
    margin-top: -33%;
}

.boxgame h3 {
    font-size: 22px !important;
    margin: 20px 0;
    letter-spacing: 1px;
    margin-top: 40px !important;
    text-align: center !important;
    text-align-last: center !important;
}

.boxgame:hover {
    opacity: .6;
    transform: translateY(-20px);

}



.textgame {
    direction: ltr;
    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;

    font-weight: 100 !important;
    padding: 0 30px !important;
    font-size: 14px !important;
    color: #D7D7D7 !important;

}




.bggmaes {
    padding: 8px 30px;
    font-size: 14px !important;
    border-radius: 200px;
    animation: btngame 5s infinite;
    border: 2px solid #e718413a !important;

}

@keyframes btngame {
    0% {
        transform: translateX(0);
    }

    50% {
        background: #e7184167;
    }

    100% {
        transform: translateX(0);
    }
}


.boxgame h3 {
    transform: translateY(0px);
    animation: text 5s infinite;
    font-weight: 900 !important;

}

@keyframes text {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}


@media (max-width: 992px) {

    .boxgame {
        width: 100% !important;
        min-height: 350px !important;
        cursor: pointer;
    }

    .boxgame img {
        margin-top: -30%;
    }

    .boxgame:hover {
        opacity: 1;
        transform: translateY(0px);
    }

    .textgame {
        direction: ltr;
        text-align: center !important;
        text-align-last: center !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;

        font-weight: 100 !important;
        padding: 0 30px !important;
        font-size: 14px !important;
    }

}

/* section3 */

/* section3 */


/* section4 */

/* .btnarticle1:nth-child(1) {
    border: none !important;
    background: linear-gradient(#8232AE, #4D18A8);
}

.btnarticle1:nth-child(1):hover {
    border: none !important;
    background: linear-gradient(#8332aeb4, #4d18a8ab);
} */


/* section4 */
/* section5 */



/* section5 */

/* section6 */

.textheaderleft {
    min-width: 98px !important;
}



.texttitlegame {
    font-size: 16px;
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff !important;
    direction: rtl !important;
    line-height: 170% !important;
}

.boxitem {
    background-color: transparent;
    padding: 40px 10px;
    color: white !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    direction: ltr !important;
    text-align: left !important;
    cursor: pointer;
    border: 2px solid #e71841a4 !important;
    position: relative;
}

.boxitem::before {
    content: "";
    height: 0px !important;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 130px 40px #e71841a4 !important;
    transition: .3s !important;
}






.boxitem img {
    transform: translateY(0px);
    max-width: 60px !important;
    transition: .4s !important;
    margin-bottom: 50px !important;
    margin-top: 10px !important;
}

.boxitem:hover img {
    transform: translateY(-20px);
}

.boxitem p {
    font-size: 14px;
    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #FFFFFF !important;
    padding: 0 20px;
    direction: rtl !important;
    margin-top: 10px !important;
    line-height: 180% !important;

}


.imgitemg {
    width: 40px !important;
    height: 40px !important;
    background: #d9d9d91f !important;
    border-radius: 200px;
}

.imgitemg i {
    color: #fff !important;
}

.textmessage {
    text-align: left !important;
    font-size: 14px;
    color: #CBCBCB;
    text-align-last: center !important;
}

.boxitem:hover {
    background: #0000004f !important;
}

.boxwork {
    width: 23% !important;
}


.boxitem h3 {
    font-size: 22px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    font-weight: 700;
    letter-spacing: .5px;
}

.boxitem:hover .btngame {
    background-color: #0364ffde;
    box-shadow: 0px 0px 15px 0px #0364ff75 !important;
    backdrop-filter: blur(50px);
}

.btngame {
    width: 80%;
    padding: 10px !important;
    border-radius: 7px !important;
    background-color: #0365FF;
    border: 2px solid #0043AC !important;
}

.btngame p {
    font-size: 14px !important;
    margin: 0px !important;
    padding: 0px !important;
    color: #fff !important;

}

.textheaderaritcle {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 30px;
    text-align: right !important;
    text-align-last: right !important;
    direction: rtl !important;

}

.textblog3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    line-height: 150% !important;
    font-size: 18px !important;
}

.conimgblog3 {
    overflow: hidden;
    border-radius: 7px 7px 0px 0px !important;
    box-shadow: 0px 42px 20px 20px #0379ff05 !important;

}

.contextblog3 {
    border: 2px solid #ffffff21 !important;
    border-radius: 3px 3px 7px 7px !important;
    box-shadow: 0px 42px 20px 20px #0379ff05 !important;
    background: red !important;

}

.contextblog3 h3 {
    text-align: left !important;
    text-align-last: left !important;
    line-height: 120% !important;
}







.contextblog3 p {
    padding-top: 10px !important;
}


@media (max-width: 992px) {
    .textblog3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5 !important;
        overflow: hidden;
        line-height: 150% !important;
    }

    .wmd-100 {
        width: 100% !important;
    }

    .boxwork {
        width: 100% !important;
        margin: 15px 0 !important;
    }

}

@media (max-width: 600px) {
    .boxitem:hover img {
        transform: translateY(-5px);
    }

    .contextblog3 {
        padding-bottom: 10px !important;
    }


    .contextblog3 h3 {
        line-height: 150% !important;
    }

    .boxitem {
        padding: 0px !important;
        padding-top: 20px !important;
        width: 90% !important;
        padding-bottom: 35px !important;
    }


    .boxitem h3 {
        font-size: 14px !important;
        line-height: 35px !important;
        margin-left: 10px !important;
        margin-top: 0px !important;
    }

    .boxitem p {
        padding: 0 35px !important;
    }

    .boxitem img {
        transform: translateY(0px);
        max-width: 60px !important;
        transition: .4s !important;
        margin-left: 10px !important;
        margin-top: 25px !important;
    }

    .textservice {
        font-size: 16px !important;
    }
}



/* section6 */

/* section6.5 blog */
.blog1blog2 .conblog1::before {
    display: none !important;
}

.blog1blog2 .conblog1 {
    background: transparent !important;
    padding: 0px !important;
}

/* section6.5 blog */

/* section6.6 blog */
.conlastblog {
    border: 2px solid #E71841 !important;
    border-radius: 30px !important;
    padding: 10px !important;
    box-shadow: none !important;
}

.conconlastblog {
    box-shadow: none !important;
    border-radius: 30px;
    overflow: hidden;
    background-color: #0f0f0f79;
}


/* section6.6 blog */

/* section7 */



.bg-img {
    /* background: url(../img/bg-sec3.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.textsec3 {
    color: #AAAAAA !important;
    font-size: 16px !important;
    line-height: 130% !important;
    text-align: center !important;
    text-align-last: center !important;
}

.bgtranslate {
    width: 50%;
}

.bgtranslate h4 {
    color: #D7D7D7 !important;
}

.bgtranslate h3 {
    font-size: 30px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
}

.imgsec3 {
    max-width: 500px !important;
}

.article>* {
    direction: ltr !important;
    text-align: left !important;
}

.article p {
    margin-top: 10px;
    text-align: left;
    text-align-last: left !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: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    direction: rtl !important;
}


.btnarticle12 {
    border-radius: 10px !important;
    padding: 10px !important;
    margin-right: 10px;
    cursor: pointer;
    text-align: center !important;
    background-color: #391e106e;
    border: none !important;
    border: 2px solid #ffffff15 !important;
    font-size: 14px !important;
}

@media (max-width: 992px) {

    .bgtranslate {
        width: 100%;
    }

}


/* section7 */
/* section8 */

.conblog {
    background-color: #ffffff18 !important;
    padding: 50px;
    border-radius: 15px !important;
    border: 2px solid #ffffff33 !important;
    position: relative;
}

.con-conblog {
    border-radius: 15px !important;
    border: 2px solid #ffffff33 !important;
}




.conblog1 {
    background: linear-gradient(to left, #2E0B12, #E71841);
    border: none !important;
    border-radius: 30px !important;
    position: relative;
}


.conblog1::before {
    content: "";
    width: 50%;
    height: 130%;
    position: absolute;
    left: 20px;
    bottom: 0px;
    background: url(../img/blog1.svg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat !important;
}

.conblog1 h3 {

    font-size: 40px !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right !important;
    text-align-last: right !important;
    direction: rtl !important;
}

.textblog1 {
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5 !important;
    overflow: hidden;
    line-height: 150% !important;
    direction: rtl !important;
    color: #fff !important;
}


























.blog2 {
    border-bottom-color: #d4ff0071 !important;
}


@media (max-width: 992px) {

    .wmd100 {
        width: 100% !important;
    }

    .blogcontainer {
        width: 90% !important;
    }

    .blog2 {
        width: 90% !important;
        margin: 20px auto !important;
    }

    .textblog1,
    .textheaderaritcle {
        line-height: 200%;
    }
}

.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    background-color: transparent;

}

.article3>* {
    direction: ltr !important;
    text-align: left !important;
}

.article3 p {
    margin-top: 10px;
    text-align: left;
    text-align-last: left !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: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    direction: rtl !important;
}

.endarticle1 span {
    color: #AE5DE4 !important;
}


.btnarticle1 {
    border-radius: 10px !important;
    border: 1px solid #fff !important;
    padding: 10px;
    margin-right: 10px;
    min-width: 130px !important;
    cursor: pointer;
}

.btnarticle1:hover {
    background-color: #ffffff11;
}

.btnarticle2 {
    border-radius: 10px !important;
    padding: 10px;
    margin-right: 10px;
    background: linear-gradient(#8232AE, #4D18A8);
    min-width: 130px !important;
    cursor: pointer;
    border: 1px solid transparent !important;

}

.btnarticle2:hover {
    border: 1px solid rgba(255, 255, 255, 0.671) !important;
}

@media (max-width: 1600px) {

    .article3 h3 {
        font-size: 24px;
    }

    .article3 p {
        font-size: 20px;
    }


}


@media (max-width: 992px) {

    .Wmd100 {
        width: 100% !important;
    }

    .article3 h3 {
        font-size: 20px;
    }



}

@media (max-width: 1200px) {
    .article3 p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {

    .Wmd100 {
        width: 100% !important;
    }

    .article3 h3 {
        font-size: 20px;
    }



}

@media (max-width: 600px) {
    .bloglast {
        width: 90% !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 768px) {


    .textmbox {
        text-align: right;
        text-align-last: right;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        direction: rtl !important;
    }

    .article3 h3 {
        font-size: 18px !important;
    }

    .article3 p {
        font-size: 14px !important;
        margin-top: 3px !important;
    }


    .endarticle img {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle span {
        font-size: 12px !important;
    }


    .conblog1 {
        padding: 30px !important;
        padding-top: 15px !important;
        min-height: 460px;
        width: 90% !important;
        margin: 0px !important;
        border-right-color: #0362fc1a !important;
        border-left-color: #0362fc1a !important;
        border-bottom-color: #0362fc1a !important;
        border-top: 0px !important;
    }

    .conblog1::before {
        width: 60% !important;
    }


    .textblog1 {
        text-align: right !important;
        text-align-last: right !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8 !important;
        overflow: hidden;
        line-height: 150% !important;
        direction: rtl !important;

    }


}

.lastblog p {
    text-align: right !important;
    text-align-last: right !important;
    color: #fff !important;
    line-height: 170% !important;
}

/* section8 */
/* section9  */



/* section9  */


/* section10 */

/* section10 */
/* Body */


/* Footer */
.rightfooter {
    border-top: 1px solid #ffffff1c !important;
    padding: 10px;
}

.rightfooter {
    width: 100% !important;
}


.rightfooter .p {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.rightfooter .p:hover {
    color: #81DDFF !important;
}


footer a {
    margin: 0 10px !important;
    transform: rotate(0deg);
    color: #fff !important;
    direction: rtl !important;
}

.leftfooter a:hover {
    transform: rotate(360deg);
}

.conmessage {
    /* margin: 0 20px !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;
    }


    .bloglast {
        margin-top: -60px !important;
    }

}

/* Footer */