/* Defult */
@font-face {
    font-family: "Yekan_Bakh";
    src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-05-MEDIUM.TTF");
    src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-04-REGULAR.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-06-BOLD.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-03-LIGHT.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-08-FAT.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-07-HEAVY.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 04\ REGULAR.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 05\ MEDIUM.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 06\ BOLD.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 03\ LIGHT.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 07\ HEAVY.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 02\ THIN.TTF") format("TTF"),
        url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 08\ FAT.TTF") format("TTF"),
        /* woff fonts */
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Medium.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Regular.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Light.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Bold.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Heavy.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Fat.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Thin.woff") format("woff"),
        url("../fonts/Yekan_Bakh/wotf/YekanBakh-Hairline.woff") format("woff"),
        /* woff2 */
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Medium.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Regular.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Light.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Bold.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Heavy.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Fat.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Thin.woff2") format("woff2"),
        url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Hairline.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Pinar";
    src: url("../fonts/Pinar/Pinar-Black.ttf");
    src: url("../fonts/Pinar/Pinar-Bold.ttf") format("TTF"),
        url("../fonts/Pinar/Pinar-DS1-ExtraBold.ttf") format("TTF");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "rokh";
    src: url("../fonts/rokh/Rokh-Medium.otf");
    src: url("../fonts/rokh/Rokh-Normal.otf") format("TTF"),
        url("../fonts/rokh/Rokh-Bold.otf") format("TTF"),
        url("../fonts/rokh/Rokh-Light.otf") format("TTF"),
        url("../fonts/rokh/Rokh-Black.otf") format("TTF"),
        url("../fonts/rokh/Rokh-ExtraBold.otf") format("TTF");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "rokhbold";
    src: url("../fonts/rokh/Rokh-ExtraBold.otf");
    src: url("../fonts/rokh/Rokh-Bold.otf") format("TTF"),
        url("../fonts/rokh/Rokh-ExtraBold.otf") format("TTF");
    font-weight: normal;
    font-style: normal
}

* {
    font-family: "rokh";
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    color: #fff;
    direction: rtl !important;
    transition: .2s !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600 !important;
}

a {
    color: #fff;
    text-decoration: none !important;
}

a:hover {
    color: #fff;
}

::placeholder {
    color: #fff !important;
}

body {
    background-color: #0C0618;
}



html {
    scroll-behavior: smooth !important;
    position: relative;
}

/* 
html::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
} */



.intro,
.conintrobotten,
.secondintro,
.header-main,
.casinoboxcon,
.concasinobox,
.conservises,
.conmessage,
.conarticle {
    padding-right: 130px !important;
    padding-left: 130px !important;
}


@media (max-width: 1100px) {

    .intro,
    .conintrobotten,
    .secondintro,
    .header-main,
    .casinoboxcon,
    .concasinobox,
    .conservises,
    .conmessage,
    .conarticle {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

}

@media (max-width: 768px) {

    .intro,
    .conintrobotten,
    .secondintro,
    .header-main,
    .casinoboxcon,
    .concasinobox,
    .conservises,
    .conmessage,
    .conarticle {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}




/* Defult */

/* --------------------------------------- */


/* Header */


header>* {
    letter-spacing: 1px !important;
}

.logo {
    width: 50px;
    transform: translateY(0px);
}


.logo:hover {
    transform: translateY(-5px);
}



.header-mainin {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #ffffff2a !important;
}

.header-main {
    margin-top: -15px !important;
    background-color: transparent !important;
    position: relative;
    z-index: 50;
    position: relative;
}



.menu-header-item {
    font-size: 18px;
    margin: 10px;
}

.menu-header-item:hover a {
    color: #8560c9 !important;
}

.menu-header-item a {
    margin-right: 10px;
    font-size: 16px;
    color: #fff !important;
}


.header-search,
.header-menu-hamber {
    background: linear-gradient(to bottom, #13142291, #77679f41);
    border-radius: 200px;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 114px;
    width: 44px;
    height: 44px;
    font-size: 17px;
    z-index: 30000 !important;
}

.header-menu-hamber {
    display: none !important;
    z-index: 2 !important;
}

.header-search:hover {
    background: #111934;
}

.header-search input {
    background-color: transparent;
    margin: 0 10px;
    display: none;
}

.header-search:hover {
    width: 250px;
}

.header-search:hover input {
    display: block;
}



.menu-header {
    padding: 5px 20px;
    border-radius: 200px !important;
    background: linear-gradient(to bottom, #13142291, #441b9121);
    border: 1px solid #13142248 !important;
    box-shadow: 0px 1px 2px 0px #13142236 !important;
}

.menu-header-hambergerCLS {
    position: absolute;
    background: linear-gradient(to bottom, #2f293f, #131422);
    top: 80px;
    left: 100px;
    border-radius: 10px;
    height: 0px;
    overflow: hidden;
}

.menu-header-hamberger {
    position: absolute;
    background: linear-gradient(to bottom, #2f293f, #131422);

    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;
    border: 1px solid #ffffff !important;
    height: 44px;
    border-radius: 200px !important;
    background: linear-gradient(to bottom, #13142291, #77679f41);
    border: 1px solid #77679f91 !important;
    border-bottom: none !important;
    letter-spacing: 2px !important;
    word-spacing: 15px !important;
    cursor: pointer;

}

.mibtn,
.btnintro {
    transform: rotate(0deg);
}

.btnintro:hover {
    transform: rotate(-5deg);
}

.mibtn:hover {
    transform: rotate(-5deg);
}



.menu-header-item-selected {
    border-bottom: 1px solid #81DDFF !important;
}


@media (max-width: 992px) {

    .header-main::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background-image: url(../img/new-bg-intro-top.svg);
        background-size: cover !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
    z-index: -2;
    }
    .header-main::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0px;
        background: linear-gradient(to top , #0c061871 , #0C0618) !important;
        z-index: -1!important;
    }

    
    .header-mainin {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 5px !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: 135px;
    }

}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
    margin: 5px 10px !important;

}

@media (max-width: 600px) {
    .menu-header-item {
        font-size: 18px;
        margin: 8px;
    }

    .header-search {
        left: 100px;
    }

    .menu-header-hamberger .menu-header-item a,
    .menu-header-hamberger .menu-header-item img {
        margin: 0px 10px !important;

    }

    .mibtn a {
        font-size: 12px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 115px;
    }

    .menu-header-hamberger {
        top: 86px;
        left: 80px;
        padding: 5px 1px !important;
    }

    .menu-header-hambergerCLS {
        top: 86px !important;
        padding: 0px 0px !important;
    }

    .header-search:hover {
        width: 180px;
    }

    .header-search:hover input {
        width: 100%;
    }

    .header-search:hover img {
        display: none;
    }
}


/* Header */

/* Body */



























/* section1 */
.intro {
    /* background-image: linear-gradient(to top, #3d3d26, #2e3926, #203427, #152e29, #0e2829); */
    background-color: transparent;
    position: relative;
    z-index: 30;

}

.intro-bg {
    position: relative;
    max-width: 1680px !important;
    margin: 0 auto;
    height: 130vh !important;
    max-height: 1000px !important;
}

.intro-bg::before {
    content: "";
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: px;
    background: url(../img/New-bg-intro.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




.link {
    width: 10%;
    height: 15%;
    position: absolute;
    left: 45%;
    bottom: 16%;
    cursor: pointer;
}

.intro h3,
.intro span {
    font-family: "rokhbold" !important;
    font-size: 60px;
    position: relative;
    font-weight: 900 !important;
    text-align: center !important;
    letter-spacing: 1px;
}

.intro h3 {
    font-size: 70px;
}


.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}


.intro p {
    font-size: 18px !important;
    text-align: center !important;
}

.btnintro {
    padding: 10px 20px !important;
    cursor: pointer;
    font-size: 20px;
    border-radius: 200px;
    background: linear-gradient(to bottom, #13142291, #77679f41);
    border: 1px solid #77679f91 !important;
    border-bottom: none !important;
    letter-spacing: 1px !important;
    cursor: pointer;
}

.btnintro i {
    font-size: 15px;
    margin: 7px;
    margin-right: 10px;
}


.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
    color: #181818;
}

.btnintro:nth-child(1) {
    padding: 10px 30px !important;
}

.conrighttextinro {
    padding: 20px;
    padding-top: 40px;
}

.conrighttextinro h5 {
    color: #81DDFF;
}

.lineintro {
    background-color: #8A8A8A;
    width: 1px;
    height: 70px;
}


@media (max-width: 1600px) {

    .conrighttextinro h5 {
        font-size: 18px;
    }

    .conrighttextinro p {
        font-size: 16px;
    }

    .intro h3 {
        font-size: 4.5vw !important;
    }

    .intro span {
        font-size: 3vw !important;
    }

    .intro p {
        font-size: 18px !important;
    }
}

@media (max-width: 1200px) {

    .intro h3 {
        font-size: 4vw !important;
    }

    .intro span {
        font-size: 3.5 !important;
    }


}
@media (max-width: 992px) {
    .intro-bg::before {
        content: "";
        width: 100%;
        height: 110%;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        background: url(../img/new-bg-intro-down.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -100 !important;
    }
    .intro::after {
        content: "";
        width: 100%;
        height: 110%;
        position: absolute;
        top: -82px;
        left: 0px;
        right: 0px;
        background: url(../img/new-bg-intro-top.svg);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        z-index: -1 !important;
    }

    .intro {
        background-color: #0C0618;

    }
}


@media (max-width: 768px) {

    .btnintro img {
        width: 15px;
        height: 15px;
        margin-top: 4px;
    }

    .intro-bg {
        height: 90vh !important;
        min-height: 850px !important;
    }

    .conrighttextinro h5 {
        font-size: 16px !important;
    }

    .conrighttextinro p {
        font-size: 14px !important;
    }


    .intro h3 {
        font-size: 8vw !important;
    }

    .intro span {
        font-size: 6.6vw !important;
    }

}


@media (max-width: 600px) {




    .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 */


.small-title {
    background-color: #c490ff21;
    border-radius: 200px !important;
    border: 1px solid #441b9138 !important;
    padding: 8px 14px !important;
}

.small-title p {
    font-weight: 100 !important;
    letter-spacing: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 14px !important;
    margin-left: 5px !important;
}

.small-title img {
    width: 20px;
    height: 20px;
}

.gr-text {
    background: linear-gradient(to bottom, #fff, #070322);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}




.conservises {
    /* background-image: linear-gradient(to right, #574b2a8f, #4447288c, #33412986, #243a2a, #19332b96, #142f2b96, #102c2a, #0d282985, #0b272979, #09262985, #07252985, #05242979); */
    background-color: transparent;
}

.bg-service {
    position: relative;
    padding-top: 150px !important;
}

.bg-service::before {
    content: "";
    width: 68%;
    height: 100%;
    position: absolute;

    background: url(../img/new-bg-service.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translate(-50%, -25px);
}

.servicbox {
    padding: 30px;
    width: 32%;
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.096) !important;
    text-align: center;
    background: linear-gradient(to bottom, #13142291, #77679f41);
    position: relative;
}



.servicbox p {
    font-size: 18px;
    text-align: justify;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align-last: center;
    font-weight: 900 !important;
    position: relative;
}



.servicbox p:nth-child(4) {
    font-weight: 100 !important;
}

.servicbox:hover .circlebox {
    transform: rotate(360deg);
}

.circlebox {
    transform: rotate(0deg);
    width: 90px;
    height: 90px;
    border-radius: 200px;
    padding: 20px !important;
    background: linear-gradient(to top, #8547F6, #BC98FF);
    border: 1px solid #CB97FF !important;
    position: absolute;
    top: -45px;
}

.textservice {
    font-size: 20px !important;
    text-align: center;
    color: #C4C4C6;
    margin-top: 20px;
    line-height: 160%;
    width: 60% !important;


    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align-last: center;
    font-weight: 100 !important;
}


@media (max-width: 768px) {

    .textservice {
        width: 100% !important;
    }

    .small-title {
        padding: 5px 14px !important;
    }

    .small-title p {
        font-size: 12px !important;
        margin-top: 5px !important;
    }

    .small-title img {
        width: 20px;
        height: 20px;
        padding-top: 0px !important;
    }


    .bg-service {
        padding-top: 0px !important;
    }

    .bg-service::before {
        display: none !important;
    }

    .servicbox:nth-child(1) {
        margin-top: 0px;
    }

    .servicbox {
        padding: 30px;
        width: 100%;
        margin-top: 60px;
        border-radius: 20px;
    }

    .servicbox p {
        font-size: 16px;
    }

    .circlebox {
        padding: 10px !important;
        width: 70px;
        height: 70px;
        top: -35px;
    }


}


@media (max-width: 500px) {

    .servicbox:nth-child(1) {
        margin-top: 0px;
    }

    .servicbox {
        padding: 20px;
    }

    .servicbox p {
        font-size: 14px !important;
    }

    .textservice {
        font-size: 16px !important;
    }

}





















/* section2 */
/* section2.5 */


.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    direction: rtl !important;
}

.bg-blog {
    padding: 40px !important;
    border-radius: 25px !important;
    overflow: visible !important;
    background: radial-gradient(circle, #8447f627, #8447f60e) !important;
}


.bg-blog::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 155%;
    left: 0px;
    bottom: 0px;
    background: url(../img/new-blog1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 50;
    /* min-height: 600px !important; */
    max-width: 680px;
}

.titleblog1 {
    font-size: 40px !important;
    font-family: "rokhbold";
    text-align: right !important;
}


.textblog1 {
    font-size: 18px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
    overflow: hidden !important;
    text-align-last: right !important;
    direction: rtl !important;
}

.article>* {
    direction: ltr !important;
    text-align: left !important;
}

.article p {
    margin-top: 10px;
    text-align: justify;
    text-align-last: right !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;
}


@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;
    }




}

/* section2.5 */

/* section2.8 */

.bgarouond {
    background: url(../img/new-bg-service.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    margin: 0 auto;
    width: 250px;
    height: 200px;
    position: relative;
    perspective: 1000px;
}

.carousel1 {
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.carousel-indicators .active{
    background-color: #5700bb !important;
}

.carousel-indicators
{
    bottom: -40px !important;
}

.carousel-indicators li
{
    border-radius: 200px !important;
    background: #ffffff4f !important;
}

.item {
    display: block;
    position: absolute;
    background: #393054;
    width: 220px;
    height: 240px;
    text-align: center;
    color: #FFF;
    border-radius: 15px;
    border: 1px solid #ffffff28 !important;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    padding: 20px;
}

.myitems {
    background: #3930544f !important;
    width: 90%;
    text-align: right;
    color: #FFF;
    border-radius: 15px;
    border: 1px solid #ffffff13 !important;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    padding: 20px;
    min-height: 300px;
    margin: 0 auto !important;
}

.myitems p:nth-child(2) {
    font-size: 14px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: justify !important;
    font-weight: 100 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align-last: right;
    font-weight: 100 !important;
    margin-top: 10px !important;
}

.myitems p {
    font-size: 18px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: right !important;
}

.item p {
    font-size: 16px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: right !important;
    font-weight: 900 !important;
}

.item p:nth-child(2) {
    font-size: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: justify !important;
    font-weight: 100 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align-last: right;
    font-weight: 100 !important;
    margin-top: 10px !important;
}

.a {
    transform: rotateY(0deg) translateZ(250px);
    /* background: #ed1c24; */
}

.b {
    transform: rotateY(60deg) translateZ(250px);
    /* background: #0072bc; */
}

.c {
    transform: rotateY(120deg) translateZ(250px);
    /* background: #39b54a; */
}

.d {
    transform: rotateY(180deg) translateZ(250px);
    /* background: #f26522; */
}

.e {
    transform: rotateY(240deg) translateZ(250px);
    /* background: #630460; */
}

.f {
    transform: rotateY(300deg) translateZ(250px);
    /* background: #8c6239; */
}

.next,
.prev {
    color: #444;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 200px !important;
    cursor: pointer;
    background: linear-gradient(to bottom, #13142291, #77679f41);
    z-index: 5555555 !important;
    bottom: 30% !important;
    border: 1px solid #39305473 !important;
    transition: .1s !important;
}

.next:hover,
.prev:hover {
    color: #000;
}

.next:active,
.prev:active {
    transition: .1s !important;
    bottom: 35% !important;
    box-shadow: 0 1px 0 #999;
}

.next {
    right: 5em;
}

.prev {
    left: 5em;
}

h2 {
    margin-top: 120px;
    font-size: 2em;

}

h2>a {
    color: white;
}



.item-btn {
    position: relative;
    z-index: 500000000 !important;
    width: 30px;
    height: 3px;
    margin: 0 5px;
    border-radius: 200px;
    background: #ffffff7a;
    margin-top: 12%;
}

.item-active {
    width: 60px;
    background: #fff !important;
}




@media (max-width: 600px) {

    .bgarouond {
        background: url(../img/new-bg-service.png);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
    }


    .next,
    .prev {
        display: none !important;
    }

    .p-custom-sm {
        padding-bottom: 80px !important;
    }

}


/* section2.8 */



/* section2.9 */




.boxitem1 {
    background-color: #39305434 !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: 20px !important;
    border: 1px solid #ffffff13 !important;
}

.border-down {
    border-radius: 20px 20px 0px 0px !important;
    border-bottom: none !important;
    background: linear-gradient(to right, #6a07ec13, #a669f511) !important;


}


.boxitemshow1 {
    color: #CBCBCB !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    opacity: 1;
    background: linear-gradient(to right, #6a07ec13, #a669f511) !important;

    padding: 10px;
    border-radius: 5px !important;
    direction: ltr !important;
    border-radius: 0px 0px 20px 20px !important;
    border-top: none !important;
    border: 1px solid #ffffff17 !important;

    border-top: none !important;
}

.boxitemshowclose1 {
    height: 0px;
    color: #CBCBCB !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    background: linear-gradient(to right, #6a07ec13, #a669f511) !important;


    opacity: 0;
    padding: 0px;
    border-radius: 0px 0px 20px 20px !important;
    border-top: none !important;
    border: 1px solid #ffffff17 !important;
    border-top: none !important;
}

.boxitemshow1 p,
.boxitemshowclose1 p {
    font-size: 16px !important;
    color: #9F9F9F;
    text-align: justify;
    text-justify: justify;
    line-height: 160%;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.boxitem1 h3 {
    font-size: 20px !important;
    color: #E8E8E8 !important;

}

.boxitem1 img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 0px !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;
    }

}


/* section2.9 */

/* section2.9.5 */

.textblog {
    width: 100% !important;
    text-align: justify !important;
    text-align-last: right !important;
    color: #fff !important;
}

.lastblog .gr-text
{
    background: linear-gradient(to bottom, #fff, #696969);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.text-blog-is
{
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
    overflow: hidden !important;
}

/* section2.9.5 */


/* 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: #C4C4C6 !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;
    }


}

/* Footer */