/* Defult */

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica/Helvetica.ttf");
    src: url("../fonts/Helvetica/Helvetica-Bold.ttf") format("TTF"),
        url("../fonts/Helvetica/helvetica-light-587ebe5a59211.ttf") format("TTF");
    font-weight: normal;
    font-style: normal
}

.special-gothic-condensed-one-regular {
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    font-style: normal;
}


* {
    font-family: "Helvetica";
    letter-spacing: 1px !important;
    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-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .5;
}

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

}

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

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


@media (max-width: 1900px) {

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

}

@media (max-width: 1100px) {

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

}

@media (max-width: 768px) {

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

}


.bgtext {
    position: relative;
    z-index: 5;
    font-weight: 900 !important;
}


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




.textheaderleft {
    cursor: pointer;
}

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

.textheaderleft:hover i {
    color: #5DD62C !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;
}

.header-mainin {
    border-bottom: 1px solid #ffffff23 !important;
    background-color: #0F0F0F;
}

.logo {
    transform: translateY(0px);
}

.logo:hover {
    transform: translateY(-5px);
}

.header-main {
    margin: 0px !important;
}

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


.menu-header-item:hover a {
    color: #ffffff !important;
}

.menu-header-item a {
    margin: 10px;
    color: #878787;
}

.menu-header-item-selected a {
    color: #fff !important;
}


.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: #ffffffec;

}

.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: #4DB423;
    top: 80px;
    left: 100px;
    border-radius: 10px;
    height: 0px;
    overflow: hidden;
}

.menu-header-hamberger {
    position: absolute;
    background-color: #4DB423;
    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: 15px;
    height: 44px;
    cursor: pointer;
    border: 2px solid #5DD62C !important;
    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;
}




@media (max-width: 992px) {

    .menu-header-item:hover a {
        color: #000000 !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: 80px;
    }



}

.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: 75px;
    }

    .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; */
        background-color: #0000006b !important;
    }


}





/* Header */

/* --------------------------------------- */
/* Body */




/* section1 */
.intro {
    /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
    position: relative;
    z-index: 3;
}

.shadow{
    background: linear-gradient(90deg, #5cd62c9f, #5cd62c);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}

/* 
.introin {
    background: url(../img/Bg-intro.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

} */



.intro h1,
.intro span {
    font-size: 75px;
    text-align: left !important;
    position: relative;
    font-family: "Helvetica" !important;
    font-weight: 900 !important;
    letter-spacing: 2px;
}




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


.btnintro {
    padding: 10px 20px !important;
    border-radius: 15px;
    border-left: none !important;
    background-position: right;
    background-size: cover;
    cursor: pointer;
    font-size: 20px;
    direction: ltr !important;
    transform: rotate(0deg);
    margin: 0 5px !important;
    position: relative;
}

.btnintro:nth-child(1) {
    background-color: #5DD62C !important;
    border: 2px solid #ffffff91 !important;
}

.btnintro:nth-child(1) a {
    color: #ffffff !important;
}

.btnintro:nth-child(2) {
    padding-left: 35px !important;
    margin-left: 10px !important;
    border: 2px solid transparent !important;


}

.btnintro:nth-child(2):hover {
    background-color: #5cd62c93;
    padding-left: 25px !important;
    margin-left: 5px !important;
    border: 2px solid #ffffff50 !important;
}



.btnintro:nth-child(2)::before {
    content: ">";
    width: 25px;
    height: 100%;
    background-color: #5DD62C;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: .3s;
    border: 2px solid transparent !important;
    z-index: -1;

}

.btnintro:nth-child(2):hover::before {
    transition: .3s;
    content: ">";
    width: 25px;
    height: 100%;
    background-color: #5cd62c93;
    position: absolute;
    left: 110%;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #ffffff50 !important;
    z-index: -1;

}


.btnintro:nth-child(1):hover {
    transform: rotate(-5deg);
    background-color: #5cd62c93 !important;
    border: 2px solid #ffffff50 !important;
}




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

.btnintro a {
    color: #fff;
}

.btnintro i {

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



.intro p {
    font-size: 22px !important;
    text-align: justify !important;
    text-align-last: left !important;
    color: #EEEEEE !important;
    line-height: 120%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: "Helvetica" !important;
    font-weight: 100 !important;
    color: #D7D7D7 !important;
}

.textsmintro p {
    color: #ffffff3d !important;
    text-align: center !important;
}

.introimg {
    min-width: 50% !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) {
    .introimg {
        width:  40% !important;
        min-width: 5% !important;
    }
    
    .intro {
        /* background-image: linear-gradient(to top, #5DD62C, #2e3926, #203427, #152e29, #0e2829); */
        position: relative;
        z-index: 3;
        background: linear-gradient(to left, #5cd62c0e, transparent) !important;
    }

    .intro p {
        line-height: 170%;
    }

    .w-md-100 {
        width: 90% !important;
        -webkit-line-clamp: 4 !important;

    }

    .intro h1,
    .intro span {
        font-size: 40px !important;
    }

    .intro h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }


    .intro p {
        font-size: 12px !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 */















.boxitem {
    background-color: #5cd62c80;
    padding: 30px;
    color: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    direction: ltr !important;
    text-align: left !important;
    cursor: pointer;
    position: relative;
    min-height: 150px;
}

.boxitem::before {
    content: "";
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    inset: 0px !important;
    background: url(../img/bg-box.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -2;
}

.boxwork:nth-child(1) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/imgbox.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}


.boxwork:nth-child(2) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/imgbox1.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}


.boxwork:nth-child(3) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/imgbox2.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}


.boxwork:nth-child(4) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/imgbox3.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}

.boxwork1:nth-child(1) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/5.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}

.boxwork1:nth-child(2) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/6.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}

.boxwork1:nth-child(3) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/7.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}

.boxwork1:nth-child(4) .boxitem:after {
    content: "";
    height: 95% !important;
    width: 50% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/8.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}




.boxitem p {
    font-size: 14px;
    text-align: justify !important;
    text-align-last: left !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #AAAAAA !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: #5cd62c4d;
}

.boxwork {
    width: 23% !important;
}


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

.boxwork:hover .btnworks {
    transform: rotate(-5deg);
}

.btnworks {
    transform: rotate(0deg);
    background: #373737f5;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    width: 50% !important;
    box-shadow: inset 0px 0px 5px #ffffff52 !important;
}

.btnworks img {
    width: 15px;
    height: 15px;
    margin-right: 10px !important;
}


@media (max-width: 992px) {

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

}

@media (max-width: 600px) {

    .boxitem {
        padding: 10px !important;
    }


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

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
































/* section2 */

.boxgame {
    background-color: #37373785;
    border-radius: 20px 20px 15px 15px !important;
    width: 23%;
    min-height: 350px !important;
    cursor: pointer;
    box-shadow: inset 0px 36px 36px -18px #5cd62c23 !important;
    border: 2px solid #5cd62c48 !important;
    opacity: 1;
    transform: translateY(0px);
    border-bottom-color: #5cd62c1c !important;
}


.boxgame img {
    margin-top: -35%;
}

.boxgame h3 {
    font-size: 18px !important;
    margin: 20px 0;
    font-weight: 900 !important;
}

.boxgame:hover {
    opacity: .6;
    transform: translateY(-10px);
}

.boxgame:hover h3 {
    color: #5cd62c !important;
}

.textgame {
    direction: ltr;
    text-align: center !important;
    text-align-last: left !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-family: "Helvetica" !important;
    font-weight: 100 !important;
    padding: 0 30px !important;
    font-size: 14px !important;
}


@media (max-width: 992px) {

    .boxgame {
        background-color: #212121;
        border-radius: 15px !important;
        width: 100% !important;
        min-height: 300px !important;
        cursor: pointer;
        margin: 30px 0;
    }

    .boxgame img {
        margin-top: -30%;
    }

    .boxgame:hover {
        opacity: 1;
        transform: translateY(0px);
    }

    .textgame {
        direction: ltr;
        text-align: justify !important;
        text-align-last: left !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-family: "Helvetica" !important;
        font-weight: 100 !important;
        padding: 0 30px !important;
        font-size: 14px !important;
    }

}


/* section2 */



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



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

}

@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) {

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

}


/* section3 */

/* section3 */



/* section4 */

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

.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: justify !important;
    text-align-last: center !important;
}

.bgtranslate {
    width: 50%;
}

.imgsec3 {
    max-width: 500px !important;
}

.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: 8;
    overflow: hidden;
}


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

}

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



/* section6 */
/* section7 */


/* section7 */
/* section8 */

.conblog {
    background-color: #ffffff18 !important;
    padding: 50px;
    border-radius: 15px !important;
    border: 2px solid #ffffff33 !important;
    position: relative;
    overflow: hidden;
}


.conblog::before {
    content: "";
    height: 0px !important;
    width: 25% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: -20px 16px 352px 63px #d5fe0247 !important;
    transition: .3s !important;
}

.con-conblog {
    border-radius: 15px !important;
    background: #5cd62c5b !important;
    padding: 70px !important;
    position: relative;
    overflow: hidden;
}

.con-conblog::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    background: url(../img/bg-blog.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .5;
}

.con-conblog .btnworks {
    cursor: pointer;
    max-width: 200px !important;
    background: #0f0f0fe3 !important;
    box-shadow: inset 0px 0px 6px #ffffff83 !important;
    border: 1px solid #ffffff6b !important;

}

.con-conblog .btnworks:hover {
    transform: rotate(-5deg);
}

.textblog1 {
    text-align: justify !important;
    text-align-last: left !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6 !important;
    overflow: hidden;
}

.blog2 {
    border-bottom-color: #d4ff0071 !important;
}

.textheaderaritcle {
    font-size: 30px !important;
}

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

.textblog2 span {
    font-weight: 900 !important;
    font-size: 60px !important;


}

.textblog2 span:nth-child(1) {
    background: linear-gradient(90deg, #5DD62C, #5cd62c91);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}

.textblogin {
    line-height: 150% !important;
}


.blog3 {
    background: url(..//img/blog3.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 600px;
}

.textblog3 {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.082);
    width: 40% !important;
    padding: 60px !important;
    backdrop-filter: blur(100px);
    border-right: 1px solid #ffffffc4 !important;
}

.textblog3 p {
    color: #fff !important;
}

.textblog3 h3 {
    font-weight: 900 !important;
    text-align: justify !important;
    line-height: 150% !important;
}


@media (max-width: 992px) {

    .blog3 {
        min-height: 550px;
    }

    .textblog3 {
        position: absolute;
        left: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
        top: auto !important;
        width: 100% !important;
        height: 70% !important;
        padding: 30px !important;
        padding-bottom: 0px !important;
        border: none !important;
        border-top: 1px solid #ffffffc4 !important;

    }


    .textblog2 span {
        font-weight: 900 !important;
        font-size: 30px !important;


    }

    .con-conblog {
        border-radius: 15px !important;
        padding: 30px !important;
        position: relative;
        overflow: hidden;
    }

    .wmd100 {
        width: 100% !important;
    }

    .blogcontainer {
        width: 90% !important;
    }

    .blog2 {
        width: 90% !important;
        margin: 20px auto !important;
    }

    .textblog1,
    .textheaderaritcle {
        text-align: justify !important;
        text-align-last: center !important;
        line-height: 200%;
    }
}

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

}

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

@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: 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 {
    direction: rtl !important;
    background: #232323 !important;
    position: relative;
    margin: 0 auto !important;
    max-width: 1620px !important;
}



.rightfooter {
    width: 100% !important;
}




.leftfooter a {
    width: 15% !important;
    transform: rotate(0deg);
    border-right: 1px solid transparent !important;
    border-radius: 10px !important;

}

.leftfooter a:hover {
    border-right: 1px solid #D5FE02 !important;
    transform: rotate(15deg);


}

.logofot {
    width: 120px;
}

.textfot {
    text-align: justify !important;
    direction: ltr !important;
    font-size: 14px;
    color: #CBCBCB;
}


.rightfooter .p {
    cursor: pointer;
    padding-left: 30px;
    font-weight: lighter;
    color: #ffffff;
    margin: 10px 0;
    text-align: center !important;
    font-size: 14px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.315) !important;
    padding-left: 7px !important;
    margin-left: 7px !important;
}

.rightfooter .p:nth-child(3) {
    border: none !important;
}

.rightfooter .p:hover {
    color: #D5FE02 !important;
}



.btnfooter {
    background: #221D0B;
    border-radius: 5px;
    padding: 10px 40px;
    border: 1px solid #F7DB5E !important;
    cursor: pointer;
    font-size: 12px;

}

.btnfooter:hover {
    border: 1px solid #f7db5ea1 !important;
    background: #221d0b9c;

}


.copyright {
    margin: 0 auto !important;
    max-width: 1680px !important;
}

.copyright span {
    font-size: 14px !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;
}

@media (max-width: 992px) {
    .textfot {
        text-align: justify !important;
        text-align-last: center !important;
    }
}

@media (max-width: 768px) {

    .rightfooter .p {
        border-bottom: 1px solid rgba(255, 255, 255, 0.315) !important;
        padding-bottom: 7px !important;
        margin-bottom: 7px !important;
        border-left: 0px !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;
        text-align: center !important;
        padding: 0px !important;
    }

}


/* Footer */