/* 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-Black.otf");
    src: url("../fonts/rokh/Rokh-Bold.otf") format("TTF"),
        url("../fonts/rokh/Rokh-ExtraBold.otf") format("TTF");
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: "Peyda Black";
    src: url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.eot");
    src: url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/d073b988d2a560be7e799de3487767aa.svg#Peyda Black")format("svg");
}

* {
    font-family: "Yekan_Bakh";
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    color: #fff;
    direction: rtl !important;
    transition: .2s !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a {
    color: #fff;
    text-decoration: none !important;
}

a:hover {
    color: #fff;
}

::placeholder {
    color: #fff !important;
}

body {
    background-color: #0D2030;
    overflow-x: hidden !important;
}



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%;
    background-position: left !important;
    height: 100%;
}

html::after {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.png);
    background-position: right !important;
    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 */

.logo {
    width: 50px;
    transform: translateY(0px);
}

.logo:hover {
    transform: translateY(-5px);
}

.header-mainin {
    background-color: #0d202ebd;
    padding: 20px !important;
    padding-bottom: 10px !important;
    border-radius: 0px 0px 5px 5px !important;

}

.header-main {
    margin-top: -15px !important;
    position: relative;
    z-index: 50;
}

.menu-header-item {
    font-size: 18px;
    margin: 10px;
}

.menu-header-item:hover a {
    color: #1F83DA !important;
}

.menu-header-item a {
    margin-right: 10px;
    font-size: 16px;
    color: #fff !important;
}

.menu-header-item:first-child {
    font-weight: bold;
}

.header-search,
.header-menu-hamber {
    background: #093953;
    border-radius: 200px;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 135px;
    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: #093953;
}

.header-search input {
    background-color: transparent;
    margin: 0 10px;
    display: none;
}

.header-search:hover {
    width: 250px;
}

.header-search:hover input {
    display: block;
}

.menu-header-hambergerCLS {
    position: absolute;
    background: linear-gradient(to right, #072b3f54, #072b3fbb);
    top: 80px;
    left: 100px;
    border-radius: 10px;
    height: 0px;
    overflow: hidden;
    backdrop-filter: blur(20px) !important;
}

.menu-header-hamberger {
    position: absolute;
    background: linear-gradient(to right, #072b3f54, #072b3fbb);
    top: 100px;
    left: 100px;
    border-radius: 6px;
    height: auto;
    overflow: hidden;
    z-index: 555555555;
    padding: 0px !important;
    backdrop-filter: blur(20px) !important;
}


.menu-header-hamberger .menu-header-item {
    display: none !important;
}

.mibtn {
    background: linear-gradient(to right, #0067AD, #017050);
    padding: 10px 15px;
    border-radius: 5px;
    height: 44px;
    font-weight: 100 !important;
}

.mibtn,
.btnintro {
    transform: rotate(0deg);
}

.btnintro:hover {
    transform: rotate(-5deg);
}

.mibtn:hover {
    transform: rotate(-5deg);
}


.menu-header-item-selected {
    border-bottom: 1px solid #0068A1 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}


@media (max-width: 992px) {


    .header-mainin {
        background-color: transparent !important;

    }

    .header-mainin {
        padding: 24px !important;
        padding-bottom: 0px !important;
        padding-top: 24px !important;
    }

    .header-search {
        left: 140px;
    }

    .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: 190px;
    }

}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
    /* margin: 5px 10px !important; */
    padding: 2px;
}



@media (max-width: 600px) {
    .header-search {
        left: 130px;
    }

    .mibtn a {
        font-size: 14px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 180px;
    }

    .menu-header-hamberger {
        top: 90px;
        left: 130px;
    }

    .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: 3;

}

.intro-bg {
    position: relative;
}

.intro-bg::before {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: px;
    /* background: url(../img/bgintro.svg); */
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}



.intro h3,
.intro span {
    font-family: "Peyda Black" !important;
    font-size: 50px;
    text-align: right;
    position: relative;
    font-weight: bolder;
}

.intro span {
    background: linear-gradient(to right, #1F83DA, #119D74);
    -webkit-background-clip: text;
    color: transparent;
}

.intro h3 {
    font-size: 60px;
}


.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}


.intro p {
    font-size: 20px !important;
    color: #C8C8C8 !important;
    font-size: 18px;
    text-align: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 170% !important;
}

.introtext {
    font-size: 18px !important;
}

.btnintro {
    padding: 10px 20px !important;
    border-radius: 10px;
    border: 1px solid #ffffff !important;
    cursor: pointer;
    font-size: 20px;
}

.btnintro i {
    font-size: 15px;
    margin: 7px;
    margin-right: 10px;
}

.btnintro:nth-child(2) {
    margin-right: 10px;
    border: none !important;
    background: #085164;
}

.btnintro:nth-child(2) a,
.btnintro:nth-child(2) i {
    color: #fff;
}

.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: 4vw !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: 768px) {

    .conrighttextinro h5 {
        font-size: 16px !important;
    }

    .conrighttextinro p {
        font-size: 14px !important;
    }


    .intro h3 {
        font-size: 7vw !important;
    }

    .intro span {
        font-size: 5vw !important;
    }

    .text-right {
        text-align: center !important;
        text-align-last: center !important;
    }


    .introtext {
        font-size: 14px !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 */





.mycasino {
    /* background-image: linear-gradient(to right, #41392259, #313c2525, #1e3d2f4f, #093c3c10, #06394757); */
    position: relative;
}

.textheadersecond {
    background-color: #020307;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-radius: 200px;
    position: absolute;
    top: -30px;
}


.casinobox {
    width: 24%;
    padding: 12px;
    border-radius: 10px;
    max-height: 600px !important;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent !important;
    background-color: #083038 !important;
}

.casinobox h6 {
    font-size: 16px !important;
    padding-top: 7px !important;
}

/* 

.casinobox:nth-child(1) {
    background: url(../img/boxvasinoonline1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.casinobox:nth-child(2) {
    background: url(../img/boxvasinoonline2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.casinobox:nth-child(3) {
    background: url(../img/boxvasinoonline3.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.casinobox:nth-child(4) {
    background: url(../img/boxvasinoonline4.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */


.btncasinobox {
    color: #fff;
    border: 1px solid transparent !important;
    background-color: #085164 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.btncasinobox i {
    font-size: 10px !important;
    padding-top: 6px !important;
}



.casinobox:hover {
    border: 1px solid #119d736c !important;
    transform: translateY(5px) !important;
}

.casinobox h4 {
    margin-top: 11px;
}

.casinobox img {
    width: 100% !important;
}

.textheader img {
    margin: 0px !important;
    margin-top: -9px !important;
}

.textheader {
    position: relative;
    padding-right: 17px !important;
}

.textheader h3 {
    padding-top: 2px !important;
}

.textheader1 img {
    margin: 0px !important;
    margin-top: -9px !important;
}

.textheader1 {
    position: relative;
}


.textheader::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 11px;
    width: 8px;
    height: 13px;
    background: url(../img/newbeforetitle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1600px) {
    .casinobox h4 {
        font-size: 18px !important;
    }

    .btncasinobox {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {
    .casinobox h4 {
        font-size: 16px;
    }

}


@media (max-width: 768px) {

    .casinobox {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .casinobox:nth-child(1) {
        margin-top: 0px !important;
    }

    .textheader h3 {
        font-size: 16px !important;
    }



    .textheader1 h3 {
        font-size: 16px !important;
    }


    .textheader {
        position: relative;
        padding-right: 14px !important;
        padding-top: 8px !important;
    }

    .textheader1 {
        position: relative;
        padding-top: 8px !important;
    }

    .textheader::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 13px;
        width: 6px;
        height: 9px;
        background: url(../img/newbeforetitle.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .textheader h3 {
        padding-top: 1px !important;
    }


}

@media (max-width: 600px) {
    .textheaderleft>* {
        font-size: 12px !important;
    }

    .textheaderleft {
        margin-top: -10px;
    }

    .casinobox h4 {
        font-size: 18px !important;
    }



}






/* section2 */


/* section3 */


.secitem {
    background-color: #0d202e !important;
    position: relative;
}

.secitem h3 {
    font-size: 25px !important;
    padding-top: 4px !important;
}

.secitem::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px !important;
    z-index: 10 !important;
    background: url(../img/bgsec2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: color;
}

.secitem .blogtext {
    font-size: 20px !important;
    line-height: 200% !important;
    text-align: right !important;
    color: #C4C4C6 !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 20px !important;


    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.secitem .btnsec2 {
    background-color: #085164 !important;
    margin: 0px 5px !important;
    padding: 10px 40px !important;
    border-radius: 200px !important;
    cursor: pointer;
    transform: translateY(0px);
}





.secitem .btnsec2:nth-child(1) {
    background-color: transparent !important;
    border: 1px solid #9C9C9C !important;
}

.secitem .btnsec2:hover {
    transform: translateY(-5px);
    background-color: #0852642d !important;
}

.secitem .btnsec2 {
    background-color: #085164 !important;
    margin: 0px 5px !important;
    padding: 10px 30px !important;
    border-radius: 200px !important;
    cursor: pointer;
}





.contextblog {
    position: relative;
    z-index: 2000 !important;
}

@media (max-width: 768px) {


    .w-md100 {
        width: 100% !important;
    }

    .contextblog {
        padding: 0px !important;
        margin: 0px !important;
        padding: 20px 25px !important;
        padding-bottom: 30px !important;

    }

    .secitem .blogtext {
        font-size: 14px !important;
        line-height: 200% !important;
        text-align: center !important;
        color: #C4C4C6 !important;
        margin: 0px !important;
        padding: 0px !important;
        margin-top: 7px !important;

    }

    .secitem h3 {
        font-size: 18px !important;
        padding-top: 8px !important;
    }

    .secitem {
        border-radius: 5px !important;
        overflow: hidden !important;
    }

    .secitem .btnsec2 {
        background-color: #085164 !important;
        margin: 0px 5px !important;
        padding: 8px 25px !important;
        border-radius: 200px !important;
        cursor: pointer;
        font-size: 12px !important;
    }

    .secitem {
        background-color: #0d202ed2 !important;
    }


}




/* section3 */



/* section3.5 */

.conservises {
    /* background-image: linear-gradient(to right, #574b2a8f, #4447288c, #33412986, #243a2a, #19332b96, #142f2b96, #102c2a, #0d282985, #0b272979, #09262985, #07252985, #05242979); */
    background-color: transparent;
}

.servicbox {
    width: 32%;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.137) !important;
    text-align: center;
    background-color: #0a364fa8;
    position: relative;
    padding: 30px !important;
    border-bottom: 0px !important;
}

.servicbox p {
    font-size: 17px;
    text-align: center !important;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align-last: center;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 180% !important;
}


.textservice {
    font-size: 20px !important;
    text-align: right !important;
    color: #C4C4C6;
    margin-top: 15px;
    line-height: 170%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


@media (max-width: 768px) {



    .servicbox {
        padding: 30px;
        width: 100%;
        margin-top: 15px;
        border-radius: 15px;
    }

    .servicbox:nth-child(1) {
        margin-top: 0px !important;
    }

    .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: 14px !important;
        margin-top: 5px !important;
    }

}


/* section3.5 */





/* section4 */


.conarticle {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    background-color: transparent;

}

.Newtextheaderleft>* {
    margin: 0 5px;
    border: 1px solid #0D6177 !important;
    border-radius: 200px !important;
    padding: 9px;
    font-size: 16px;
    cursor: pointer;
    transform: scale(1);
}

.Newtextheaderleft a:hover {
    background-color: #083038b2;
    backdrop-filter: blur(10px) !important;

    transform: scale(1.05);
}

.Newtextheaderleft .span:hover {
    transform: scale(1.1);
    background-color: #083038b2;
    backdrop-filter: blur(10px) !important;
}


.Newtextheaderleft p {
    padding: 9px 14px !important;
}

.Newtextheaderleft a {
    padding: 0px !important;
    padding: 8px 15px !important;
    padding-bottom: 6px !important;
    font-size: 14px !important;
    margin-left: 0px !important;
}


.Newtextheaderleft .span {
    font-size: 14px !important;
    padding: 9px !important;
    margin-left: 5px !important;
}


.imgarticleheader {
    width: 30px;
    height: 30px;
    margin-top: -5px !important;
}

.article p {
    margin-top: 10px;
    text-align: right;
    font-size: 23px;
    line-height: 200%;
    color: #C4C4C6;
}

.endarticle img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}


.textmbox {
    text-align: right;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align-last: right;
}

@media (max-width: 1600px) {

    .article h3 {
        font-size: 24px;
    }

    .article p {
        font-size: 20px;
    }

    .imgarticleheader {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1200px) {
    .article p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {

    .Wmd100 {
        width: 100% !important;
    }

    .article h3 {
        font-size: 20px;
    }


    .imgarticleheader {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {

    .textmbox {
        text-align: justify;
        text-align-last: right;
        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;
    }

    .imgarticleheader {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle img {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle span {
        font-size: 12px !important;
    }



    .Newtextheaderleft p {
        padding: 9px 14px !important;
    }

    .Newtextheaderleft a {
        padding: 0px !important;
        padding: 4px 10px !important;
        /* padding-bottom: 3px !important; */
        font-size: 10px !important;
        padding-top: 7px !important;
        margin: 0px !important;
    }


    .Newtextheaderleft .span {
        font-size: 10px !important;
        padding: 7px !important;
        margin: 0px 3px !important;
    }

    .Newtextheaderleft .span:nth-child(2) {
        font-size: 10px !important;
        padding: 7px !important;
        margin: 0px 3px !important;
        margin-left: 7px !important;
    }



}


/* section4 */
/* section4.5 */

.concasinobox {
    /* background-image: linear-gradient(to right, #41392259, #313c2525, #1e3d2f4f, #093c3c10, #06394757); */
    background-color: transparent;
}


.conobutncasinobox {
    background-color: #0A364F;
    border-radius: 20px !important;
    border-bottom: 2px solid #619CCB !important;
    overflow: hidden;
}

.conrightcosino {
    width: 30% !important;
}


.boxcasinoonline {
    background-color: hsla(217, 13%, 28%, 0.16);
    border: 1px solid #ffffff1a !important;
    border-radius: 10px;
    padding: 5px 20px;
    width: 100%;
    height: 28% !important;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    transform: translateX(0px);
}

.boxcasinoonline:hover {
    transform: translateX(-10px);
    background-color: hsla(217, 13%, 28%, 0.20);
}



.boxcasinoonline .leftimg {}

.boxcasinoonline h1 {
    font-size: 30px;
    margin-top: 10px !important;
    margin-left: 20px !important;
    font-weight: bolder;
    letter-spacing: 3px;
    font-family: Pinar;
}

.boxcasinoonline .text {
    font-size: 20px;
    margin: 20px !important;
}

.boxcasinoonline p {
    font-size: 22px;
}

.boxcasinoonline small {
    margin-left: 5px;
    margin-top: -10px;
    text-align: center;
}

.boxcasinoonline .startimg {
    margin-top: -16px;
    max-width: 15px !important;
    margin-right: 2spx !important;
}

.btnonlinecasino {
    background: #7DC5FF;
    width: 30% !important;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
}


.btnonlinecasino span {
    margin: 5px;
    font-size: 17px;
    color: #232323;
    font-weight: bold;
}

.boxcasinoonline .constart {
    margin-top: 10px !important;
}



@media (max-width: 1600px) {



    .boxcasinoonline h1 {
        font-size: 25px;
    }

    .boxcasinoonline p {
        font-size: 14px !important;
    }

    .boxcasinoonline .text {
        font-size: 16px;
        margin: 10px !important;
    }

    .btnonlinecasino span {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}

@media (max-width: 992px) {

    .conrightcosino {
        width: 100% !important;
    }

    .boxcasinoonline:hover {
        transform: translateX(0px);
        background-color: #3e455038;
    }



    .conobutncasinobox {
        background-color: transparent;
        padding: 0px !important;
    }
}


@media (max-width: 768px) {


    .boxcasinoonline {
        padding: 20px;
    }

    .boxcasinoonline h1 {
        font-size: 25px;
    }

    .boxcasinoonline p {
        font-size: 18px;
    }

    .btnonlinecasino span {
        font-size: 14px;
    }


}

@media (max-width: 500px) {


    .conobutncasinobox {
        border: none !important;
        border-radius: 0px 0px 5px 5px !important;
    }



    .boxcasinoonline {
        padding: 10px !important;
        padding-left: 15px !important;
        margin: 7px 0px !important;
        border-radius: 10px !important;
    }

    .boxcasinoonline:nth-child(1) {
        margin-top: 0px !important;
    }

    .boxcasinoonline h1 {
        font-size: 16px !important;
        margin-left: 5px !important;
        letter-spacing: 0px !important;
    }



    .boxcasinoonline p {
        font-size: 18px !important;
    }

    .btnonlinecasino {
        width: 35% !important;
        margin-right: 5px !important;
    }

    .boxcasinoonline .text {
        font-size: 12px !important;
        margin: 0px !important;
        margin-left: 10px !important;
        padding-top: 5px !important;
    }

    .boxcasinoonline span {
        font-size: 12px !important;
        margin: 5px !important;
        text-wrap: nowrap !important;
    }

    .btnonlinecasino img {
        max-width: 15px !important;
    }

    .btnonlinecasino {
        padding: 2px !important;
    }


    .boxcasinoonline small {
        font-size: 10px !important;
        margin-top: 0px !important;
    }


    .boxcasinoonline .startimg {
        width: 12px;
        margin-top: -8px;
    }

    .rightfooter .p {
        margin: 0px !important;
        padding: 0px !important;
    }

    .leftfooter {
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

}

/* section4.5 */
/* section5 */


.conmessage {
    /* background-image: linear-gradient(to right, #041a1e, #041a1e, #041a1e, #041a1e, #041a1e, #061d22, #062127, #06242b96, #062c356e, #07354079, #073d4b7a, #07465665); */
    background-color: transparent;
    position: relative;
}

.messagebox {
    padding: 15px 25px;
    padding-bottom: 5px !important;
    width: 32%;
    /* background: url(../img/messegeboxcon.svg); */
    /* background-size: cover; */
    /* border-right: 2px solid #81DDFF !important; */
    /* border-bottom: 2px solid #81DDFF !important; */
    border-radius: 15px;
    /* background-position: top left; */
    cursor: pointer;
    position: relative;
    background: #0A364F !important;
    border: 1px solid #ffffff28 !important;
    border-bottom: none !important;
}

.messagebox::before {
    content: "";
    height: 100%;
    width: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(#ffffff70, #ffffff00) !important;
    z-index: -1;
    border-radius: 15px;
}


.messagebox:hover {
    opacity: 1;
}




.messagebox h3 {
    font-size: 16px;
}

.messagebox small {
    font-size: 10px;
}

.messagebox p {
    font-size: 14px;
    text-align: right !important;
    text-align-last: right !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 170% !important;
}

.slidericonleftrightt {
    width: 7px !important;
    height: 7px !important;
    border-radius: 200px !important;
}

.carousel-indicators {
    position: absolute;
    bottom: -50px !important;
}

.carousel-indicators .active {
    background-color: #7DC5FF !important;
    color: #7DC5FF !important;
    width: 15px !important;
}

@media (max-width: 1500px) {
    .messagebox h3 {
        font-size: 14px;
    }

    .messagebox small {
        font-size: 8px;
    }

    .messagebox p {
        font-size: 12px;
        margin: 0px !important;
    }

    .messagebox img {
        width: 50px;
    }


    .constart {
        padding: 0px !important;
    }

}


@media (max-width: 1200px) {


    .messagebox h3 {
        font-size: 16px;
    }

    .messagebox small {
        font-size: 10px;
    }

    .messagebox p {
        font-size: 14px;
    }


}

@media (max-width: 992px) {


    .messagebox h3 {
        font-size: 12px;
    }

    .messagebox small {
        font-size: 8px;
    }

    .messagebox p {
        font-size: 10px;
    }

    .messagebox img {
        width: 20px;
    }

}


@media (max-width: 768px) {
    .messagebox {
        width: 99% !important;
        margin-top: 15px;
        border: none !important;
        padding: 20px !important;
    }




    .messagebox:nth-child(1) {
        margin-top: 15px;
    }

    .messagebox {
        width: 100%;
        margin-top: 20px;
    }

    .messagebox span {
        font-size: 13px;
    }

    .messagebox img {
        width: 50px;
    }

    .messagebox {
        border-radius: 13px !important;
    }

    .messagebox::before {
        border-radius: 13px !important;
    }

    .constart {
        padding: 0px !important;
        padding-left: 45px !important;
    }

    .messagebox h3 {
        font-size: 16px;
    }

    .messagebox small {
        font-size: 10px;
    }

    .messagebox p {
        font-size: 14px;
        margin-top: 15px !important;
    }
}


@media (max-width: 460px) {

    .messagebox h3 {
        font-size: 16px;
    }

    .messagebox small {
        font-size: 10px;
    }

    .messagebox p {
        font-size: 14px;
    }




    .constart {
        padding: 0px !important;
        padding-left: 5px !important;
    }
}

/* section5 */

/* section6 */



/* section6 */
/* section7 */

/* section7 */
/* section8 */

.boxitemtext {
    background: #0a364f9d;
    border-bottom: 0px !important;
    padding: 1% !important;
    color: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    cursor: pointer;
}

.boxitemshow {
    margin-top: 15px !important;
    border: 2px solid #0A364F !important;
    padding: 15px !important;
    color: white !important;
    font-size: 18px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    padding-right: 20px !important;
}

.boxitemshowclose {
    margin-top: 15px !important;
    height: 0px;
    border: 0px solid #0A364F !important;
    padding: 0px !important;
    color: white !important;
    font-size: 18px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
}

.boxitemshow p,
.boxitemshowclose p {
    font-size: 18px !important;
    color: #fff;
    text-align: justify;
    text-justify: justify;
    line-height: 35px;
}


.boxitemtext h3 {
    font-size: 20px !important;
    padding-left: 10px !important;
    text-align: right !important;
    margin-right: 10px !important;
    padding-top: 10px !important;
    color: #CDCDCD !important;
}

.boxitemtext img {
    width: 45px !important;
}

@media (max-width: 600px) {

    .boxitemtext {
        padding: 5px !important;
        padding-left: 15px !important;
    }

    .boxitemshow p {
        font-size: 14px !important;
    }

    .boxitemshow {
        padding-bottom: 0px !important;
    }


    .boxitemtext h3 {
        font-size: 14px !important;
        line-height: 35px !important;
        margin-left: 10px !important;
    }

    .boxitemtext img {
        width: 25px !important;
    }
}

/* section8 */
/* Body */



/* Footer */
.rightfooter {
    border-top: 1px solid #ffffff5e !important;
    padding: 10px 0px;
}

.rightfooter {
    width: 100% !important;
}


.rightfooter .p {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #AEAEAE !important;
}

.rightfooter .p:hover {
    color: #7DC5FF !important;
}


.leftfooter a {
    margin: 0 10px !important;
    transform: rotate(0deg);
}

.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;
        text-align: center !important;
    }
    
    .rightfooter a {
        font-size: 12px !important;
        text-align: center !important;
    }


}

/* Footer */