@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {  .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}



/* Large devices (laptops/desktops, 992px and up) */
  .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}





@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
  
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}




html{
    height: 100%;
 
    
    
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

.body{
        height: 100vh;
           display: flex;
    flex-direction: column;
 background-color: white;
      font-family: Arial,Verdana,Roboto, Helvetica, Sans-Serif;
      
}

.kaka { display:flex; flex-wrap:wrap; gap:2rem; justify-content:flex-start; margin-top: 10px;}



.imgi {
    display:flex; flex-direction:column; align-items:center; width:60px;
    position:relative; text-align:center; flex:0 0 auto;
    background:#fff; border-radius:8px; padding:0px;
    transition:background-color 0.2s;
    

}

.imgi .btn-size {
    width:40px; height:40px;
    transition: transform 0.2s;
   
}

.imgi .btn-size img {
    width:40px; height:40px; object-fit:cover;
    transition: transform 0.2s;
     

}

.imgi .btn-size:hover img {
    transform: scale(1.2); /* Icon zoom on hover */
}

.imgi:hover {
    background-color: white; /* Button color change on hover */
}

.imgi span { margin-top:4px; font-size:0.75rem; cursor:pointer; }

.description {
    display:none; position:absolute; top:60px; left:50%; transform:translateX(-50%);
    background:#fff; padding:4px 8px; border-radius:6px;
    box-shadow:0 2px 8px rgba(0,0,0,0.2); font-size:0.75rem; white-space:nowrap; z-index:15;
}




.nana {
    font-size: 10px;
    margin-top: 2px;
    text-align: center;
    font-weight: bold;
}



header,footer{
    width: 100%;
    height: 50px;
    color: black;
    background-color: #DED7C8;
}

.logo{
    width: auto;
    height: 40px;
}


header{
    position: fixed;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    height: 50px;
}

.container{
    height: 40px;
    width: 100px;
    position: relative;
    text-align: center;  
    top: 0;
}
.container:hover .dropdowns{
    display: block;
}


.lll{
    display: inline;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 50px;
    
}



footer{
    position: relative;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    left: 0;
}



#line-26{
    text-align: center;
    display: block;
    margin-top: 20px;
}
#line-1{
    text-align: center;
    background-color: orangered;
    margin-top: 10px;
       display: block;
    

    
}
#line-2{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-3{
    text-align: center;
    background-color:orangered;
    display: block;
    margin-top: 10px;
}
#line-4{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-5{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-6{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-7{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}


#line-8{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-9{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-10{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-11{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-12{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-13{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-14{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-15{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-16{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-17{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-18{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-19{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-20{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-21{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-22{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-23{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}
#line-24{
    text-align: center;
    background-color: green;
    display: block;
    margin-top: 10px;
}
#line-25{
    text-align: center;
    background-color: orangered;
    display: block;
    margin-top: 10px;
}




.gcse-search{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    
}



h2{
    text-align: center;
  
}  



  
  
  
  
  



.description {
    display:none; position:absolute; top:60px; left:50%; transform:translateX(-50%);
    background:#fff; padding:4px 8px; border-radius:6px;
    box-shadow:0 2px 8px rgba(0,0,0,0.2); font-size:0.75rem; white-space:nowrap; z-index:15;
}
  




.content{
    padding: 12px 20px;
}


.paddd{
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
   
}

.dropdowns{
    height: auto;
    width: 100PX;
    background-color: rgb(87, 36, 0);
    position: absolute;
    display: none;
}
  
a{
    color: white;
    display: block;
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    text-decoration: none;

}

.headbtnn:hover .dropdowns{
    display: block;
}
a:hover
{
     background-color: rgb(152, 64, 0);
     color: white;

}



#line-30{
    text-align: center;
    background-color: rgb(71, 30, 1);
    display: block;
    margin-top: 50px;
}



