*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root{
    --t2: all 0.2s ease;
    --t3: all 0.3s ease;
    --t4: all 0.4s ease;
    --t5: all 0.5s ease;

    --tw3: width 0.3s;
    --tw4: width 0.4s;
    --tw5: width 0.5s;
/* 
    --highlight: var(--pri); */

    --success : rgb(78, 199, 78);
    --danger : rgb(210, 62, 78);
    --warning : rgb(210, 205, 62);
    --normal : rgb(62, 87, 210);
    --unavailable : rgb(167, 167, 167);


    --text-color1 : #212121;
    --text-color2 : #ccc;
    --text-color3 : #181818;

    --bgc1: white;
    --bgc2: black;

    --bgtransw : rgba(255, 255, 255, 0.533);
    --bgtransb : rgba(0, 0, 0, 0.236);

    /* diff */

    --border-faded: rgba(255, 255, 255, 0.174);
    --heading-size: 40px;
    --border-faded_extreme: rgba(62, 61, 61, 0.251);
    --dark-b: black;
    --nice-b: #212121;
    --nice-b_light: #494949;
    --nice-white: #ccc;
    --faded-white: #cccccca6;
    --white-white: white;
    --white-body: rgb(245, 243, 243);
    --body-color: rgba(0, 0, 0, 0.951);
    --body-color-gradient: linear-gradient(45deg, var(--dark-b), var(--dark-d));
    --modal-b : rgba(0, 0, 0, 0.405);
    --modal-c : var(--nice-white);

    --dark-gradient: linear-gradient(
        45deg, var(--dark-b), var(--nice-b_light), var(--nice-b)
    );
    
    --gradient1: var(--dark-gradient);
    --gradient2: var(--dark-gradient);
    --gradient3: var(--dark-gradient);
    --gradient4: var(--dark-gradient);

    --bs-green : #198754;
    --nice_green:  #18b201;
    --light-l: teal;
    --dark-l :  rgb(9, 116, 116);
    /* --light-l: gold;
    --dark-l :  rgba(255, 217, 0, 0.597); */
    --light-l2: rgb(222, 13, 222);
    --dark-l2 :  purple;

    --dnice-b: #181818;
    --dnice-l: rgb(50, 107, 50);

    /* --dark-l : rgb(23, 195, 23); */
    --light-d:  var(--nice_green);
    --dark-d :var(--bs-green);

    --gradient: linear-gradient(to bottom, var(--dnice-b), var(--nice-b));
    --reverse-bw: var(--dark-b);
    --bt-nav-b: rgba(0, 0, 0, 0.452);
    /* --text-color: var(--nice-white); */
    --text-color: var(--white-white);
    --themed_color: var(--light-d);
    --themed_color_light: var(--dark-d);
    --danger:#dc3545;
    /* --danger:rgba(255, 0, 0, 0.801); */
    --bx-shad-sm: 4px 5px 15px var(--themed_color_light);
    --bx-shad-sm2: 10px 4px 20px var(--themed_color_light);
    --ddiv-b: var(--dnice-b);
    --ddiv-b2: var(--dnice-b);
    --ddiv-bh: var(--nice-b); 
    --icn-c: var(--nice-b);
    --icn-b: var(--themed_color_light);
    --icn-hc: var(--themed_color);
    --icf-c: var(--themed_color_light);
    --icf-b: var(--nice-b);
    --icf-hc: var(--themed_color);
    --icn-hb: var(--dark-b);
    --ici-c: var(--themed_color_light);
    --ici-hc: var(--nice-white);
    --ici-hb: transparent;
    --icon-list-c: var(--text-color);
    --icon-list-c: var(--text-color);

    --ic-card-b: rgba(0, 0, 0, 0.592);
    --text-bord-b: var(--nice-b);
    --text-bord-c:var(--themed_color);


}

body.light{
    --bxl : 4px 10px 10px rgba(112, 112, 112, 0.422);
    --bxl2 : 0px 5px 15px rgb(112, 112, 112);
    --bxl3 : 0px 4px 10px rgb(112, 112, 112);

    --gradient1: linear-gradient(
        45deg, #12c2e9, #c471ed, #f64f59
    );
    --gradient2: var(--gradient);
    --gradient3: linear-gradient(
        45deg,  #f64f59, #12c2e9, #c471ed 
    );
    --gradient4: linear-gradient(
        45deg,  var(--light-l), var(--light-l2), var(--bs-green) 
    );

    --modal-b : rgba(255, 255, 255, 0.486);
    --modal-c: var(--nice-b_light);
    --border-faded: var(--border-faded_extreme);





    --gradient: linear-gradient(to bottom, var(--light-l2), var(--dark-l2));
    --reverse-bw: var(--white-body);
    --bt-nav-b: rgba(187, 186, 186, 0.571);
    --text-color: var(--nice-b);
    --body-color: var(--white-body);
    /* --body-color-gradient: var(--white-body); */
    /* linear-gradient(45deg, var(--dark-b), var(--dark-d)); */
    --body-color-gradient: linear-gradient(75deg,  var(--dark-l), var(--white-body)); 
    --themed_color: var(--light-l);
    --themed_color_light: var(--dark-l);
    --ddiv-b: var(--light-l2);
    --ddiv-b2: var(--white-white);
    --ddiv-bh: var(--white-white);
    --icn-c: var(--white-white);
    --icn-b:  var(--light-l);
    --icn-hc: var(--themed_color);
    --icn-hb: var(--nice-b_light);
    --icf-c: var(--themed_color_light);
    --icf-b: var(--white-white);
    --icf-hc: var(--themed_color);
    --ici-c: var(--themed_color);
    --ici-hc: var(--dark-b);
    --ic-card-b:var(--white-body);
    --text-bord-b: var(--white-white);

}


/* diff */
.ang::after{
    transform: var(--ang);
}

.bggr{
    position: relative;
    padding: 2rem 10px;
}

.bggr::after{
    content: '';
    position: absolute;
    background: var(--grd);
    z-index: -1;
    inset: 0;
}


.thbg1{
    background: var(--ddiv-b);
}
.thbg2{
    background: var(--ddiv-b2);
}
.thbg3{
    background: var(--nice-b);
}
.thbg4{
    background: var(--ddiv-bh);
}
.thbg5{
    background: var(--light-l);
}
.bg-b{
    background: var(--body-color);
}

.thbp{
    background: var(--themed_color);
}
.thbs{
    background: var(--themed_color_light);
}

.thbtc{
    background: var(--text-color);
}


.thcp{
    color: var(--themed_color);
}
.thcs{
    color: var(--themed_color_light);
}
.cfdw1{
    color: var(--faded-white);
}

.thic1{
    color: var(--icn-c);
}
.thib1{
    background: var(--icn-b);
}

.tcrbw{
    color: var(--reverse-bw);
}

.nicebbg{
    background: var(--dnice-b);
}
.nicebc{
    color: var(--dnice-b);
}

.brdth1{
    border: 1px solid var(--themed_color);
}
.brdth2{
    border: 1px solid var(--themed_color_light);
}

.mdbg{
    background:var(--modal-b);
}

/* diff */



.brsuc{
    border: 1px solid var(--success);
}
.brsuc3{
    border: 3px solid var(--success);
}
.brdan{
    border: 1px solid var(--danger);
}
.brwan{
    border: 1px solid var(--warning);
}
.brnom{
    border: 1px solid var(--normal);
}
.bruna{
    border: 1px solid var(--unavailable);
}
.brwhite{
    border: 1px solid var(--bgc1);
}
.brwhite3{
    border: 3px solid var(--bgc1);
}
.brwhite5{
    border: 5px solid var(--bgc1);
}

.brtn{
    border-top: none;
}
.brbn{
    border-bottom: none;
}
.brrn{
    border-right: none;
}
.brln{
    border-left: none;
}

.fltbr15{
    filter: blur(15px);
}
.fltbr10{
    filter: blur(10px);
}
.fltbr5{
    filter: blur(5px);
}
.fltbr1{
    filter: blur(1px);
}

.trns2{
    transition: var(--t2);
}
.trns3{
    transition: var(--t3);
}
.trns4{
    transition: var(--t4);
}
.trns5{
    transition: var(--t5);
}

.trnsw3{
    transition: var(--tw3);
}
.trnsw4{
    transition: var(--tw4);
}
.trnsw5{
    transition: var(--tw5);
}

.invisible{
    opacity: 0;
}

.sliders2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
.sliders2 .contents{
    display: flex;
    /* justify-content: center;
    align-items: center; */
    /* gap: 5px; */
    align-items: center;
    justify-content: space-between;
    width: 49vw;
    max-width: max-content;
}
.sliders2 .contents .left{
    opacity: 0;
}
.sliders2 .contents .slider_holder{
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
}


.sliders2 .contents .slider_holder .slidex{
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    transition: var(--t4);
    transform: translateX(0%);

}

.sliders2 .contents .slider_holder .slidex.vid{
    aspect-ratio: 1 / 1;
    width: 100%;
}

.slidex .img_c{
    /* background-color: #181818; */
    background-image: var(--this_img);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    min-width: 100%;
   
}

.sliders2 .contents i{
    font-size: var(--f-size);
    color: var(--text-color3);
    opacity: .4;
    transition: var(--t3);
    cursor: pointer;
}
.sliders2 i:hover{
    border: none;
    opacity: 1;
}

.dot-holder{
    display: flex;
    gap: 10px;
    justify-content: space-around;
}
.dot-holder .dots{
    border: 1px solid var(--unavailable);
    border-radius: 50%;
    width: var(--size);
    height: var(--size);
    background: transparent;
}
.dot-holder .dots.active{
    border: 1px solid var(--text-color1);
    background: var(--text-color3);
}

.nav_slide_holder{
    --this-width: 10vw;
    display: flex;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    border: 2px solid var(--pri);
    width: fit-content;
    overflow: hidden;
}

.nav_slide_holder .smart_nav{
    padding: .2rem .8rem;
    text-align: center;
    width: var(--this-width);
    cursor: pointer;
}

.nav_slide_holder .slide{
    position: absolute;
    transition: var(--t3);
    background-color: var(--sec);
    z-index: 10;
    width: var(--this-width);
    left: calc(var(--this-width) * 0);
    top: 0;
    height: 100%;
    text-align: center;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}




.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.tal{
    text-align: left;
}

.c-white{
    color: var(--text-color2);
}
.cw{
    color: var(--bgc1);
}
.c-bk{
    color: var(--text-color1);
}
.c-suc{
    color: var(--success);
}
.c-dan{
    color: var(--danger);
}
.c-warn{
    color: var(--warning);
}
.c-nor{
    color: var(--normal);
}
.c-una{
    color: var(--unavailable);
}
.c-trans{
    color: transparent;
}

.bgt1{
    background: linear-gradient(
        45deg,  #f64f59, #12c2e9, #c471ed 
    );
    background-clip: text;
}


.bg1{
    background: var(--ddiv-bh);
}
.bg2{
    background: var(--bgc2);
}
.bg3{
    background: var(--text-color1);
}
.bg4{
    background: var(--text-color2);
}
.bg5{
    background: var(--text-color3);
}
.bgw{
    background: var(--bgc1);
}
.bgsuc{
    background: var(--success);
}
.bgdan{
    background: var(--danger);
}
.bgwan{
    background: var(--warning);
}
.bgun{
    background: var(--unavailable);
}
.bgn{
    background: var(--normal);
}
.bgtrns{
    background: transparent;
}

.bgh1:hover{
    background: var(--themed_color_light);
}

.imgbg{
    background: var(--img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgbgs-c{
    background-size: cover;
}
.imgbgs-cn{
    background-size:contain;
}

.imgbgs-p{
    background-position: center;
}

.imgbgr-nr{
    background-repeat: no-repeat;
}



.cntsq{
    width: var(--dimension);
    height: var(--dimension);
}
.cnt169{
    width: var(--dimension);
    height: calc(var(--dimension)/16*9);
}

.cnt43{
    width: var(--dimension);
    height: calc(var(--dimension)/4*3);
}

.cnt34{
    height: var(--dimension);
    width: calc(var(--dimension)/4*3);
}


.cap{
    text-transform: capitalize;
}
.uc{
    text-transform: uppercase;
}



.fsh70{
    /* font-size: 50px; */
    font-size: clamp(65px, 3vw, 70px);
}

.fsh60{
    /* font-size: 50px; */
    font-size: clamp(55px, 3vw, 60px);
}

.fsh50{
    /* font-size: 50px; */
    font-size: clamp(45px, 3vw, 50px);
}
.fsh40{
    /* font-size: 40px; */
    font-size: clamp(40px, 2.5vw, 40px);
}
.fsh45{
    /* font-size: 45px; */
    font-size: clamp(35px, 2.8vw, 45px);
}
.fsh35{
    /* font-size: 45px; */
    font-size: clamp(30px, 2.8vw, 35px);
}
.fsh30{
    /* font-size: 45px; */
    font-size: clamp(30px, 2.8vw, 30px);
}

.fs8{
    /* font-size: 12px; */
    font-size: clamp(8px, .7vw, 8px);
}

.fs12{
    /* font-size: 12px; */
    font-size: clamp(12px, .7vw, 12px);
}
.fs10{
    /* font-size: 10px; */
    font-size: clamp(10px, .5vw, 10px);
}
.fs15{
    /* font-size: 15px; */
    font-size: clamp(13px, .95vw, 15px);
}
.fs20{
    /* font-size: 20px; */
    font-size: clamp(20px, 1.3vw, 20px);
}

.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.fwb{
    font-weight: bolder;
}

.pd0{
    padding: 0px;
}
.pd5{
    padding: 5px;
}
.pd10{
    padding: 10px;
}
.pd20{
    padding: 20px;
}
.pd1em{
    padding: 1em;
}
.pd1rem{
    padding: 1rem;
}

.pdlr-5rem{
    padding-left: .5rem;
    padding-right: .5rem;
}
.pdtb-5rem{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.pdlr1rem{
    padding-left: 1rem;
    padding-right: 1rem;
}
.pdtb1rem{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pdlr10{
    padding-left: 10px;
    padding-right: 10px;
}
.pdtb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pdlr20{
    padding-left: 20px;
    padding-right: 20px;
}
.pdtb20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pdlr5{
    padding-left: 5px;
    padding-right: 5px;
}
.pdtb5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.pdl20{
    padding-left: 20px;
}
.pdr20{
    padding-right: 20px;
}
.pdl10{
    padding-left: 10px;
}
.pdr10{
    padding-right: 10px;
}
.pdl15{
    padding-left: 15px;
}
.pdr15{
    padding-right: 15px;
}
.pdl5{
    padding-left: 5px;
}
.pdr5{
    padding-right: 5px;
}

.pdt20{
    padding-top: 20px;
}
.pdb20{
    padding-bottom: 20px;
}
.pdt10{
    padding-top: 10px;
}
.pdb10{
    padding-bottom: 10px;
}
.pdt15{
    padding-top: 15px;
}
.pdb15{
    padding-bottom: 15px;
}
.pdt5{
    padding-top: 5px;
}
.pdb5{
    padding-bottom: 5px;
}

.pdb3rem{
    padding-bottom: 3rem;
}
.pdb2rem{
    padding-bottom: 2rem;
}



.gp5{
    gap: 5px;
}
.gp10{
    gap: 10px;
}
.gp15{
    gap: 15px;
}
.gp20{
    gap: 20px;
}
.gp1em{
    gap: 1em;
}


.mg5{
    margin: 5px;
}
.mg10{
    margin: 10px;
}
.mg15{
    margin: 15px;
}
.mg20{
    margin: 20px;
}
.mg1em{
    margin: 1em;
}

.mgl20{
    margin-left: 20px;
}
.mgl10{
    margin-left: 10px;
}
.mgl5{
    margin-left:5px;
}
.mgr20{
    margin-right: 20px;
}
.mgr10{
    margin-right: 10px;
}
.mgr5{
    margin-right:5px;
}

.mgt1rem{
    margin-top: 1rem;
}
.mgt2rem{
    margin-top: 2rem;
}
.mgt3rem{
    margin-top: 3rem;
}
.mgt4rem{
    margin-top: 4rem;
}
.mgt20{
    margin-top: 20px;
}
.mgt10{
    margin-top: 10px;
}
.mgt5{
    margin-top:5px;
}
.mgb20{
    margin-bottom: 20px;
}
.mgb10{
    margin-bottom: 10px;
}
.mgb5{
    margin-bottom:5px;
}
.mgtb1rem{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mgtb20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.mgtb10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mgtb5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.mglr5{
    margin-left: 5px;
    margin-right: 5px;
}
.mglr10{
    margin-left: 10px;
    margin-right: 10px;
}
.mglr20{
    margin-left: 20px;
    margin-right: 20px;
}

.mg-b2r{
    margin-bottom: 2rem;
}
.mg-r10{
    margin-right: 10px;
}

.br5{
    border-radius: 5px;
}
.br10{
    border-radius: 10px;
}
.br20{
    border-radius: 20px;
}
.br1em{
    border-radius: 1em;
}
.br50{
    border-radius: 50%;
}

.brtr5{
    border-top-right-radius: 5px;
}
.brtr10{
    border-top-right-radius: 10px;
}
.brtr20{
    border-top-right-radius: 20px;
}
.brtr1em{
    border-top-right-radius: 1em;
}
.brtr50{
    border-top-right-radius: 50%;
}

.brtl5{
    border-top-left-radius: 5px;
}
.brtl10{
    border-top-left-radius: 10px;
}
.brtl20{
    border-top-left-radius: 20px;
}
.brtl1em{
    border-top-left-radius: 1em;
}
.brtl50{
    border-top-left-radius: 50%;
}

.brbr5{
    border-bottom-right-radius: 5px;
}
.brbr10{
    border-bottom-right-radius: 10px;
}
.brbr20{
    border-bottom-right-radius: 20px;
}
.brbr1em{
    border-bottom-right-radius: 1em;
}
.brbr50{
    border-bottom-right-radius: 50%;
}
.brbl30{
    border-bottom-left-radius: 30%;
}
.brbr30{
    border-bottom-right-radius: 30%
}

.brbl5{
    border-bottom-left-radius: 5px;
}
.brbl10{
    border-bottom-left-radius: 10px;
}
.brbl20{
    border-bottom-left-radius: 20px;
}
.brbl1em{
    border-bottom-left-radius: 1em;
}
.brbl50{
    border-bottom-left-radius: 50%;
}



.df{
    display: flex;
}

.dg{
    display: grid;
}
.dgc{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: .5rem;
}



.dgfw{
    grid-template-columns: repeat(auto-fit, minmax(100dvw, 1fr));
}
.dgfw100{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
.dgfh{
    grid-template-rows: repeat(auto-fit, minmax(100dvh, 1fr));
}
.dgh-94-6{
    grid-template-rows: 94% 6%;
}
.dgh-80-20{
    grid-template-rows: 80% 20%;
}



.fdc{
    display: flex;
    flex-direction: column;
}
.fdcr{
    display: flex;
    flex-direction: column-reverse;
}
.fdrr{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.fdr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.jc{
    justify-content: center;
}
.jcb{
    justify-content: first baseline;
}
.jsa{
    justify-content: space-around;
}
.jsb{
    justify-content: space-between;
}
.jse{
    justify-content: space-evenly;
}
.jcfe{
    justify-content:flex-end;
}
.ai{
    align-items: center;
}
.aib{
    align-items: baseline;
}
.ailb{
    align-items: last baseline;
}
.alc{
    align-items: center;
    justify-content: center;
}



.afterl{
    position: relative;
    overflow: hidden;
}
.afterl:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    transform: translateX(-100%);
    transition: var(--t3);
}
.afterl.active{
    color: var(--highlight);
}
.afterl.active:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--highlight);
    opacity: .8;
    transform: translateX(0);

}

.udl{
    color: var(--pri);
    position: relative;
}
.udl::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--sec);
    opacity: .8;
    transform: translateX(0);
}

.cp{
    cursor: pointer;
}
.cpn{
    cursor: none;
}

.btn{
    --btn-color: #ccc;
    --fnt-weight : 500;
    padding: .3rem .8rem;
    /* border-radius: 100vw; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--t3);
    font-weight: var(--fnt-weight);
    /* text-transform: capitalize; */
}

.btn.btn-danger{
    --this-btn : var(--danger);
    border: 1px solid var(--this-btn);
    background-color: transparent;
    color: var(--this-btn);
}
.btn.btn-danger:hover{
    border: transparent;
    background-color: var(--this-btn);
    color: var(--btn-color);
    font-weight: calc(var(--fnt-weight) + 200);
}


.btn.btn-unavailable{
    --this-btn : var(--unavailable);
    border: 1px solid var(--this-btn);
    background-color: transparent;
    color: var(--this-btn);
}
.btn.btn-unavailable:hover{
    border: transparent;
    background-color: var(--this-btn);
    color: var(--btn-color);
    font-weight: calc(var(--fnt-weight) + 200);
}


.btn.btn-warning{
    --this-btn : var(--warning);
    border: 1px solid var(--this-btn);
    background-color: transparent;
    color: var(--this-btn);
}
.btn.btn-warning:hover{
    border: transparent;
    background-color: var(--this-btn);
    color: var(--btn-color);
    font-weight: calc(var(--fnt-weight) + 200);
}


.btn.btn-success{
    --this-btn : var(--success);
    border: 1px solid var(--this-btn);
    background-color: transparent;
    color: var(--this-btn);
}
.btn.btn-success:hover{
    border: transparent;
    background-color: var(--this-btn);
    color: var(--btn-color);
    font-weight: calc(var(--fnt-weight) + 200);
}

.btn.btn-pri{
    --this-btn : var(--normal);
    border: 1px solid var(--this-btn);
    background-color: transparent;
    color: var(--this-btn);
}
.btn.btn-pri:hover{
    border: transparent;
    background-color: var(--this-btn);
    color: var(--btn-color);
    font-weight: calc(var(--fnt-weight) + 200);
}

.btn.btn-main{
    background-color: white;
    color: var(--text-color1);
}
.btn.btn-main:hover{
    background-color: var(--text-color2 );
    color: var(--text-color3);
}

.hv1:hover{
    /* padding: .8em; */
    background-color: var(--bgc2);
    color: var(--text-color2);
    

}
.hv1:hover{
    /* padding: .8em; */
    background-color: var(--text-color1);
    color: var(--text-color2);
    

}


.pr{
    position: relative;
}

.pa{
    position: absolute;
}

.pf{
    position: fixed;
}
.ps{
    position: sticky;
}

.pl10p{
    left: 10%;
}
.pt10p{
    top: 10%;
}
.pb10p{
    bottom: 10%;
}
.pr10p{
    right: 10%;
}

.pl20p{
    left: 20%;
}
.pt20p{
    top: 20%;
}
.pb20p{
    bottom: 20%;
}
.pr20p{
    right: 20%;
}

.pl30p{
    left: 30%;
}
.pt30p{
    top: 30%;
}
.pb30p{
    bottom: 30%;
}
.pr30p{
    right: 30%;
}

.pl40p{
    left: 40%;
}
.pt40p{
    top: 40%;
}
.pb40p{
    bottom: 40%;
}
.pr40p{
    right: 40%;
}

.pl50p{
    left: 50%;
}
.pt50p{
    top: 50%;
}
.pb50p{
    bottom: 50%;
}
.pr50p{
    right: 50%;
}



.pl0{
    left: 0;
}
.pt0{
    top: 0;
}
.pt5v{
    top: 5vh;
    top: 5dvh;
}
.pt10v{
    top: 10vh;
    top: 10dvh;
}
.pr0{
    right: 0;
}
.pr10{
    right: 10;
}
.pb0{
    bottom: 0;
}
.pl10{
    left: 10px;
}
.pb10{
    bottom: 10;
}
.pt-10{
    top: -10px;
}
.pt10{
    top: 10px;
}
.pt-20{
    top: -20px;
}
.pt20{
    top: 20px;
}
.pt25{
    top: 25px;
}
.pt30{
    top: 30px;
}
.pt40{
    top: 40px;
}
.pb10{
    bottom: 10px;
}

.pt-c{
    top: var(--pt);
}
.pb-c{
    bottom: var(--pb);
}

.pi{
    inset: 1;
}

.z-1{
    z-index: -1;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.z4{
    z-index: 4;
}
.z5{
    z-index: 5;
}
.z6{
    z-index: 6;
}
.z7{
    z-index: 7;
}
.z8{
    z-index: 8;
}

.ofxy{
    overflow: hidden;
}
.ofxys{
    overflow: scroll;
}
.ofxya{
    overflow: auto;
}
.ofxya::-webkit-scrollbar{
    visibility: hidden;
}
.ofxya:hover:-webkit-scrollbar{
    visibility: visible;
}

tbody tr:nth-child(even){
    background-color: #0000000b;
}

.vac{
    vertical-align: center;
}

.cirle{
    width: var(--this-size);
    height: var(--this-size);
    border-radius: 50%;
}

.bs1{
    box-shadow: 5px 30px 30px #2121216b;
}
.bs2{
    box-shadow: 5px 5px 30px #2121216b;
}

.bs3{
    box-shadow: 15px 15px 15px #21212125;
}
.bs4{
    box-shadow: 5px 8px 6px #21212125;
}
.bs3r{
    box-shadow: -15px 15px 15px #21212125;
}
.bs4r{
    box-shadow: -5px 8px 6px #21212125;
}
/* .bs4{
    box-shadow: 5px 30px 30px #CCC;
}
.bs5{
    box-shadow: 5px 5px 30px #ccc;
}

.bs6{
    box-shadow: 15px 15px 15px #ccc;
} */

.bs7{
    box-shadow: 1px 1px 8px #cccccc29;
}




.imgw45{
    width: 45px;
}
.imgw30{
    width: 30px;
}
.imgw50{
    width: 50px;
}
.imgw100{
    width: 100px;
}
.imgw150{
    width: 150px;
}
.imgw200{
    width: 200px;
}
.imgw300{
    width: 300px;
}
.imgw400{
    width: 400px;
}
.imgw500{
    width: 500px;
}
.imgw600{
    width: 600px;
}
.imgw700{
    width: 700px;
}
.imgw800{
    width: 800px;
}



.wfc{
    width: fit-content;
}

.wm{
    max-width: 100vw;
}
.wmin{
    min-width: 100vw;
}

.ww100{
    max-width: 100%;
}

.w100{
    width: 100%;
}
.w100vw{
    width: 100vw;
}
.w200vw{
    width: 200vw;
}
.min-w100{
    min-width: 100%;
}

.w2{
    width: 2%;
}

.w10{
    width: 10%;
}
.w20{
    width: 20%;
}
.w25{
    width: 25%;
}

.w5v{
    width: 5vw;
}
.w10v{
    width: 10vw;
}
.w20v{
    width: 20vw;
}
.w25v{
    width: 25vw;
}
.w30v{
    width: 30vw;
}
.w40v{
    width: 40vw;
}
.w50v{
    width: 50vw;
}
.w60v{
    width: 60vw;
}
.w70v{
    width: 70vw;
}
.w80v{
    width: 80vw;
}
.w30{
    width: 30%;
}
.w40{
    width: 40%;
}

.w50{
    width: 50%;
}
.w60{
    width: 60%;
}
.w70{
    width: 70%;
}
.w80{
    width: 80%;
}
.w90{
    width: 90%;
}
.w400px{
    width: 400px;
}
.w500px{
    width: 500px;
}

.sqa-c{
    aspect-ratio: var(--aspect);
}
.sqa{
    aspect-ratio: 1;
}
.sqa1-2{
    aspect-ratio: 1/2;
}
.sqa3-4{
    aspect-ratio: 3/4;
}
.sqa4-3{
    aspect-ratio: 4/3;
}
.sqa2-1{
    aspect-ratio: 2/1;
}
.sqa16-9{
    aspect-ratio: 16/9;
}
.sqa9-16{
    aspect-ratio: 9/16;
}
.sq100{
    width: 100px;
    height: 100px;
}
.sq80{
    width: 80px;
    height: 80px;
}
.sq70{
    width: 70px;
    height: 70px;
}
.sq60{
    width: 60px;
    height: 60px;
}
.sq50{
    width: 50px;
    height: 50px;
}
.sq45{
    width: 45px;
    height: 45px;
}
.sq30{
    width: 30px;
    height: 30px;
}
.sq20{
    width: 20px;
    height: 20px;
}
.sq10{
    width: 10px;
    height: 10px;
}
.sq40{
    width: 40px;
    height: 40px;
}

.sq70vh{
    width: 70vh;
    width: 70dvh;
    height: 70vh;
    height: 70dvh;
}
.sq60vh{
    width: 60vh;
    width: 60dvh;
    height: 60vh;
    height: 60dvh;
}
.sq50vh{
    width: 50vh;
    width: 50dvh;
    height: 50vh;
    height: 50dvh;
}
.sq30vh{
    width: 30vh;
    width: 30dvh;
    height: 30vh;
    height: 30dvh;
}
.sq40vh{
    width: 40vh;
    width: 40dvh;
    height: 40vh;
    height: 40dvh;
}

.sq70vw{
    width: 70vw;
    height: 70vw;
}
.sq60vw{
    width: 60vw;
    height: 60vw;
}
.sq50vw{
    width: 50vw;
    height: 50vw;
}
.sq30vw{
    width: 30vw;
    height: 30vw;
}
.sq40vw{
    width: 40vw;
    height: 40vw;
}

.sq10vh{
    width: 10vh;
    width: 10dvh;
    height: 10vh;
    height: 10dvh;
}
.sq20vh{
    width: 20vh;
    width: 20dvh;
    height: 20vh;
    height: 20dvh;
}
.sq5vh{
    width: 5vh;
    width: 5dvh;
    height: 5vh;
    height: 5dvh;
}
.sq15vh{
    width: 15vh;
    width: 15dvh;
    height: 15vh;
    height: 15dvh;
}

.sq10vw{
    width: 10vw;
    height: 10vw;
}
.sq20vw{
    width: 20vw;
    height: 20vw;
}
.sq5vw{
    width: 5vw;
    height: 5vw;
}
.sq15vw{
    width: 15vw;
    height: 15vw;
}


/* .wm30{
    max-width: 30%;
} */


.bdf-blrp5{
    backdrop-filter: blur(.5px);
}
.bdf-blrp8{
    backdrop-filter: blur(.8px);
}
.bdf-blr2{
    backdrop-filter: blur(2px);
}
.bdf-blr5{
    backdrop-filter: blur(5px);
}
.bdf-blr8{
    backdrop-filter: blur(8px);
}
.bdf-blr10{
    backdrop-filter: blur(10px);
}
.bdf-blr15{
    backdrop-filter: blur(15px);
}
.bdf-blr30{
    backdrop-filter: blur(30px);
}

.wf{
    max-width: fit-content;
}
.wwbw{
    word-wrap: break-word;
}


.min-hc{
    min-height: var(--min-height);
}
.min-h100vh{
    min-height: 100vh;
    min-height: 100dvh;
}
.min-h700{
    min-height: 700px;
}

.max-hc{
    max-height: var(--max-height);
}
.max-h100vh{
    max-height: 100vh;
    max-height: 100dvh;
}
.max-h90vh{
    max-height: 90vh;
    max-height: 90dvh;
}
.max-h50vh{
    max-height: 50vh;
    max-height: 50dvh;
}

.hf{
    height: fit-content;
}

.h100{
    height: 100%;
}
.h100vh{
    height: 100vh;
    height: 100dvh;
}
.h95{
    height: 95%;
}
.h90{
    height: 90%;
}
.h80{
    height: 80%;
}
.h50{
    height: 50%;
}
.h40{
    height: 40%;
}
.h30{
    height: 30%;
}
.h90v{
    height: 90vh;
    height: 90dvh;
}
.h70v{
    height: 70vh;
    height: 70dvh;
}
.h60v{
    height: 60vh;
    height: 60dvh;
}
.h80v{
    height: 80vh;
    height: 80dvh;
}
.h50v{
    height: 50vh;
    height: 50dvh;
}
.h40v{
    height: 40vh;
    height: 40dvh;
}
.h30v{
    height: 30vh;
    height: 30dvh;
}
.h20v{
    height: 20vh;
    height: 20dvh;
}
.h10v{
    height: 10vh;
    height: 10dvh;
}
.h5v{
    height: 5vh;
    height: 5dvh;
}

.hm80v{
    max-height: 80vh;
    max-height: 80dvh;
}

.footerh{
    height: 400px;
}

.h300{
    height: 300px;
}
.h350{
    height: 350px;
}
.h400{
    height: 400px;
}
.h500{
    height: 500px;
}
.h600{
    height: 600px;
}
.h700{
    height: 700px;
}
.h800{
    height: 800px;
}


.icnbigger{
    font-size: 100px;
}
.icnbig{
    font-size: 80px;
}
.icnmid{
    font-size: 50px;
}
.icnsma{
    font-size: 30px;
}

.hidden{
    display: none;
}

.hiddenw{
    display: none;
}

.hiddens{
    display: flex;
}

.choice_auto_fill_content .contents_holder{
    --this-height : 100%;
    --this-widght : 100%;

    width: var(--this-widght);
    height: var(--this-height);
    display: flex;
    overflow-x: hidden;  
}

.choice_auto_fill_content .contents_holder .this-contents{
    height: fit-content;
    min-width: 100vw;
    max-width: 100vw;
    width: 100%;
    transform: translateX(0);
    justify-content: baseline;
    display: flex;
    /* position: relative; */
    flex-direction: column;
    gap: 10px;
    padding: 2rem 3rem;
    transition: var(--t3);
}

.slider{
    display: flex;
    width: 100%;
    max-width: 100%;
    /* height: 100%; */
    overflow: hidden;
    flex-direction: row;
}

.slider .slidex{
    max-width: 100%;
    height: 100%;
    transition: var(--t4);

}

.test{
    background-image: url(/static/svg/earninglaptop.svg);
    background-repeat: no-repeat;
    width: 40vw;
    height: 400px;
}

.hoverchecker.smartblur:hover .blurme{
    filter: blur(var(--blur));
}

.hoverchecker.smartblur:hover .blurme:hover{
    filter: none;
}

.hoverchecker:hover.blurme{
    filter: blur(var(--blur));
}

.hoverchecker .hiddenh{
    display: none;
}
.hoverchecker:hover .hiddenh{
    display: flex;
}
.hoverchecker .visibleh{
    visibility: hidden;
}
.hoverchecker:hover .visibleh{
    visibility: visible;
}
.hoverchecker .visibleh-r, .hoverchecker.smartblur:hover .blurme .visibleh-r, .hoverchecker.smartblur:hover .blurme:hover .hiddenh{
    visibility: visible;
}
.hoverchecker:hover .visibleh-r, .hoverchecker.smartblur:hover .blurme:hover .visibleh-r, .hoverchecker.smartblur:hover .blurme .hiddenh{
    visibility: hidden;
}


.activechecker .notactive{
    display: flex;
}

.activechecker.active .notactive{
    display: none;
}

.activechecker .heightauto{
    height: 35px;
    overflow: hidden;
}

.activechecker.active .heightauto{
    height: 100%;
}

.activechecker .isactive{
    display: none;
}

.activechecker.active .isactive{
    display: flex;
}

.activechecker .activedirup{
    transition: var(--t3);
}

.activechecker.active .activedirup{
    transform: rotate(180deg);
}

.activechecker.activedbxsd{
    transition: var(--t3);
}

.activechecker.active.activedbxsd{
    box-shadow: 4px 4px 5px var(--themed_color_light);
}

.activechecker.activeopa{
    opacity: .5;
}

.activechecker.active.activeopa{
    opacity: 1;
}

.activechecker.themebg{
    background: transparent;
}

.activechecker.active.themebg{
    background: var(--ddiv-b);
}

.activechecker .activedlr{
    /* transition: var(--t5); */
    left: 0;
    /* right: auto; */
}
.activechecker.active .activedlr{
    /* right: 0; */
    left: 60%;
}

.activechecker .activedlr2{
    left: 0;
    right: auto;
}
.activechecker.active .activedlr2{
    right: 0;
    left: auto;
}

.this_view{
    display: none;
}
.this_view.active{
    display: flex;
}
.this_view.slidepX{
    display: flex;
    transform: translateX(100%);
}
.this_view.slidepX.active{
    transform: translateX(0%);
}
.this_view.slidepY{
    display: flex;
    transform: translateY(100%);
}
.this_view.slidepY.active{
    transform: translateY(0%);
}
/* .this_view.active .slideme{
    transform: translateX(-0%);
}
.this_view .slideme{
    transform: translateX(100%);
} */

.op1{
    opacity: 1;
}
.op-9{
    opacity: .9;
}
.op-8{
    opacity: .8;
}
.op-7{
    opacity: .7;
}
.op-6{
    opacity: .6;
}
.op-5{
    opacity: .5;
}
.op-4{
    opacity: .4;
}
.op-3{
    opacity: .3;
}
.op-2{
    opacity: .2;
}
.op-1{
    opacity: .1;
}
.op-0{
    opacity: 0;
}

.ttx100{
    transform: translateX(100%);
}

/* .wwm{
    width: 100%;
} */


.usn{
    user-select: none;
}

.bg-d-fbr1{
    filter: blur(1px);
}
.bg-d-fbr5{
    filter: blur(5px);
}
.bg-d-fgr80{
    filter: grayscale(80%);
}
.bg-d-fgr90{
    filter: grayscale(90%);
}
.bg-d-fgr100{
    filter: grayscale(100%);
}




body.light .bg-d-fgr100, body.light .bg-d-fgr90 , body.light .bg-d-fgr80{
    filter: none;
}


/* table  */


main.table{
    width: 100%;
    height: 90vh;
    height: 90dvh;
    background: #fff5;
    backdrop-filter: blur(7px);
    box-shadow: 0 .4rem .8rem #0005;
    border-radius: .8rem;
    overflow: hidden;
}

.table_header{
    width: 100%;
    height: 10%;
    background-color: #fff4;
    padding: .8rem 1rem;
}

.table_body{
    width: 95%;
    max-height: calc(89% - .8rem);
    background-color: #fffb;
    margin: .8rem auto;
    border-radius: .6rem;
    overflow: auto;
}

table{
    width: 100%;
}


td img{
    width: 45px;
    height: 45px;
    margin-right: 0.5rem;
    border-radius: 50%;
    vertical-align: middle;
}

table, th, td{
    padding: 1rem;
    border-collapse: collapse;
    text-align: left;
}

thead th{
    position: sticky;
    left: 0;
    top: 0;
    background-color: #d5d1defe;
    text-transform: capitalize;
}

tbody tr:hover{
    background-color: #fff6;
}

/* table  */

.nice_grid2{
    display: grid;
    padding: .3rem;
    height: 400px;
    gap: 2px;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
}
.nice_grid2 .first{
    grid-area: 1/1/9/7;
    width: 100%;
    height: 100%;
    font-size: 10px;
    /* background-image: url(/static/uploads/_054895ee-7897-42ac-8726-ac94b2db34e2.jpeg);
    background-position: center;
    background-size: contain; */
    
}

.nice_grid2 .first .slide_card_holder, .slide_card_holder{
    --fnts-size : 15px;
    display: flex;
    /* background-color: #045466; */
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.nice_grid2 .first .slide_card_holder .slide_card, .slide_card_holder .slide_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    min-width: 100%;
    padding: .3rem;
    transform: translateX(0);
}


.slide_card_holder .slide_stuff{
    min-height: 100%;
    min-width: 100%;
}
.slide_card_holder .slide_card .c_name{
    font-size: var(--fnts-size);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--light-l);
}
.slide_card_holder .slide_card .c_hder{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    width: 80%;
}
.slide_card_holder .slide_card .c_hder .c_text{
    font-size: calc(var(--fnts-size)/1.6666);
    text-align: center;
}
.slide_card_holder .slide_card .c_hder i{
    font-size: calc(var(--fnts-size)/0.6666);
}

.slide_card_holder .slide_card .tp{
    display: flex;
    position: absolute;
    top: -30px;
    left: 0;
    color: var(--light-l);
}
.slide_card_holder .slide_card .bm{
    display: flex;
    position: absolute;
    bottom: -30px;
    right: 0;
    color: var(--light-l);
}
.slide_card_holder .slide_card .group_holder_row{
    justify-content: center;
    align-items: center;
    display: flex;
}
.slide_card_holder .slide_card .group_holder_row i{
    font-size: calc(var(--fnts-size)/0.6666);
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--light-l);
}


.glide_card .grid-card-title{
    display: flex;
    background: var(--body-color-gradient);
    padding: .3rem;
    border-radius: 2px;
}

.glide_card .glidey{
    display: none;
    gap: 5px;
}
.glide_card .glidey .number_y{
    display: flex;
    flex-direction: column-reverse;
    width: 25px;
    height: 25px;
    overflow: hidden;

}
.glide_card .glidey .number_y span{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--body-color-gradient);
    transform: translateY(0%);
    font-weight: 800;
    font-size: 22px;
    transition: var(--tran-05);
}



/* animated*/
.flyleft{
    position: relative;
    transform: translateX(1500px);
    transition: var(--t5);
    opacity: .2;
}
.flyleft.animated{
    transform: translateX(0px);
    opacity: 1;
}
.flyright{
    position: relative;
    transform: translateX(-1500px);
    transition: var(--t5);
    opacity: .2;
}
.flyright.animated{
    transform: translateX(0px);
    opacity: 1;
}
.popin{
    position: relative;
    scale: 0%;
    transition: var(--t5);
    opacity: .2;
}
.popin.animated{
    opacity: 1;
    scale: 100%;
}

.skeleton{
    animation: sk-loading 1s linear infinite alternate;
}

@keyframes sk-loading {
    0% {
        background-color: hsl(200, 20%, 70%);
    }
    0% {
        background-color: hsl(200, 20%, 95%);
    }
}


@media(max-width:576px){
    /* :root{
        --dimension: 800vh;
    }  */
    .nav_slide_holder{
        --this-width: 20vw;
    }
    .hiddenw{
        display: flex;
    }
    .hiddens{
        display: none;
    }

    .salc{
        align-items: center;
        justify-content: center;
    }

    .stac{
        text-align: center;
    }
    .ssqa{
        aspect-ratio: 1/1;
    }
    .shm{
        height: 100%;
    }

    .swm{
        width: 100%;
    }
    .sw5{
        width: 5%;
    }
    .sw10{
        width: 10%;
    }
    .sw20{
        width: 20%;
    }
    .sw30{
        width: 30%;
    }
    .sw40{
        width: 40%;
    }
    .sw45{
        width: 45%;
    }
    .sw50{
        width: 50%;
    }
    .sw60{
        width: 60%;
    }
    .sw70{
        width: 70%;
    }
    .sw80{
        width: 80%;
    }
    .sw90{
        width: 90%;
    }
    .sw95{
        width: 95%;
    }

    .sw20v{
        width: 20vw;
    }


    .swmm{
        width: 100vw;
    }

    .cntsq.rev{
        width: var(--rdimension);
        height: var(--rdimension);
    }

    .cnt169.rev{
        width: var(--rdimension);
        height: calc(var(--rdimension)/16*9);
    }
    
    .cnt43.rev{
        width: var(--rdimension);
        height: calc(var(--rdimension)/4*3);
    }
    
    .cnt34.rev{
        height: var(--rdimension);
        width: calc(var(--rdimension)/4*3);
    }

    .sliders2 .contents{
        width: 100%;

    }

    .sliders2 i{
        font-size: calc(var(--f-size)/3);
    }

    .bgcsmw{
        background-color: var(--bgtransw);
    }
    .bgcsmb{
        background-color: var(--bgtransb);
    }

    .brsn{
        border-radius: 0;
    }
    .bssn{
        box-shadow: none;
    }

    .sjsb{
        justify-content: space-between;
    }
    .sjsa{
        justify-content: space-around;
    }
    .sjse{
        justify-content: space-evenly;
    }

    .spdb20{
        padding: 10;
    }
    .spd10{
        padding: 10;
    }
    .spd5{
        padding: 5;
    }
    .spd0{
        padding: 0;
    }

    .sh100v{
        height: 100vh;
        height: 100dvh;
    }
    .sh90v{
        height: 90vh;
        height: 90dvh;
    }
    .sh80v{
        height: 80vh;
        height: 80dvh;
    }
    .sh70v{
        height: 70vh;
        height: 70dvh;
    }
    .sh60v{
        height: 60vh;
        height: 60dvh;
    }
    .sh50v{
        height: 50vh;
        height: 50dvh;
    }

    .sminh50v{
        min-height: 50vh;
        min-height: 50dvh;
    }

    .sminh300{
        min-height: 300px;
    }
    .sminh400{
        min-height: 400px;
    }
    .sminh500{
        min-height: 500px;
    }
    .smaxh500{
        max-height: 500px;
    }

    
    .smgt0{
        margin-top: 0px;
    }
    .smglr0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .sop1{
        opacity: 1;
    }
    .sop-9{
        opacity: .9;
    }
    .sop-8{
        opacity: .8;
    }
    .sop-7{
        opacity: .7;
    }
    .sop-6{
        opacity: .6;
    }
    .sop-5{
        opacity: .5;
    }
    .sop-4{
        opacity: .4;
    }
    .sop-3{
        opacity: .3;
    }
    .sop-2{
        opacity: .2;
    }
    .sop-1{
        opacity: .1;
    }
    .sop-0{
        opacity: 0;
    }

    .salc{
        justify-content: center;
        align-items: center;
    }

    .smglr0{
        margin-left: 0;
        margin-right: 0;
    }
    .smgt50p{
        margin-top: 50px;
    }
    .smgb20{
        margin-bottom: 20px;
    }


    .ssqa16-5{
        aspect-ratio: 16/5;
    }
    
    .sgp3{
        gap: 3px;
    }
    .sgp5{
        gap: 5px;
    }
    .sgp10{
        gap: 10px;
    }

    .sfs10{
        font-size: 10px;
    }
    .sfs12{
        font-size: 12px;
    }

    .sdg{
        display: grid;
    }

    .sdgw100{
        grid-template-columns: repeat(auto-fit, minmax(100dvw, 1fr));
    }

    .sdgh-94-6{
        grid-template-rows: 94% 6%;
    }

    .sdgarea-2-100{
        grid-area: 1/1/3/2;
    }

    .sdgarea-2-bt{
        grid-area: 2/1/3/2;
    }

    .spi{
        inset: 1;
    }

    .spa{
        position: absolute;
    }

}
    
