/*
Theme Name: Mag.Magnovin
Text Domain: rahiline.ir
Version: 1.0.0
Description: Mag.Magnovin theme
Author: RahiLine
Author URI: https://rahiline.ir
Theme URI: https://rahiline.ir
*/


/* html{
	overflow: hidden !important;
} */


:root {
    --color-cyan: #007481;
    --color-light-cyan: #00b9cd;
    --color-dark: #2b2b2b;
}



body {
    font-family: 'Tahoma', sans-serif;
    margin: 0 !important;
    background-color: #0e0e0e;
    overflow: hidden;
}

a {
    color: var(--color-light-cyan);
    text-decoration: none;
}

.home_posts img {
    width: 68px;
    height: 68px;
}

.home_posts a {
    color: var(--color-dark);
    font-weight: bold;
    transition: all 0.3s;
}

.home_posts a:hover {
    color: var(--color-cyan);
}






.magnovin {
    max-width: 420px;
    margin: 0 auto;
}



/*.clickable,
.click {
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    animation: shimmer 3s infinite !important;
}

@keyframes shimmer {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%;
    }

    100% {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%;
    }
}*/

.click,
.clickable {
    animation: blink 2s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
    }

    25% {
        opacity: 0.8;
        transform: scale(1.02);
        filter: brightness(1.2);
    }

    50% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
    }

    75% {
        opacity: 0.8;
        transform: scale(1.02);
        filter: brightness(1.2);
    }
}







.litebox-overlay .litebox-close {
    display: block !important;
}




footer {
    background-color: var(--color-dark);
    color: #fff;
    bottom: 0;
    z-index: 9999;
    padding: 16px 0px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

footer a {
    font-weight: bold;
}

footer a i {
    margin-top: -5px;
}

.footer_container {
    width: 320px;
}

.bg_sound i {
    padding: 8px 7px;
}

.powered_by {
    font-size: 10px;
}









/* ********************* Custom LightBox >>> */
.custom-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 9999;
    text-align: center;
}

.custom-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.custom-lightbox img {
    display: inline-block;
    max-width: 100%;
    margin: 5px;
}

.custom-lightbox-close {
    position: absolute;
    top: -22px;
    right: -12px;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    color: #232323;
    border: #121212 solid 2px;
    border-radius: 50%;
    padding: 0px 12px 4px 12px;
    background-color: #fff;

}

/* ********************* <<< Custom LightBox */


#landscapeMode {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("assets/img/landscape.webp") no-repeat 100% 100%;
    background-size: cover;
    background-position: center;
}










/* ********************* Chatok >>> */
#chatok-bubble {
    scale: 0.8 !important;
    bottom: 38px !important;
    right: 0px !important;
}

/* ********************* <<< Chatok */




/* ********************* ss-slider >>> */
.n2-ss-slider .n2-ss-item-image-content {
    overflow: visible !important;
}

.n2-ss-full-page--constrain-ratio .n2-ss-slide {
    overflow: hidden !important;
}

/* ********************* <<< ss-slider */



@media only screen and (max-width: 480px) {
    /* footer {
        padding: 22px 0px;
    } */
}