.sec_ttl{
    font-size: 150%;
    font-family: var(--ft-t1);
    margin: 0 0 30px;
}

.view_dekstop {
    @media(width<575px){
        display: none;
    }
}
.view_mobile {
    @media(width>=575px){
        display: none;
    }
}

[mn="100"]{
    padding: 15px 0;
    background-color: #19232c;

    img{
        max-height: 30px;
    }
} 
[mn="101"]{
    background-color: #f0f3f7;
    padding: 30px 0 15px;

    @media(width<575px){
        padding-top: 0;
        
        .container{
            padding: 0;
        }
    }

    .mySwiper {

        /* overflow: visible; */
        
        & a {
            text-decoration: none;
        } 
        
        .swiper-pagination {
            position: relative;
        }
        
        .swiper-button-next,
        .swiper-button-prev {
            aspect-ratio: 1 / 1 !important;
            background-color: var(--clr01);
            width: 40px;
            height: auto;
            border-radius: 50%;
        }
    
        .swiper-button-next:after,
        .swiper-button-prev:after {
            color: #fff;
            font-size: 15px;
        }
    
        .swiper-pagination-bullet-active {
            background-color: var(--clr01);
        }
    }
} 


[mn="102"]{
    background-color: #19232c;
    color: #fff;

    @media(width<575px){
        text-align: center;
        .copyrightbx{
            justify-content: center; 
        }
    }

    .company_logo{
        margin: 0 0 30px;
        img{
            max-height: 30px;
        }
    }

    .copyrightbx{
        color: #ccc;
        margin-top: 60px;
        gap: 30px 15px;
        line-height: 1;
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }
}


[mn="103"]{
    background-color: #f0f3f7;
    .categorylistbx{
        --listset-count: 6;

        @media(width<991px){
            --listset-count: 3;
        }

        .bimgw{
            border-radius: 25px;
            box-shadow: 0 9px 21px -12px rgba(0, 0, 0, .35);

            @media(width<575px){
                border-radius: 15px;
            }
            .bimg{
                padding-top: 60%;
            }
        }
    }
}
[mn="104"]{
    background-color: #e0e0e8;

    .categorylistbx{
        --listset-count: 6;

        @media(width<991px){
            --listset-count: 3;
        }

        .bimgw{
            border-radius: 25px;
            box-shadow: 0 9px 21px -12px rgba(0, 0, 0, .35);

            @media(width<575px){
                border-radius: 15px;
            }
            .bimg{
                padding-top: 60%;
            }
        }

        .categorybx{
            flex: 0 0 200px;
            max-width: 200px;
            width: 200px;

            @media(width<575px){
                flex: 0 0 150px;
                max-width: 150px;
                width: 150px;
            }
        }
    }

    

    .marquee {
        --offset: 20vw; 
        --move-initial: calc(-25% + var(--offset));
        --move-final: calc(-50% + var(--offset)); 
        position: relative;
        font-size: 6vw;
        overflow: hidden;
        /* --offset: 17px;  */
    
        ._imgobj {
            margin: 0;
        }
        & img { 
            /* margin: 6px 0; */
            /* padding: 0 25px; */
            /* filter: drop-shadow(-4px 4px 3px rgba(0, 0, 0, .23)); */
            max-width: 50vw;
            max-height: 120px;
        } 
        .marquee__inner {
            --time: 12s;
            white-space: nowrap;
            width: fit-content;
            display: flex;
            position: relative;
            transform: translate3d(var(--move-initial), 0, 0);
            animation: marquee var(--time) linear infinite;
            align-items: center;
            flex-wrap: nowrap;
            gap: 15px;
    
            &:hover{
                animation-play-state: paused;
            }
            
        }
    
        .marquee__inner:nth-child(odd) {
            animation-direction: var(--anime_direction);
        }
        .marquee:hover .marquee__inner {
            /* animation-play-state: running; */
        } 
    }
} 

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    } 
    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
















[mn="105"]{
    background-color: #f0f3f7;

    .categorylistbx{
        --listset-count: 2;
        --listset-gap: 25px;
        line-height: 1;

        @media(width<991px){
            --listset-count: 1;
        }
    }

    .categorybx{
        background-color: #fff;
        border-radius: 35px;
        padding: 6px;
        box-shadow: 0 9px 21px -12px rgba(0, 0, 0, .35);
        min-height: 100px;
        
    }

    .titlebx{
        background-color: #2f383f;
        border-radius: 50px;
        padding: 9px;

        @media(width<575px){
            padding: 6px;
        }

        .img_vip{
            position: absolute;
            left: 0;
            top: 0;
            width: 10%;
            z-index: 21;
            translate: -9px -9px;

            @media(width<575px) {
                width: 14%;
            }
        }

        .div-l{
            flex: 0 0 50%;
            max-width: 50%;

            .partner_logo{
                .bimg{
                    padding-top: 13.5%;

                    @media(width<575px){
                        padding-top: 19.5%;
                    }
                }
            }
            
        }

        .btn{
            padding: 12px 15px;
            min-width: unset;
            border-radius: 50px;

            @media(width<575px){
                padding: 9px;
            }

            &.btn_website{
                --btnbgclr: var(--clr01x, #808080);
                --btnbgclrhov: var(--clr02);
                --btnborderclr: var(--btnbgclr);
                --btnborderclrhov: var(--btnbgclrhov);
                --btnclr: var(--clr01x, #fff);
                --btnclrhov: var(--clr02x, #fff);
            }
            &.btn_whatsapp{
                --btnbgclr: var(--clr01x, #32d951);
                --btnbgclrhov: var(--clr02x, #34a348);
                --btnborderclr: var(--btnbgclr);
                --btnborderclrhov: var(--btnbgclrhov);
                --btnclr: var(--clr01x, #fff);
                --btnclrhov: var(--clr02x, #fff);
                padding: 3px;
                min-width: 75px;

                @media(width<370px){
                    min-width: auto;
                }

                .bimgbx{
                    line-height: 0;
                    width: 25px;

                    .bg-mask{
                        background-color: var(--btnclr);
                    }
                }

                &:hover{
                    .bimgbx{ 
                        .bg-mask{
                            background-color: var(--btnclrhov);
                        }
                    }
                }
                
            }
        }
    }

    .infobx{
        & > * {
            position: relative;

            &:after{
                content: '';
                display: block;
                position: absolute;
                height: calc(100% - 30px);
                width: 1px;
                background-color: #ccc;
                left: 50%;
                top: 50%;
                translate: -50% -50%;
            }
        }

        .div-{
            flex: 0 0 50%;
            max-width: 50%;
            text-align: center;
            padding: 15px 0;
        }

        .ttl{ 
            margin: 0 0 6px;
            @media(width<575px){
                font-size: 70%;
            }
        }

        .value{
            font-size: 300%;
            font-family: var(--ft-t2);
            color: #44be4c;

            @media(width<575px){
                font-size: 240%;
            }

            .sign{
                font-size: 75%;
            }
        }

    }

}
















































/* ================================ */
/* ================================ */

[mn="menu"]{
    padding: 15px 0;

    .logo{
        line-height: 1;
    }
}

nav {
    line-height: 1;
}

nav :is(ul, li) {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-t1);
    /* font-size: 110%; */
    /* text-transform: uppercase; */
    text-decoration: none;
    color: inherit;
    position: relative; 
}

nav a:hover,
nav a.active {
    color: var(--clr02)
}


.mobilenavw nav>ul {
    gap: 15px;
}

nav>ul {
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}

nav>ul>li>a{
text-transform: uppercase;
}
nav>ul li a i {
    margin: 0 0 0 6px;
}

nav>ul>li~li {
    /* margin: 0 0 0 12px;
    padding: 0 0 0 12px; */
    position: relative
}

@media (max-width: 767px) {
    nav>ul>li ul {
        padding: 0 0 0 12px !important
    }

    nav>ul>li>ul li {
        width: 100%;
        font-size: 80%;
    }

    nav>ul>li>ul li~li {
        border-top: 1px solid #eee
    }

    nav>ul>li>ul a {
        text-transform: initial;
        width: 100%;
        justify-content: flex-start;
    }
}

@media (min-width: 767px) {
    nav>ul>li>ul {
        position: absolute;
        bottom: -15px;
        right: 50%;
        translate: 50% 100%;
        scale: 1 0;
        /* display: none; */
        min-width: 250px;
        background-color: #fff;
        padding: 9px;
        transition: .6s all .3s ease;
        display: block;
        transform-origin: top;
        border: 1px solid #999;
        border-radius: 3px;
    }

    nav>ul>li:hover{
        z-index: 4;
    }
    nav>ul>li:hover>ul {
        transition: .6s all ease;
        scale: 1 1;
        
    }

    nav>ul>li>a:not(.vbtn) { 
 
        .main_nav{
            translate: 0 0;
            display: block;
            text-align: center;
        } 

        &::after{
            content: '';
            width: 100%;
            height: 3px;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0; 
            translate: 0 9px;
            background-color: var(--clr01);
            opacity: 0;
            /* transition: .6s all cubic-bezier(0.075, 0.82, 0.165, 1); */
        }

        &:hover,
        &.active{
            &::after{ 
                width: 100%; 
                opacity: 1;
            }
        }

    }
    nav>ul>li>ul a {
        text-transform: initial;
        width: 100%;
        justify-content: flex-start;
        padding: 9px !important;
        border-radius: 3px;
    }

    nav>ul>li>ul a:hover,
    nav>ul>li>ul a.active {
        /* background-color: #444; */
        color: var(--clr02);
    }

    nav>ul>li>ul li {
        width: 100%;
        justify-content: flex-start;
    }

    nav>ul>li>ul li~li {
        /* margin-top: 9px; */
    }
}

@media (min-width: 767px) {
    /* nav > ul > li::after {
        content: '';
        display: block;
        right: 0;
        top: 50%;
        translate: 0 -50%;
        height: 12px;
        width: 2px;
        background-color: #999;
        position: absolute;
    }
    nav > ul > li:last-child::after {
        display: none;
    } */
}

.dekstopnav .main>* {
    padding: 3px 0
}
 

.mobilenav {
    position: fixed;
    height: 100vh;
    background-color: rgba(0 0 0 / 50%);
    z-index: 50;
    padding: 0 0 0 0;
    width: 100% !important;
    display: block;
    translate: -101% 0;
    opacity: 0;
    transition: .6s all .3s ease;
}

.mobilestickbx {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 12px;
    width: 100% !important;
    background-color: var(--clr02x, #fff);
    z-index: 50;
    /* border-bottom: 1px solid #ccc; */
}

.mobilestickbx .mobilesocialcon {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%
}

.mobilestickbx img {
    max-height: 45px;
    max-width: calc(100% - 45px);
}

.mobilestickbx ._imgobj {
    max-width: 28vw;
}

.mobilestickbx{

    .otherbx{
        gap: 15px;
        margin-top: 12px;
    }

}

.mobilenav nav a {
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    color: inherit;
    text-decoration: none;
    padding: 6px 0;
    font-size: 150%;

    .sub_nav{
        width: 100%;
        font-family: var(--ft-t1);
        font-weight: bold;
        font-size: 80%;
        margin: 6px 0 0;
    }
}

.mobilenav.active {
    translate: 0 0;
    opacity: 1;
    transition: .3s all ease;
}

.mobilenavw {
    transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100vh;
    background-color: #fff;

    width: calc(100% - 90px) !important;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    translate: -101% 0;
    opacity: 0;
    max-width: 400px;
}

.mobilenav.active .mobilenavw {
    transition: .9s all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    translate: 0 0;
    opacity: 1;
}

.mobilenav nav {
    padding: 90px 24px 15px;
}

.mobilenav .infobx {
    padding: 0 24px 60px;
}

.mobilenav .infow {
    border-top: 1px solid #ccc;
    padding: 21px 0 0;
}

.mobilenav nav :is(ul, li) {
    margin: 0;
    padding: 0;
}

.mobilenav nav>ul>li {
    flex: 0 0 100%;
}

.mobilenav nav a {
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    color: inherit;
    text-decoration: none;
    flex-wrap: wrap;
}
.mobilenav nav a.vbtn {
   padding: 15px !important; 
}

.mobilenav nav .med a {
    width: auto;
    flex: auto
} 

/* ===================== */
.menuburger {
    --square: 35px;
    --height: 3px;
    --top: 9px;
    --vpadding: 15px;
    --bgclr: var(--clr01);
    --radius: 5px;
    position: fixed;
    width: var(--square) !important;
    height: var(--square);
    top: 4px;
    right: 15px;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 55;
    scale: 0.7;
}

.menuburger .icon {
    transition-duration: 0.5s;
    position: relative;
    height: var(--height);
    width: var(--square);
    top: 0;
    background-color: var(--bgclr);
    border-radius: var(--radius)
}

.menuburger .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: var(--square);
    height: var(--height);
    background-color: var(--bgclr);
    content: "";
    top: calc(-1 * var(--top));
    border-radius: var(--radius)
}

.menuburger .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: calc(var(--square) / 2);
    height: var(--height);
    background-color: var(--bgclr);
    content: "";
    top: var(--top);
    border-radius: var(--radius)
}

.menuburger.open {
    --bgclr: var(--clr02);
}

.menuburger.open .icon {
    transition-duration: 0.5s;
    transform: rotateZ(180deg);
}

.menuburger.open .icon:before {
    transform: rotateZ(45deg) scaleX(0.75) translate(var(--top), -6px);
}

.menuburger.open .icon:after {
    width: var(--square);
    transform: rotateZ(-45deg) scaleX(0.75) translate(var(--top), 6px);
}


.mobilestickbxp,
.dekstickbx {
    width: 100% !important;
}

.dekstickbx {
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */
    transition: 2s all cubic-bezier(0.075, 0.82, 0.165, 1);
    translate: 0 -101%;
}

body.scrolled .dekstickbx {
    translate: 0 0;
}

.dekstickbx .logo img {
    max-height: 55px;
}

.dekstickbx .logo ._imgobj img {
    max-height: 15px;
}

@media (max-width: 767px) {

    .dekstickbx,
    [mn="menu"] {
        display: none;
    }
}

@media (max-width: 575px) {
    .mobilestickbx>* {
        /* justify-content: flex-end; */

    }
}

@media (min-width: 767px) {

    .menuburger,
    .mobilestickbxp,
    .mobilestickbx,
    .mobilenav {
        display: none !important;
    }
}
 
:where(.mobilenav, .topmenu) .iconbx a {
    text-decoration: none;
}

:where(.mobilenav, .topmenu) .iconbx { 
    --clr: var(--secftclr, #000);
    --clrhov: var(--secftclr, #000);
    --font: inherit;
    font-size: 80%;
    margin: 0 6px 0 0;
}

:where(.mobilenav, .topmenu) .iconbx h4 {
    font-family: inherit;
    font-size: inherit;
    color: inherit; 
    margin: 0 0 3px;
}
/* ============ */
/* ============ */
/* ============ */
nav .horibar {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    margin: 0;
    transition: .4s all ease;
    opacity: 0;
    display: none;
}

nav li>a.active .horibar,
nav a:hover .horibar {
    opacity: 1
}

nav .horibar:before {
    width: 20px;
}

nav .horibar:after {
    width: 10px;
}

nav .med .scon {
    border-radius: 3px;
}

.mobilenavw .horibar {
    display: none;
}

.mobilenav .med .scon {
    border-radius: 3px
}

/* .mobilenavw .med .bimg, */
nav .med .bimg {
    background-color: #fff
}

nav .mediabx .unit {
    margin: 0 0 0 9px
}

.dekstickbx nav .med .bimg {
    background-color: #000
}

.med .scon.special {
    overflow: visible;
}

.med .scon.special ul {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 12px;
    translate: 0 100%;
    background: #fff;
    display: none;
    list-style: none;
    margin: 0 !important;
}

.med .scon.special ul a {
    color: inherit
}

.med .scon.special ul li~li {
    margin: 9px 0 0;
}

.med .scon.special ul li {
    width: 100%;
}

.med .scon.special:hover ul {
    display: block;
}

@media (max-width: 767px) {
    .mobilenav .med .scon.special ul {
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}

[mn="menu"] img.decor {
    max-height: 100%;
} 
 

body.nobanner [mn="menu"] .dekstopnav>* {
    margin-top: 0px;
}

nav .login {
    color: #ec008c
}

li .med .scon {
    border: 0 !important;
    background-color: transparent;
}

li .med .bimg {
    background-color: var(--clr01);
}

.med .count {
    --square: 15px;
    width: var(--square);
    height: var(--square);
    position: absolute;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 75%;
    font-family: var(--ft-t2);
}

.medstick {
    position: fixed;
    right: 5px;
    top: 81px;
    z-index: 10;
    width: 40px;
}

@media (min-width: 767px) {
    .medstick {
        display: none;
    }
}

.mobilestickbx .med {
    margin-left: 21px;
}

.mobilestickbx .med .scon {
    max-width: 30px;
    width: 30px;
    background-color: transparent;
    border: 0;
    overflow: initial;
}

.mobilestickbx .med .scon {
    max-width: 30px;
    width: 30px;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.mobilestickbx .med .bimg-w {
    background-color: transparent;
}

.mobilestickbx .med .bimg {
    background-color: #000;
    min-width: 18px;
    min-height: 18px;
}

.mobilenav .mediabx {
    padding: 15px 24px;
}
.mobilenav .mediabx,
.dekstickbx .mediabx,
.mobilestickbx .mediabx,
[mn="menu"] .mediabx {
    --bgclr: var(--clr01x, #fff);
    --bghovclr: var(--clr01);
    --pd: 6px;
    --mediaborderradius: 3px;
    --iconclr: var(--clr01);
    --mediaborder: 2px solid #ccc;
    --mediahovborder: 2px solid var(--bghovclr);
 
}
.othernavbx{
    padding: 15px 0 0;
    border-top: 1px solid #000;
    margin: 15px 0 0;
    line-height: 1;

    a{
        text-decoration: none;

        &:hover{
            color: var(--clr02);
        }
    }

    .othernavw{
        --gap: 21px;
        gap: var(--gap);

        .othernav-{
            position: relative;

            &::after{
                content: '';
                position: absolute;
                display: block;
                right: calc(var(--gap) / 2 * -1);
                top: 0;
                translate: -50% 0;
                height: 100%;
                width: 1px;
                background-color: #000;
            } 
            &:last-child::after {
                display: none;
            }
           
        }
    }

    :is(select){
        margin: 0; 
    }
}
.iconbtnbx{
    --mask-clr: #000;

    a:hover{
        --mask-clr: var(--clr02);
    }
    .iconbtnw{
        gap: 15px;
    }
    .icon-{
        width: 30px; 
    }
    .bg-mask{
        background-color: var(--mask-clr);
    }
}

.otherbx{
    --div: 210px;
    --div-l: 1 0 0;
    --div-r: initial;
    gap: 0 45px;

    .div-{
        &.div-l{
            flex: var(--div-l);
        }
        &.div-r{
            flex: var(--div-r);
        }
    }

    .suchbx{
        :is(input){
            margin: 0;
            width: 100%;
            padding-right: 45px;
        }
        button{
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
            padding: 0 15px;
            background-color: transparent;
            border: 0;
            cursor: pointer;
            font-size: 100%;
        }
    }
    
}

[mn="footer"]{
    padding-bottom: 0;
    background-color: #f7f7f7;

    ul, li {
        padding: 0;
        list-style: none;

        a:not(:hover) {
            text-decoration: none;
        }
    }

    ul {
        li ~ li {
            margin-top: 6px;
        }
    }

    .copyright{
        padding: 15px;
        background-color: #000;
        color: #fff;
        text-align: center;
    }

    .pament_methodbx{
        text-align: center;
        padding: 15px;
    }

    .info-{

        .ttl{
            font-family: var(--ft-t1);
        }
        ._content{
            font-size: 90%;
        }

    }
}







 
/* ================================ */
/* ================================ */

.scrollTop,
.whatsappstickybx {
    display: none;
}

/* ================================ */
/* ================================ */
