
    table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}


.mod1_tag{
    float:right;
    width:50px;
    text-align:right;
    cursor: pointer;
    color:#bebebe;
}

.mod1_tag:hover{
    color:#ff3232;
    
}

.mod2_tag{
    float:left;
    width:50px;
    text-align:left;
    cursor: pointer;
    color:#bebebe;
}

.mod2_tag:hover{
    color:#ff3232;
    
}

.redleft{
    border-left:4px solid #f40009;
}
.tabtag{
        font-size:13px;
        color:red;
        margin-top:150px;
        text-align:center;
        
}

.btnbox-shadow {
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2); /* Soft shadow */
        transition: box-shadow 0.3s ease-in-out;
    }

.btnbox-shadow:hover {
        box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
    }


.s_cat_light {
    fill: #B0C4DE; /* Replace with the desired color */
}
.s_cat_fill_white {
    fill: #FFFFFF;
}
.s_cat_dark_stroke {
    fill: none;
    stroke: #000;
}

.s_cat_dark_stroke_fill{
    fill: #fff;
    stroke: #656c90;
    stroke-width:2;
    stroke-miterlimit:10;
    transition:box-shadow 0.3s ease-in-out;
}

.mods_btn {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 10px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        
           background-color:#ffffff;
    border: none;
    color: black;
    display: inline-block;
    width:175px;
    height:225px;
    /*margin-left:-15px;*/
    
    border-radius:15px;
    }

    .mods_btn:hover {
        transform: scale(1.02);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }


.mods_btn:hover .s_cat_light {
        fill: #000 !important; /* Hover effect color for s_cat_light elements */
    }
    
   
   .mods_btnn:hover {
        transform: scale(1.02);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }


.mods_btnn:hover .s_cat_light {
        fill: #000 !important; /* Hover effect color for s_cat_light elements */
    }

.mods_btnn{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 10px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        
           background-color:#ffffff;
    border: none;
    color: black;
    display: inline-block;
    width:175px;
    height:225px;
    /*margin-left:-15px;*/
    
    border-radius:15px;
}

.mods_btnni{
    background-color:#ffffff;
    border: none;
    color: black;
    display: inline-block;
    height:140px;
    width:140px;
    border-radius:15px;
    margin-top:2px;
    transition: box-shadow 0.3s ease;
}

.mods_btnni:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.mods_btnn:hover .mods_btnxx{ 
    border: 1px solid #f40009;
    border-radius:20px;
    background-color:#f40009;
    padding-left:10px;
    padding-right:10px;
    color:white;
    
}

.mods_btn:hover .mods_btnx{ 
    border: 1px solid #f40009;
    border-radius:20px;
    background-color:#f40009;
    padding-left:10px;
    padding-right:10px;
    color:white;
    
}

.bandit{
    background-color:#f40009;
}

.btncong:hover{

}


.mods_btnt{
    color:black;
    margin-top:7px;
}

.ifonsiz{
    font-size:24px;
}

.cutl_img{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headtag{
color:white;
font-size:38px !important;
font-weight:bold !important;
visibility: inherit;
opacity: 1;
transform: matrix(1, 0, 0, 1, 0, 0);
}

.headsuptag{
color:white;
font-size:15px !important;
margin-left:25%;
margin-right:25%;
visibility: inherit;
opacity: 1;
transform: matrix(1, 0, 0, 1, 0, 0);
}

.imagecardcontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);  
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;  
    z-index: 1000;   
    visibility: hidden; 
    opacity: 0;
    transition: opacity 0.3s ease;
}
.imagecardcontainer.active {
    visibility: visible;
    opacity: 1;
}
.btnclose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}
.imagecard {
    max-width: 90%;
    max-height: 80%;
    overflow: hidden;
    margin-top: 20px;
}
.fullimage {
    width: 100%;
    height: auto;
    display: block;
}
.imgcardp {
   
    color: white !important;
    font-style: oblique;
    text-align: center;
}

.imgcardspan {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f40009;
    padding: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
}


.imgcardspan:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.btndomina {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}


.tabfsize{
    font-size:13px;
}


.fuckstroke::before{
     content: none !important;
}
.fuckstroke{
    border-style: solid;
    border-left-color: #f40009;
    border-left-width: 25px;
}

.hidimgsurg{
    display:flex;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.mods_btn{
    height:165px;
    width:115px;
}

.mods_btnn{
   height:165px;
    width:115px;
}

.mods_btnni{
    height:110px;
    width:110px;
}

.reaper{
    height:50px;
    width:50px;
}
.mods_btnx{
    font-size:100%;
}  
.mods_btnxx{
    font-size:70%;
}  
.mods_btnt{
    font-size:70%;
}


.mods_btnSU{
    padding-left:-10px;
}

.pagex{
    padding-left:10px;
    padding-right:10px;
}

.btt{
    margin-top:15px;
}

.xbt{
    margin-top:-25px;
}


.cutl_img{
    display:none;
    
}


.headtag{
font-size:20px !important;
}

.headsuptag{
    font-size:14px !important;
margin-left:5%;
margin-right:5%;
}

#image-card {
        display: block; 
    }
    
    .imgcardhide{
display:block;
}


.btndomina {
        justify-content: center; 
        gap: 10px;
    }
    
.tabfsize{
    font-size:10px;
}



  #jerumx {
            width: 130% !important;
            margin-left: -50px !important;
        }
        
        .hidimgsurg{
    display:none;
}


 #satx1 {
      background-color:blue !important;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.mods_btn{
    height:165px;
    width:115px;
}
.mods_btnn{
    height:165px;
    width:115px;
}
.mods_btnni{
    height:110px;
    width:110px;
}
.reaper{
    height:50px;
    width:50px;
}
.mods_btnx{
    font-size:100%;
}   
.mods_btnxx{
    font-size:70%;
}  
.mods_btnt{
    font-size:70%;
}

.mods_btnSU{
    padding-left:-10px;
}

.pagex{
    padding-left:10px;
    padding-right:10px;
}

.btt{
    margin-top:15px;
}

.xbt{
    margin-top:-25px;
}

.cutl_img{
    display:none;
    
}

.headtag{
font-size:20px !important;
}

.headsuptag{
     font-size:14px !important;
margin-left:5%;
margin-right:5%;
}

  #image-card {
        display: none;  
    }
    
    .imgcardhide{
    display:block;
}

.btndomina {
        justify-content: center; 
        gap: 10px;
    }
    
.tabfsize{
    font-size:10px;
}    

  #jerumx {
            width: 130% !important;
            margin-left: -50px !important;
        }
        
              .hidimgsurg{
    display:none;
}


 #satx1 {
      background-color:blue !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.mods_btn{
   width:175px;
    height:225px;
}
.mods_btnn{
   width:175px;
    height:225px;
}
.mods_btnni{
    height:140px;
    width:140px;
}
    .reaper{
    height:150px;
    width:150px;
}
.mods_btnx{
    font-size:100%;
}
.mods_btnxx{
    font-size:100%;
}  
.mods_btnt{
    font-size:100%;
}

.mods_btnSU{
    padding-left:0px;
}

.pagex{
    padding-left:110px;
    padding-right:110px;
}

.btt{
    margin-top:0px;
}

.xbt{
    margin-top:0px;
}


.cutl_img{
    display:none;
   
}

.headtag{
font-size:38px !important;
}

.headsuptag{
     font-size:15px !important;
margin-left:25%;
margin-right:25%;
}

.imgcardhide{
    display:none;
}
.tabfsize{
    font-size:13px;
}
  #jerumx {
            width: 100% !important;
            margin-left: 0px !important;
        }
        
        
              .hidimgsurg{
    display:flex;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.mods_btn{
    width:175px;
    height:225px;
}
.mods_btnn{
   width:175px;
    height:225px;
}
.mods_btnni{
    height:140px;
    width:140px;
}
    .reaper{
    height:150px;
    width:150px;
}
.mods_btnx{
    font-size:100%;
}
.mods_btnxx{
    font-size:100%;
}
.mods_btnt{
    font-size:100%;
}

.mods_btnSU{
    padding-left:0px;
}
.pagex{
    padding-left:110px;
    padding-right:110px;
}

.btt{
    margin-top:0px;
}

.xbt{
    margin-top:0px;
}

.cutl_img{
    display:block;
    width:500px;
    height:200px;
}

.headtag{
font-size:38px !important;
}
.headsuptag{
    font-size:15px !important;
margin-left:25%;
margin-right:25%;
}
.imgcardhide{
    display:none;
}
.tabfsize{
    font-size:13px;
}
  #jerumx {
            width: 100% !important;
            margin-left: 0px !important;
        }
          .hidimgsurg{
    display:flex;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
.mods_btn{
    width:175px;
    height:225px;
}
.mods_btnn{
    width:175px;
    height:225px;
}
.mods_btnni{
    height:140px;
    width:140px;
}
    .reaper{
    height:150px;
    width:150px;
}
.mods_btnx{
    font-size:100%;
}
.mods_btnxx{
    font-size:100%;
}
.mods_btnt{
    font-size:100%;
}

.mods_btnSU{
    padding-left:0px;
}
.pagex{
    padding-left:110px;
    padding-right:110px;
}

.btt{
    margin-top:0px;
}

.xbt{
    margin-top:0px;
}


.cutl_img{
    display:block;
    width:520px;
    height:200px;
}

.headtag{
font-size:38px !important;
}
.headsuptag{
    font-size:15px !important;
margin-left:25%;
margin-right:25%;
}

.imgcardhide{
    display:none;
}
.tabfsize{
    font-size:13px;
}



  #jerumx {
            width: 100% !important;
            margin-left: 0px !important;
        }
          .hidimgsurg{
    display:flex;
}
}


  @keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }


        .blinking-text {
            font-size:9px;
            animation: blink 4s infinite; 
        }
        
        .blinkoff{
            color:#f02525;
            font-size:1px;
        }



