/* 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-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: #020307;
}



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,
.header-main,
.secondintro,
.casinoboxcon,
.concasinobox,
.conservises,
.conmessage,
.conarticle {
    padding-right: 130px !important;
    padding-left: 130px !important;
}


@media (max-width: 1100px) {

    .intro,
    .conintrobotten,
    .header-main,
    .secondintro,
    .casinoboxcon,
    .concasinobox,
    .conservises,
    .conmessage,
    .conarticle {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

}

@media (max-width: 768px) {

    .intro,
    .conintrobotten,
    .header-main,
    .secondintro,
    .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 {
    padding-bottom: 5px !important;
}

.header-main {
    margin-top: -15px;
    background-color: #00000098;
    position: relative;
    z-index: 50;
}

.menu-header-item {
    font-size: 18px;
    margin: 10px;
}

.menu-header-item:hover a {
    color: #B49864 !important;
}

.menu-header-item a {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
}

.menu-header-item:first-child {
    font-weight: bold;
}

.header-search,
.header-menu-hamber {
    background: #000;
    border-radius: 200px;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 160px;
    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: #000;
}

.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: #000;
    top: 80px;
    left: 100px;
    border-radius: 10px;
    height: 0px;
    overflow: hidden;
}

.menu-header-hamberger {
    position: absolute;
    background: #342e23;
    top: 100px;
    left: 100px;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    z-index: 555555555;
}

.menu-header-hamberger .menu-header-item {
    display: none !important;
}

.mibtn {
    background-color: #ffffff13;
    padding: 9px 12px;
    border-radius: 200px;
    border: 1px solid #ffffff !important;
    height: 44px;
}

.mibtn,
.btnintro {
    transform: rotate(0deg);
}

.mibtn:hover {
    transform: rotate(-5deg);
}

.btnintro:hover {
    transform: rotate(-5deg);
}

.mibtn:hover {
    background-color: #B49864 !important;
}

.menu-header-item-selected {
    border-bottom: 1px solid #B49864 !important;
}


@media (max-width: 992px) {
    .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: 170px;
    }

}

.menu-header-hamberger .menu-header-item a,
.menu-header-hamberger .menu-header-item img {
    margin: 5px 10px !important;

}

@media (max-width: 600px) {
    .header-search {
        left: 100px;
    }

    .mibtn a {
        font-size: 12px !important;
    }

    .menu-header-item a {
        font-size: 14px !important;
    }

    .header-menu-hamber {
        display: flex !important;
        left: 150px;
    }

    .menu-header-hamberger {
        top: 80px;
        left: 80px;
    }

    .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: "Pinar" !important;
    font-size: 60px;
    text-align: right;
    position: relative;
    font-weight: bolder;
}

.intro h3 {
    font-size: 70px;
}


.bg-gra-yel {
    background-image: linear-gradient(to top, #f06426, #f27122, #f37e1f, #f48b1d, #f4971d);
}


.intro p {
    font-size: 22px !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: #A38246;
}

.btnintro:nth-child(1) {
    padding: 10px 30px !important;
}

.conrighttextinro {
    padding: 20px;
    padding-top: 40px;
}

.conrighttextinro h5 {
    color: #B49864;
}

.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: 768px) {

    .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 */





.mycasino {
    /* background-image: linear-gradient(to right, #41392259, #313c2525, #1e3d2f4f, #093c3c10, #06394757); */
    background-color: #14131586 !important;
    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: 30px;
    border-radius: 15px;
    height: 200px !important;
    max-height: 600px !important;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent !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;
    padding: 15px;
    cursor: pointer;
    font-family: "rokh" !important;
    width: 80%;
    text-align: center;
    position: absolute;
    bottom: -60px;
    border: 1px solid transparent !important;
    letter-spacing: 1px;
}



.casinobox:hover {
    border: 1px solid #A38246 !important;
}

.casinobox h4 {
    margin-top: 11px;
}

.casinobox img {
    height: 63% !important;
    width: 100% !important;
    border-radius: 200px 200px 20px 20px !important;
}

.textheader img {
    margin: 0px !important;
    margin-top: -9px !important;
}

@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: 1100px) {
    .casinobox {
        height: 33vw !important;
        max-height: 200px !important;
    }

}

@media (max-width: 992px) {
    .casinobox {
        height: 35vw !important;
    }

}


@media (max-width: 768px) {

    .casinobox {
        margin-top: 60px !important;
        width: 100% !important;
        height: 480px !important;
    }

    .casinobox:nth-child(1) {
        margin-top: 0px !important;
    }

    .textheader h3 {
        font-size: 16px !important;
    }

}

@media (max-width: 600px) {
    .textheaderleft>* {
        font-size: 12px !important;
    }

    .textheaderleft {
        margin-top: -10px;
    }

    .casinobox h4 {
        font-size: 18px !important;
    }



}







/* section2 */


/* section3 */




.concasinobox {
    /* background-image: linear-gradient(to right, #41392259, #313c2525, #1e3d2f4f, #093c3c10, #06394757); */
    background-color: transparent;
}

.textheaderleft {
    cursor: pointer;
}

.textheaderleft:hover p {
    color: #10f7fe !important;
}

.textheaderleft:hover i {
    color: #10f7fe !important;
}


.boxcasinoonline {
    background-color: #666e791e;
    border: 1px solid #666e7949 !important;
    border-radius: 20px;
    padding: 25px 30px;
    width: 100%;
    height: 27% !important;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}

.boxcasinoonline:hover {
    background-color: #666e7913;
}

.boxcasinoonline:hover h1 {
    letter-spacing: 6px !important;
}

.boxcasinoonline:hover .btnonlinecasino {
    background: #a382468e;

}

.boxcasinoonline::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 60%;
    right: -5px;
    background-color: #A38246;
}


.boxcasinoonline .leftimg {
    margin-right: 30px;
}

.boxcasinoonline h1 {
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: 3px;
    font-family: Pinar;
}

.boxcasinoonline p {
    font-size: 22px;
}

.boxcasinoonline small {
    margin-left: 5px;
    margin-top: -10px;
}

.boxcasinoonline .startimg {
    margin-top: -18px;
}

.btnonlinecasino {
    background: #A38246;
    width: 30% !important;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
}


.btnonlinecasino p {
    font-size: 17px;
    margin-top: 14px !important;
    margin-right: 5px !important;
    color: #fff;
    font-weight: bold;
}



@media (max-width: 1600px) {

    .boxcasinoonline .leftimg {
        margin-right: 20px;
    }

    .boxcasinoonline h1 {
        font-size: 35px;
    }

    .boxcasinoonline p {
        font-size: 20px;
    }

    .btnonlinecasino p {
        font-size: 16px;
    }
}


@media (max-width: 768px) {


    .boxcasinoonline {
        padding: 20px;
    }

    .boxcasinoonline h1 {
        font-size: 25px;
    }

    .boxcasinoonline p {
        font-size: 18px;
    }

    .btnonlinecasino p {
        font-size: 14px;
    }
}

@media (max-width: 500px) {


    .boxcasinoonline {
        padding: 5px !important;
        margin: 10px 0px !important;
        border-radius: 10px;
    }

    .boxcasinoonline h1 {
        font-size: 20px !important;
    }

    .boxcasinoonline .constart {
        margin-top: 10px !important;
    }

    .boxcasinoonline p {
        font-size: 18px !important;
    }

    .btnonlinecasino {
        width: 35% !important;
        margin-right: 5px !important;
        border-radius: 10px !important;
    }

    .btnonlinecasino p {
        font-size: 12px !important;
    }

    .boxcasinoonline .startimg {
        width: 12px;
        margin-top: -17px;
    }
}


/* 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 {
    padding: 30px;
    width: 32%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.137) !important;
    border-bottom: 0px !important;
    text-align: center;
    background-color: #1214195d;
    position: relative;
}


.servicbox:hover {
    background-color: #121419c2;
}



.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: right;
}

.circlebox {
    width: 90px;
    height: 90px;
    border-radius: 200px;
    padding: 20px !important;
    background-color: #070F1C;
    position: absolute;
    top: -45px;
}

.textservice {
    font-size: 20px !important;
    text-align: justify;
    color: #C4C4C6;
    margin-top: 20px;
    line-height: 200%;
}


@media (max-width: 768px) {

    .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;
    }

}


/* 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 #8F723E !important;
    border-radius: 200px !important;
    padding: 9px;
    font-size: 16px;
    cursor: pointer;
}

.Newtextheaderleft p {
    padding: 9px 14px !important;
}

.Newtextheaderleft p:hover {
    color: #8f7a53;
}

.Newtextheaderleft span:hover {
    color: #8f7a53;
}

.imgarticleheader {
    width: 30px;
    height: 30px;
    margin-top: -5px !important;
}

.article p {
    margin-top: 10px;
    text-align: justify;
    font-size: 23px;
    line-height: 200%;
    color: #C4C4C6;
}

.endarticle img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}


.textmbox {
    text-align: justify;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    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: 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;
    }

    .imgarticleheader {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle img {
        width: 15px !important;
        height: 15px !important;
    }

    .endarticle span {
        font-size: 12px !important;
    }


    .Newtextheaderleft>* {
        margin: 0 3px;
        border: 1px solid #8F723E !important;
        border-radius: 200px !important;
        padding: 7px;
        font-size: 10px !important;
    }

    .Newtextheaderleft p {
        padding: 7px 10px !important;
    }
}


/* section4 */
/* 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: 30px;
    width: 32%;
    background: url(../img/messegeboxcon.svg);
    background-size: cover;
    opacity: .8;
    border-right: 2px solid #A38246 !important;
    border-bottom: 2px solid #A38246 !important;
    border-radius: 25px;
    background-position: top left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.messagebox::before {
    content: "";
    width: 43px;
    height: 37px;
    position: absolute;
    left: 21px;
    bottom: 20%;
    background: url(../img/virgol.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.messagebox:hover {
    opacity: 1;
}




.messagebox h3 {
    font-size: 20px;
}

.messagebox small {
    font-size: 10px;
}

.messagebox p {
    font-size: 18px;
    text-align: justify;
    text-align-last: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.slidericonleftrightt {
    width: 7px !important;
    height: 7px !important;
    border-radius: 200px !important;
}

.carousel-indicators {
    position: absolute;
    bottom: -50px !important;
}

.carousel-indicators .active {
    background-color: #A38246 !important;
    color: #A38246 !important;
}

@media (max-width: 1500px) {
    .messagebox h3 {
        font-size: 14px;
    }

    .messagebox small {
        font-size: 8px;
    }

    .messagebox p {
        font-size: 12px;
        margin: 0px !important;
        margin-top: 10px !important;
    }

    .messagebox img {
        width: 50px;
    }

    .messagebox {
        border-right: 1px solid #A38246 !important;
        border-bottom: 1px solid #A38246 !important;
        border-radius: 11px;
    }

    .constart {
        padding: 0px !important;
        padding-left: 15px !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: 100%;
        margin-top: 20px;
    }

    .messagebox:nth-child(1) {
        margin-top: 0px;
    }

    .messagebox {
        width: 100%;
        margin-top: 20px;
    }

    .messagebox span {
        font-size: 13px;
    }

    .messagebox img {
        width: 50px;
    }

    .messagebox {
        border-right: 0px solid #A38246 !important;
        border-bottom: 2px solid #A38246 !important;
        border-radius: 15px !important;
    }

    .constart {
        padding: 0px !important;
        padding-left: 45px !important;
    }

    .messagebox h3 {
        font-size: 16px;
    }

    .messagebox small {
        font-size: 10px;
    }

    .messagebox p {
        font-size: 14px;
    }
}


@media (max-width: 460px) {

    .messagebox h3 {
        font-size: 16px;
    }

    .messagebox small {
        font-size: 10px;
    }

    .messagebox p {
        font-size: 14px;
    }


    .messagebox {
        border-right: 2px solid #A38246 !important;
        border-bottom: 0px solid #A38246 !important;
        border-radius: 15px !important;
    }

    .constart {
        padding: 0px !important;
        padding-left: 5px !important;
    }
}

/* section5 */

/* section6 */



/* section6 */
/* section7 */

/* section7 */
/* section8 */

.boxitemtext {
    background: #2424249c;
    border-bottom: 0px !important;
    padding: 30px !important;
    color: white !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    cursor: pointer;
}

.boxitemshow {
    margin-top: 20px !important;
    border: 1px solid #4B473A !important;
    padding: 30px !important;
    color: white !important;
    font-size: 18px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
}

.boxitemshowclose {
    margin-top: 20px !important;
    height: 0px;
    border: 0px solid #4B473A !important;
    padding: 0px !important;
    color: white !important;
    font-size: 18px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
}

.boxitemshow p,
.boxitemshowclose p {
    font-size: 18px !important;
    color: #C4C4C6;
    text-align: justify;
    text-justify: justify;
    line-height: 35px;
}


.boxitemtext h3 {
    font-size: 20px !important;
    padding-left: 10px !important;
    text-align: right !important;
}

.boxitemtext img {
    width: 45px !important;
}

@media (max-width: 600px) {

    .boxitemtext {
        padding: 15px !important;
    }

    .boxitemshow p {
        font-size: 14px !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;
}

.rightfooter {
    width: 100% !important;
}


.rightfooter .p {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.rightfooter .p:hover {
    color: #A38246 !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;
    }

    .rightfooter a {
        font-size: 12px !important;
    }


}

/* Footer */