/* Defult */

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format("TTF"),
        url("../fonts/Poppins/Poppins-Light.ttf") format("TTF");
    font-weight: normal;
    font-style: normal
}



* {
    font-family: "Poppins";
    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: #090302;
}

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-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.cicleslider {
    width: 7px !important;
    height: 7px !important;
    border-radius: 200px !important;

}

.carousel-indicators .active {
    background-color: #A354D5;
    color: #A354D5;
}

.carousel-indicators {
    position: absolute;
    bottom: -40px !important;
}


@media (max-width: 1900px) {

    .intro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conservises,
    .conmessage,
    .conarticle,
    .conbestgame {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }

}

@media (max-width: 1100px) {

    .intro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conservises,
    .conmessage,
    .conarticle,
    .conbestgame {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

}

@media (max-width: 768px) {

    .intro,
    .secondintro,
    .conintrobotten,
    .concasinobox,
    .conboxcasinoonline,
    .conservises,
    .conmessage,
    .conarticle,
    .conbestgame {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}


.bgtext {
    position: relative;
    z-index: 5;
}


.imgheadtext {
    width: 30px;
    height: 30px;
}




.textheaderleft {
    cursor: pointer;
}

.textheaderleft:hover p {
    color: #A354D5 !important;
}

.textheaderleft:hover i {
    color: #A354D5 !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;
    background-color: #090302;
}

.header-mainin {
    width: fit-content !important;
    border: 1px solid #ffffff23 !important;
    background-color: #11150d49;
    border-radius: 200px !important;
    padding: 10px 20px !important;
}


.header-maininin {
    padding: 20px !important;
}

.menu-header-item {
    font-size: 16px;
    margin: 5px;
    position: relative;
}


.menu-header-item:hover a {
    color: #D81B31 !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-color: #ececec;

}

.header-search:hover {
    background-color: #fff !important;
}

.header-menu-hamber {
    display: none !important;
    z-index: 2 !important;
}

.header-menu-hamber i {
    color: #000000 !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: #ececec;
    top: 80px;
    left: 100px;
    border-radius: 10px;
    height: 0px;
    overflow: hidden;
}

.menu-header-hamberger {
    position: absolute;
    background-color: #ececec;
    top: 100px;
    left: 100px;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    z-index: 555555555;
}

.menu-header-hamberger .menu-header-item {
    display: none !important;
}


.mibtn {
    padding: 9px 12px;
    border-radius: 200px;
    height: 44px;
    cursor: pointer;
    background: #8d1113b0;
    position: relative;
    z-index: 55;
    transform: rotate(0deg);

}

.mibtn a {
    color: #fff;
}

.mibtn:hover {
    transform: rotate(-5deg);
    box-shadow: 0px 0px 0px 0px transparent !important;
    background: #8D1114;
}



@media (max-width: 1600px) {

    .header-maininin {
        padding: 20px !important;

    }
}

@media (max-width: 1300px) {

    .header-maininin {
        padding: 20px !important;

    }
}

@media (max-width: 992px) {

    .menu-header-item a {
        color: #0B0B0B !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: 210px;
    }

    .bgheader {
        padding-right: 80px !important;
    }


}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
    margin: 5px 10px !important;

}

@media (max-width: 600px) {
    .header-search {
        left: 100px;
    }

    .mibtn a {
        font-size: 12px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 175px;
    }

    .menu-header-hamberger {
        top: 80px;
        left: 80px;
    }

    .header-search:hover {
        width: 180px;
    }

    .header-search:hover input {
        width: 100%;
    }

    .header-search:hover img {
        display: none;
    }

    .bgheader {
        /* background: transparent !important; */
        padding-right: 85px !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: 3;
    background: url(../img/bg-intro.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat !important;
    /* min-height: 100vh !important; */
    height: 100vh !important;
    max-width: 1680px !important;
    margin: 0 auto;
    max-height: 1000px !important;
}



.intro h1,
.intro span {
    font-size: 75px;
    text-align: right;
    position: relative;
    font-family: "Radio Canada" !important;
    text-shadow: 5px 7px 5px rgb(0 0 0 / 25%);
    font-weight: 800;
    word-break: break-word !important;
    text-align: center !important;
}




.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}


.btnintro {
    padding: 10px 20px !important;
    border-radius: 200px;
    border-left: none !important;
    background: #ffffff91;
    background-position: right;
    background-size: cover;
    cursor: pointer;
    font-size: 20px;
    direction: ltr !important;
    transform: translateY(0px);
}

.btnintro:hover {
    transform: translateY(-10px);
}





.intro span {
    font-size: 90px !important;
    font-weight: lighter !important;
    text-align: right;
    position: relative;
}

.btnintro a {
    color: #09090B;
}

.btnintro i {

    font-size: 16px !important;
    margin-left: 7px;
    ;
    margin-top: 8px;
}

.btnintro:hover {
    background-color: #af7c6b77 !important;
}

.btnintro:hover a {
    color: #fff !important;
}

.intro p {
    font-size: 22px !important;
    text-align: justify !important;
    text-align-last: center !important;
    color: #EEEEEE !important;
    line-height: 200%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.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: 600px) {

    .w-md-100 {
        width: 100% !important;

    }

    .intro h1,
    .intro span {
        font-size: 40px !important;
        line-height: 150% !important;
        padding: 0 10px !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 */

/* section2 */



/* section3 */

/* section3 */



/* section4 */

.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    direction: rtl !important;
}

.bg-blog {
    background-color: #d9d9d913 !important;
    padding: 40px !important;
    border-radius: 20px !important;
    overflow: visible !important;
    background: url(../img/bg-con-intor.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.bg-blog::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 150%;
    right: 0px;
    bottom: 0px;
    background: url(../img/blog1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 50;
    /* min-height: 600px !important; */
    max-width: 680px;
}

.article>* {
    direction: ltr !important;
    text-align: left !important;
}

.article p {
    margin-top: 10px;
    text-align: justify;
    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: justify;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
}




/* .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);
} */


.btnarticle1:hover {
    background-color: #ffffff0c;
}



.btnarticle2:hover {
    border: 1px solid rgba(255, 255, 255, 0.671) !important;
    background: #7DC5FF;
}

.items p {
    font-size: 14px !important;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.items p::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #D81B31;
    position: absolute;
    left: 0px;
    border-radius: 200px;
    top: 9px;
}

.title-bg {
    color: #D81B31;
    position: relative;
}

.title-bg::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    background: url(../img/border-title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1600px) {

    .article h3 {
        font-size: 24px;
    }

    .article p {
        font-size: 20px;
    }


}

@media (max-width: 1200px) {
    .article p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {


    .bg-blog {
        padding: 0 15px !important;
        padding-bottom: 0px !important;

    }

    .bg-blog::before {
        display: none;
    }

    .Wmd100 {
        width: 100% !important;
    }

    .article h3 {
        font-size: 20px;
    }



}

@media (max-width: 768px) {

    .textmbox {
        text-align: justify;
        text-align-last: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

    .article h3 {
        font-size: 18px !important;
    }

    .article p {
        font-size: 14px !important;
        margin-top: 3px !important;
    }



    .endarticle img {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle span {
        font-size: 12px !important;
    }

    .items p {
        font-size: 10px !important;
        margin: 10px !important;
        text-align-last: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: justify !important;
        overflow: hidden;
        padding-left: 20px !important;
    }


    .items p::before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #D81B31;
        position: absolute;
        left: 0px;
        border-radius: 200px;
        top: 15px;
    }



    .bg-blog {
        background: linear-gradient(to bottom, #d81b3110, #d9d9d913) !important;
        border: 1px solid #d81b3115 !important;
        border-bottom: 1px solid #d81b3163 !important;
        border-top: none !important;
        border-radius: 0px 0px 20px 20px !important;
        overflow: hidden !important;
    }

    .bg-blog::after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #d81b311e, #d81b3100);
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }

}


/* section4 */
/* section4.5 */


.boxitem {
    background-color: #d9d9d913 !important;
    border: 1px solid #ffffff1a !important;
    color: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    direction: ltr !important;
    text-align: left !important;
    cursor: pointer;
    padding: 10px !important;
}


.boxitem p {
    font-size: 14px;
    text-align: justify !important;
    text-align-last: left !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 25px !important;
}

.text-intro {
    font-size: 16px;
    text-align: center !important;
    text-align-last: center !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    direction: ltr !important;
}

.boxitem:hover .line {
    background-color: #D81B31;
}

.line {
    background-color: rgba(255, 255, 255, 0.089);
    width: 90%;
    height: 2px !important;
    margin: 0 auto !important;
}

.imgitemg {
    width: 40px !important;
    height: 40px !important;
    background: #d9d9d91f !important;
    border-radius: 200px;
}

.imgitemg i {
    color: #fff !important;
}

.textmessage {
    text-align: justify !important;
    font-size: 14px;
    color: #CBCBCB;
    text-align-last: center !important;
}

.boxitem:hover {
    background: #ffffff13 !important;
}

.boxwork {
    width: 32% !important;
}


.boxitem h3 {
    font-size: 20px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}




@media (max-width: 992px) {

    .boxwork {
        width: 100% !important;
        margin: 20px 0;
    }

}

@media (max-width: 600px) {

    .text-intro {
        font-size: 14px !important;
    }

    .line {
        background-color: #d81b3179;
    }

    .boxitem h3 {
        font-size: 14px !important;
        line-height: 35px !important;
        margin-left: 10px !important;
    }

    .textservice {
        font-size: 16px !important;
    }
}



/* section4.5 */
/* section5 */



.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    background-color: transparent;
}


.textintrogame {
    text-align: justify !important;
    text-align-last: right !important;
    direction: ltr !important;
}

.article1 {
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent !important;
    direction: rtl !important;
    text-align: left !important;
    margin: 0 10px;
}

.article1:hover {
    border: 1px solid #C2631C !important;
}

.congames {
    margin-top: 15% !important;
}


.boxgame img {
    border: 1px solid transparent !important;
    width: 80% !important;
    position: absolute;
    top: -100%;
    border-radius: 30px !important;

}

.boxgame {
    background: radial-gradient(circle, rgba(141, 17, 19, 0.219) 0%, rgba(20, 1, 1, 1) 100%);
    border-radius: 15px !important;
    padding: 40px;
    cursor: pointer;
    position: relative;
    width: 24% !important;
    padding-top: 150px !important;
    border-radius: 15px !important;
    border: 1px solid #ffffff17 !important;
}


.boxgame p {
    text-align: justify;
    text-align-last: center !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    direction: ltr;
    color: #CBCBCB !important;
    font-size: 16px !important;
}

.boxgame h3 {
    font-size: 20px !important;
}



.boxgame:hover {
    border: 1px solid #ffffff4f !important;
}

.boxgame:hover img {
    border: 1px solid #ffffff1e !important;
}

.boxgame:hover .btn-game {
    border: 1px solid #ffffff9f !important;
    transform: rotate(-10deg);
}

.btn-game {
    border: 1px solid transparent !important;
    transform: rotate(0deg);
    padding: 10px 30px;
    background-color: #8D1114;
    border-radius: 200px;
    margin-bottom: -60px !important;
    margin-top: 20px !important;
}


@media (max-width: 1750px) {

    .congames {
        margin-top: 15% !important;
    }


    .boxgame img {
        border: 1px solid transparent !important;
        width: 80% !important;
        position: absolute;
        top: -80% !important;
        border-radius: 30px !important;

    }
}

@media (max-width: 1530px) {

    .congames {
        margin-top: 15% !important;
    }


    .boxgame img {
        border: 1px solid transparent !important;
        width: 80% !important;
        position: absolute;
        top: -70% !important;
        border-radius: 30px !important;

    }
}

@media (max-width: 1450px) {

    .congames {
        margin-top: 15% !important;
    }


    .boxgame img {
        border: 1px solid transparent !important;
        width: 80% !important;
        position: absolute;
        top: -60% !important;
        border-radius: 30px !important;

    }
}

@media (max-width: 1350px) {

    .congames {
        margin-top: 15% !important;
    }


    .boxgame img {
        border: 1px solid transparent !important;
        width: 80% !important;
        position: absolute;
        top: -50% !important;
        border-radius: 30px !important;

    }
}

@media (max-width: 1300px) {

    .congames {
        margin-top: 15% !important;
    }


    .boxgame img {
        border: 1px solid transparent !important;
        width: 80% !important;
        position: absolute;
        top: -100px !important;
        border-radius: 30px !important;

    }
}

@media (max-width: 992px) {

    .boxgame:nth-child(1) {
        margin-top: 60% !important;
    }

    .boxgame {
        width: 90% !important;
        margin: 15px auto !important;
        margin-top: 65% !important;
    }

    .congames {
        margin-top: 100px !important;
    }


    .boxgame img {
        border: 1px solid transparent !important;
        width: 80% !important;
        position: absolute;
        top: auto !important;
        bottom: 60% !important;
        border-radius: 30px !important;

    }
}


@media (max-width: 600px) {
    .boxgame:nth-child(1) {
        margin-top: 40% !important;
    }

    .textintrogame {
        font-size: 14px !important;
        text-align: justify !important;
        text-align-last: center !important;
        direction: ltr !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2 !important;
        overflow: hidden;
    }

    .boxgame img {
        max-width: 100% !important;

    }

    .bg-sec2 {
        padding-top: 100px !important;
    }

}


/* section5 */

/* section6 */


/* section6 */
/* section7 */


.boxitem1 {
    background-color: #2d0f0b75 !important;
    padding: 30px !important;
    padding-bottom: 20px !important;
    color: white !important;
    overflow: hidden !important;
    cursor: pointer;
    direction: ltr !important;
    margin: 15px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 10px !important;
    border: 1px solid #d81b312d !important;
}

.border-down {
    border-radius: 10px 10px 0px 0px !important;
    border-bottom: none !important;

}


.boxitemshow1 {
    color: #CBCBCB !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    opacity: 1;
    background-color: #2d0f0b75 !important;
    padding: 15px;
    border-radius: 5px !important;
    direction: ltr !important;
    border-radius: 0px 0px 10px 10px !important;
    border: 1px solid #d81b312d !important;
    border-top: none !important;
}

.boxitemshowclose1 {
    height: 0px;
    color: #CBCBCB !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    background-color: #2d0f0b75 !important;
    opacity: 0;
    padding: 0px;
    border-radius: 0px 0px 10px 10px !important;
    border: 1px solid #d81b312d !important;
    border-top: none !important;
}

.boxitemshow1 p,
.boxitemshowclose1 p {
    font-size: 16px !important;
    color: #C4C4C6;
    text-align: justify;
    text-justify: justify;
    line-height: 35px;
    padding-left: 53px !important;
    padding-right: 20px !important;
}


.boxitem1 h3 {
    font-size: 20px !important;
}

.boxitem1 img {
    width: 20px !important;
    height: 20px !important;
}


@media (max-width: 600px) {

    .boxitemshow1 p,
    .boxitemshowclose1 p {
        padding-left: 23px !important;
        padding-right: 10px !important;
    }


    .boxitem1 {
        padding: 15px !important;
        padding-bottom: 5px !important;
    }

    .boxitem1 img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 0px !important;
    }


    .conblog {
        background-color: #ffffff18 !important;
        padding: 50px;
        border-radius: 30px !important;
        box-shadow: none !important;
        border-top: none !important;
    }

    .conblog {
        background-color: #ffffff18 !important;
        padding: 20px !important;
        border-radius: 10px !important;
        width: 90% !important;
        margin: 0 auto;
    }

    .boxitemshow1 p {
        font-size: 14px !important;
    }


    .boxitem1 h3 {
        font-size: 14px !important;
        line-height: 35px !important;
        margin-left: 10px !important;
    }

}


/* section7 */
/* section7.5 */
.is-border {
    height: .5px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(10, 1, 24, 1) 66%);
    width: 100% !important;
}

/* section7.5 */




/* section8 */

.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    background-color: transparent;

}

.conblog {
    background-color: #281c1c73 !important;
    padding: 50px;
    border-radius: 25px !important;
    position: relative;
    overflow: hidden;
}

.conblog::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px !important;
    background: url(../img/bg-blog.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    top: 20% !important;
    transform: rotate(10deg);
}

.article3>* {
    direction: ltr !important;
    text-align: left !important;
}

.article3 p {
    margin-top: 10px;
    text-align: justify;
    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: justify;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.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;
}

.textmboxblog {
    font-size: 18px !important;
    text-align: justify;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8 !important;
    overflow: hidden;
}

.btn-blog {
    padding: 10px 30px !important;
    background-color: #8D1114;
    border-radius: 200px !important;
    cursor: pointer;
    transform: rotate(0deg);
}

.btn-blog:hover {
    transform: rotate(-5deg);
}

@media (max-width: 1600px) {

    .article3 h3 {
        font-size: 24px;
    }

    .article3 p {
        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: 768px) {

    .textmbox {
        text-align: justify;
        text-align-last: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

    .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;
    }

}


/* section8 */
/* section9  */



/* section9  */


/* section10 */

/* section10 */
/* Body */


/* Footer */

footer>* {
    font-weight: lighter !important;
}

footer {
    direction: rtl !important;
    background: #281c1c3d !important;
    width: 100% !important;
    position: relative;
    margin: 0 auto !important;
    margin-top: 40px !important;
}

footer p {
    font-size: 12px !important;
    font-weight: 100 !important;
}

.imgfot {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px !important;
}

.copyright a {
    font-size: 12px !important;
    margin: 7px !important;
}

.copyright a:hover {
    color: #D81B31;

}


.copyright span {
    font-size: 12px !important;
    padding-top: 5px !important;
    color: #DDDDDD;
}

.circlefot {
    width: 35px;
    height: 35px;
    opacity: 1;
    transition: .3s;
    cursor: pointer;
}

.circlefot:hover {
    opacity: .7;
}

.fotheader {
    color: #fff !important;
    font-weight: bolder !important;
    font-size: 16px !important;
}

.fotheader:hover {
    color: #fff !important;
}

.copyright {
    background-color: #8d11133b !important;
    max-width: 1680px !important;
    margin: 0 auto !important;
}

.fotborder {
    height: .5px;
    background: radial-gradient(circle, #8d1113 0%, #281c1c3d 66%);
    width: 100% !important;
}

.social img {
    margin: 7px !important;
    cursor: pointer;
    opacity: 1;
}

.social img:hover {
    opacity: .5;
}

@media (max-width: 992px) {
    .rightfooter {
        width: 100% !important;
    }

    .w-md100 {
        width: 100% !important;
    }


    .textfot {
        text-align: justify !important;
        text-align-last: center !important;
    }
}

@media (max-width: 768px) {

    .gourpinput p {
        text-align: center !important;
    }


    .conmessage {
        margin: 0 !important;
    }

    .leftfooter {
        margin-top: 10px;
    }

    .bordermdnone {
        border: 0px !important;
    }

}

@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 */