/* 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-family: "Yekan_Bakh";
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    color: #fff;
    direction: rtl !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;
}

html {
    scroll-behavior: smooth !important;
    position: relative;
}




.m-con {
    padding-right: 130px !important;
    padding-left: 130px !important;
}


@media (max-width: 1100px) {

    .m-con {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

}

@media (max-width: 768px) {

    .m-con {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}


body {
    position: relative;
    min-width: 100vw !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
    background: #001510 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body::before {
    content: "";
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    inset: 0px !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    background: url(../img/bg.webp) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: -10;
    filter: blur(10px) grayscale(70%) !important;
    opacity: 0.3 !important;
}

body::after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    inset: 0px !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    background-color: #ffc87c15 !important;
    z-index: -9;
}


/* End default Code */


.access {
    max-width: 340px !important;
    margin: 0 auto !important;
    margin-top: 50px !important;
}

.access:hover {
    animation: shine 1.5s linear infinite !important;
}

@keyframes shine {
    50% {
        transform: scale(.9);
    }
}



@media (max-width: 992px) {
    .access {
        max-width: 50% !important;
        margin: 0 auto !important;
    }
    
    .flags svg {
    width: 48px;
    height: 36px;
    display: block;
    flex: 0 0 auto;
}

.flags a {
    width: 60px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flags section {
    min-height: 80px;
}

}


/* ------------------------------------------- */

.title1 {
    text-align: center !important;
    text-align-last: center !important;
    line-height: 200% !important;
}


.title1 h3,
.title1 span {
    font-size: 30px !important;
    letter-spacing: 0px !important;
}

@media (max-width: 992px) {

    .title1 h3,
    .title1 span {
        font-size: 20px !important;
    }

}

/* ------------------------------------------- */


.flags a {
    width: 5% !important;
    min-width: 60px !important;
    margin: 0 15px !important;

    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 40px !important;
    border-radius: 5px !important;
    transition: .2s !important;
}

.flags img {
    width: 100% !important;
}

.flags a:hover {
    transform: scale(.9) !important;
}


@media (max-width: 992px) {

    .flags a {
        width: 5% !important;
        min-width: 48px !important;
        margin: 10px 15px !important;
        height: 33px !important;
    }

}


/* ------------------------------------------- */



.buttons .mibtn {
    padding: 20px !important;
    border-radius: 15px !important;
    margin: 10px !important;
    font-weight: 900 !important;
    width: 25% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align-last: center;
    font-size: 20px !important;
    transition: .2s !important;
    border: 2px solid transparent !important;
    backdrop-filter: blur(5px) !important;
}



.mibtn2 {
    background-color: #fff !important;
    color: #0C353A !important;
}


.mibtn1 {
    background-color: #00DAA0 !important;
    color: #0C353A !important;
}

.btnanimated {
    animation: btnanimation 1s linear infinite !important;

}


@keyframes btnanimation {
    50% {
        transform: scale(.9);
    }
}

.buttons .mibtn:hover {
    transform: scale(1.05) !important;
    border: 2px solid #00DAA0 !important;
    background: none !important;
    color: #fff !important;
}

.bottontext {
    text-align: center !important;
    text-align-last: center !important;
    font-size: 25px !important;
}

@media (max-width: 992px) {

    .buttons .mibtn {
        padding: 10px !important;
        border-radius: 10px !important;
        margin: 15px !important;
        font-weight: 900 !important;
        width: 75% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-align-last: center;
        font-size: 16px !important;
        transition: .2s !important;
        border: 2px solid transparent !important;
        backdrop-filter: blur(5px) !important;
    }

    .bottontext {
        text-align: center !important;
        text-align-last: center !important;
        font-size: 18px !important;
    }
}


/* ------------------------------------------- */


.m-box {
    width: 23% !important;
    border-radius: 15px !important;
    background: #fff !important;
    position: relative !important;
    overflow: visible;
    border: 2px solid #00DAA0 !important;
    box-shadow: 0px 0px 10px 0px #0000005b !important;
    margin: 0 20px !important;
    min-width: 250px !important;
}

.m-box::after {
    content: "";
    border-radius: 15px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -2 !important;
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    bottom: -87px !important;
    background-color: #fff !important;
    transform: scale(.8) !important;
    border: 2px solid #00DAA0 !important;
    box-shadow: 0px 0px 10px 0px #0000005b !important;
    opacity: 0 !important;
    transition: .5s !important;
}


.m-box::before {
    content: "";
    border-radius: 15px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1 !important;
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    bottom: -45px !important;
    background-color: #fff !important;
    transform: scale(.9) !important;
    border: 2px solid #00DAA0 !important;
    box-shadow: 0px 0px 10px 0px #0000005b !important;
    opacity: 0 !important;
    transition: .5s !important;

}


.m-box img {
    border-radius: 15px 15px 0px 0px;
    max-height: 200px !important;
}



.m-box h3 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
    line-height: 200% !important;
    text-align: center !important;
    text-align-last: center !important;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 900 !important;
    margin-bottom: -20px !important;
    transition: .5s !important;
}

.m-box p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 170% !important;
    text-align: center !important;
    text-align-last: center !important;
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 5px !important;
}


.btnbox {
    background-color: #00DAA0 !important;
    color: #0C353A !important;
    padding: 8px 20px !important;
    border-radius: 10px !important;
    border: 1px solid #0C353A !important;
    transition: .5s !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    position: absolute;
    bottom: -30px !important;
    opacity: 0 !important;
    transition: .5s !important;
    animation: scalebtn 1s linear infinite !important;


}


@keyframes scalebtn {
    50% {
        transform: scale(1.05);
    }
}


.btnbox:hover {
    transform: scale(1.05);
}

.contexbottem {
    height: -0px !important;
    overflow: hidden !important;
    transition: .5s !important;

}

.m-box:hover .contexbottem {
    height: 90px !important;
    overflow: visible !important;
}

.m-box:hover::before,
.m-box:hover::after,
.m-box:hover .btnbox {
    opacity: 1 !important;
}


.m-box:hover h3 {
    margin-bottom: 0px !important;

}



@media (max-width: 992px) {

    .m-box {
        width: 70% !important;
        border-radius: 15px !important;
        background: #fff !important;
        position: relative !important;
        overflow: visible;
        border: 2px solid #00DAA0 !important;
        box-shadow: 0px 0px 10px 0px #0000005b !important;
        margin: 0 20px !important;
        min-width: auto !important;
        margin: 40px 20px !important;
    }


    .m-box h3 {
        font-size: 16px !important;
        margin-bottom: -20px !important;
    }

    .m-box:hover h3 {
        margin-bottom: -10px !important;
    }

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

    .btnbox {
        font-size: 14px !important;
        padding: 6px 15px !important;

    }



}







/* ------------------------------------------- */









.boxitem {
    background-color: #eca58200 !important;
    padding: 30px 25px !important;
    color: white !important;
    overflow: hidden !important;
    cursor: pointer;
    background-color: #ffffff18 !important;
    border-radius: 15px !important;
    padding-bottom: 23px !important;
    backdrop-filter: blur(5px) !important;
}

.borderselected {
    /* border-bottom: 1px solid #ffffff13 !important; */

    border-radius: 15px 15px 0px 0px !important;
    background-color: #ffffff2f !important;
}

.borderbotm {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.068) !important; */
}

.boxitemshow {
    margin-top: 0px !important;
    padding: 30px !important;
    color: white !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 35px !important;
    background-color: #ffffff2f !important;
    border-radius: 0px 0px 15px 15px !important;
    backdrop-filter: blur(5px) !important;
}

.boxitemshowclose {
    margin-top: 0px !important;
    height: 0px;
    padding: 0px !important;
    color: white !important;
    font-size: 18px !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 35px !important;
    padding-right: 30px !important;
}

.boxitemshow p,
.boxitemshowclose p {
    font-size: 18px !important;
    color: #ffffffcc;
    text-align: right !important;
    text-align-last: right !important;
    line-height: 35px;
    font-weight: 100 !important;
}


.boxitem h3 {
    font-size: 20px !important;
    font-weight: 100 !important;
    text-align: right !important;
    text-align-last: right !important;
}

.boxitem img {
    width: 15px !important;
}

@media (max-width: 600px) {

    .bgfooter {
        position: relative;
        margin-top: 0px !important;
        min-height: fit-content !important;
        padding: 0px !important;
        overflow: visible !important;
        padding-top: 10px !important;
    }


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

    .boxitem,
    .boxitemshow {
        padding: 20px !important;
        padding-bottom: 0px !important;
    }

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


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


    .boxitem img {
        max-width: 12px !important;
        margin-top: -4px !important;
    }



    .boxitem {
        padding: 15px 20px !important;
        padding-bottom: 7px !important;
        backdrop-filter: blur(5px) !important;
    }







    .boxitem {
        border-radius: 10px !important;
    }

    .borderselected {
        border-radius: 10px 10px 0px 0px !important;
    }



    .boxitemshow {
        border-radius: 0px 0px 10px 10px !important;
    }




}



/* ------------------------------------------- */


.text-animate h3 {
    font-size: 30px !important;
    text-align: center !important;
    text-align-last: center !important;
    font-weight: 900 !important;
    animation: changecolor 1.5s linear infinite !important;

}

@keyframes changecolor {
    50% {
        color: #00DAA0;
    }
}


.text-animate p {
    font-size: 25px !important;
    text-align: center !important;
    text-align-last: center !important;
}


@media (max-width: 992px) {
    .text-animate h3 {
        font-size: 18px !important;
        line-height: 200% !important;
    }



    .text-animate p {
        font-size: 16px !important;
        line-height: 200% !important;
    }
}

/* ------------------------------------------- */
iframe {
    border-radius: 15px !important;
    border: 2px solid #00DAA0 !important;
}

.box-video h3 {
    font-size: 30px !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-align-last: center !important;
    color: #00DAA0 !important;
}

.w-80 {
    width: 76% !important;
}

.box-video p {
    font-size: 16px !important;
    text-align: center !important;
    text-align-last: center !important;
}

@media (max-width: 992px) {

    .w-80 {
        width: 80% !important;
    }

    .box-video h3 {
        font-size: 18px !important;
        line-height: 200% !important;
        padding: 0 40px !important;
    }

    .box-video p {
        font-size: 14px !important;
        line-height: 200% !important;
        padding: 0 40px !important;
    }
}


/* ------------------------------------------- */



.conmymessage {
    position: relative !important;
}


.intro-message {
    color: #525252 !important;
    font-size: 18px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-align: center !important;
    text-align-last: center !important;
}



.message {
    width: 38% !important;
    background: #fff !important;
    border-radius: 15px !important;
    padding: 2px !important;
    position: relative !important;
    overflow: hidden !important;
}


.message:nth-child(1) {
    width: 35% !important;
    transform: scale(.9) translateX(5%) !important;
}

.message:nth-child(3) {
    width: 35% !important;
    transform: scale(.9) translateX(-5%) !important;

}

.message::before {
    content: "";
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background: url(../img/conmessage.svg);
    background-size: 30% !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    left: 15% !important;
    bottom: -15% !important;
    opacity: .6 !important;
}

.message small {
    font-size: 12px !important;
    color: #25314C !important;
    font-weight: 900 !important;

}


.message p {
    color: #5D6770 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-align: right !important;
    text-align-last: right !important;
    font-size: 16px !important;
    line-height: 170% !important;
}


.message h3 {
    font-size: 18px !important;
    color: #5D6770 !important;
    text-align: right !important;
    text-align-last: right !important;
    font-weight: 900 !important;
}

.intro-games {
    text-align: right !important;
    text-align-last: right !important;
    font-size: 18px !important;
    line-height: 200% !important;
}


.message h5 {
    font-size: 16px !important;
    color: #5D6770 !important;
    text-align: right !important;
    text-align-last: right !important;
}

.message .userimg {
    width: 60px !important;
    height: 60px !important;
}

.message img {
    border-radius: 15px !important;
}

.textslider {
    font-size: 30px !important;
    text-align: right !important;
    text-align-last: right !important;
}


@media (min-width: 992px) {
    .w-lg-70 {
        width: 70% !important;
    }
}

@media (max-width: 992px) {


    .message {
        width: 100% !important;
        border-radius: 10px !important;
        padding-left: 2px !important;
        padding-bottom: 2px !important;
        padding-right: 2px !important;
        padding-block-start: 2px !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .message img {
        border-radius: 10px !important;
    }




    .message:nth-child(1),
    .message:nth-child(3) {
        position: absolute !important;
        width: auto !important;
    }

    .message:nth-child(1) {
        right: 0px !important;
        transform: scale(.8) translateX(0px) !important;
        filter: blur(5px) !important;
        z-index: -1;
    }

    .message:nth-child(3) {
        z-index: -1;
        left: 0px !important;
        transform: scale(.8) translateX(0px) !important;
        filter: blur(5px) !important;
        z-index: -1;
    }




    .message p {
        font-size: 14px !important;
        line-height: 180% !important;
        margin-top: 15px !important;
    }


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


    .message h5 {
        font-size: 14px !important;
    }

    .message img {
        width: 60px !important;
    }

    .message .userimg {
        width: 50px !important;
        height: 50px !important;
    }



    .message small {
        font-size: 10px !important;

    }


    .message::before {
        content: "";
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        background: url(../img/conmessage.svg);
        background-size: 30% !important;
        background-position: left bottom !important;
        background-repeat: no-repeat !important;
        left: 10% !important;
        bottom: -10% !important;
        opacity: .5 !important;
    }



    .intro-message {
        color: #525252 !important;
        font-size: 14px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2 !important;
        overflow: hidden;
        text-align: center !important;
        text-align-last: center !important;
        line-height: 200% !important;
        width: 90% !important;

    }




    .conmessagenew {
        margin-top: 20px !important;
        padding-top: 30px !important;
        padding-bottom: 85px !important;
    }
}



.carousel-indicators {
    bottom: -50px !important;
}

.carousel-indicators li {
    background-color: #CECECE !important;
    bottom: -30px !important;
    border-radius: 200px !important;
    width: 7px !important;
    height: 7px !important;
}

.carousel-indicators .active {
    background: linear-gradient(#fff, #fff) !important;
    width: 15px !important;
}

@media (max-width: 600px) {

    .carousel-indicators {
        bottom: -30px !important;
    }


    .carousel-indicators li {
        background-color: #CECECE !important;
        border-radius: 200px !important;
        width: 5px !important;
        height: 5px !important;
    }

    .carousel-indicators .active {
        background: linear-gradient(#fff, #fff) !important;
        width: 10px !important;
    }

    .intro-games {
        text-align: right !important;
        text-align-last: right !important;
        font-size: 14px !important;
        line-height: 200% !important;
    }

    .textslider {
        text-align: right !important;
        text-align-last: right !important;
        font-size: 18px !important;
        line-height: 200% !important;
    }

}



/* ------------------------------------------- */


.textfooter {
    font-size: 20px !important;
    text-align: center !important;
    text-align-last: center !important;
    line-height: 200% !important;
}

.textfooter span {
    font-size: 20px !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #00DAA0 !important;
}


@media (max-width: 992px) {
    .textfooter {
        font-size: 14px !important;
    }

    .textfooter span {
        font-size: 14px !important;
    }

}


.socialicons a {
    width: 35px !important;
    margin: 0 5px !important;
    transition: .2s !important;
}

.socialicons img {
    width: 100% !important;
    height: 100% !important;
}

.socialicons a:hover {
    transform: scale(1.1) !important;
}
.flags > section {
    width: 72px !important;
    max-width: 72px !important;
    min-height: 82px !important;
    overflow: visible !important;
}

.flags > section > a {
    width: 60px !important;
    min-width: 60px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flags > section > a svg {
    width: 48px !important;
    height: 36px !important;
    min-width: 48px !important;
    min-height: 36px !important;
    display: block !important;
    overflow: visible !important;
    direction: ltr !important;
}

.flags h6 {
    margin-top: 10px !important;
    text-align: center !important;
}