/* Hide scrollbars while keeping scrolling functional */
body {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}
body::-webkit-scrollbar {
  display: none;             /* Chrome/Safari/Opera */
}



.dropdown3 { display: inline-block; } .dropbtn3 {  color:cyan; } .dropdown-content3 { position: absolute; display: none;    background-color: black;  width: 88vw; border: 1vw white solid; color: cyan; } .dropdown-content3 a { color: black;  text-decoration: none; } .dropdown-content3 a:hover {background-color: #f1f1f1; } .dropdown3:hover .dropdown-content3 { display: unset; } .dropdown3:hover .dropbtn3 { background-color: blue; }


.si1{
width: 60vw;
height: 60vw;

}
a{color: cyan;}
.bi1{
height: 5vw;
background: black;
border: 0.25vw black solid;
}
.bi1 img{
height: 4.5vw;

}

.dd1 { 
    position: relative; 
    display: inline-block; 
    
} 

.webname{
color: blue;
}

.dt1 { 
    
    height: 5vw; 
width: 5vw;
    background: black; 
    color: black; 
    
    border: 0.25vw solid black; 
    
    
    cursor: pointer; 
} 
.dt1 img{
height: 4.5vw;
width: auto;

}

.dc1 { 
    display: none; 
    position: absolute; 
    top: 5.3vw;  
    background-color: #f9f9f9;  
    box-shadow: 0px 1vh 2vh 0px rgba(0,0,0,0.2); 
    z-index: 1; 
    
  left: 50%;
transform: translate(-50%, -0%);
} 

.dc1 a { 
    color: black; 
    padding: 3vw 3vw; 
    text-decoration: none; 
    display: block; 
    font-size: 4vw; 
} 

.dc1 a:hover { 
    background-color: lightgray;
} 

.dd1:hover .dc1 { 
    display: block; 
} 

.dd1:hover .dt1 { 
    background-color: darkgray; 
} 





.gp {
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow child elements to wrap to the next line */
    justify-content: space-between; /* Align items to the left */
   
}

.mg1 {
    border: 0.1vw white solid;
    background: black;
    text-align: center;
    width: 29vw; /* Width of each .mg1 block */
    margin-bottom: 1vw; /* Optional spacing below each element */

}




a{
text-decoration: none;
}

.gimg {
    width: 22vw; /* Width of the image */
}






*{ padding: 0; margin: 0; }

.fit{ width: 88vw;}
.right{right: 5vw;}
h1 {
 padding: 2.25vw 0;
 margin: 0;
  font-family: sans-serif;
  font-size: 11vw;
  color: lightgray;
}
h2 {
  padding: 2.25vw 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 9vw;
  color: lightgray;
  
  }
h3 {
  padding: 2vw 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 7vw;
  color: lightgray;
}
p {
color: lightgray;
font-family: sans-serif;
font-size: 4.5vw;
padding: 2vw 0;
}
small {
color: lightgray;
font-family: sans-serif;
font-size: 2vw;
padding: 0.75vw 0;
}
.h3img{
width: 7vw;
height: 7vw;
border-radius: 50%;
}
.h2img{
width: 9vw;
height: 9vw;
}
.br{
    height: 4vw;
}
.pc1{
    width: 89.4vw;
    border: 0.3vw lightgray solid;
    background: black;
}
.pc2{
    width: 89.4vw;
    border: 0.3vw lightgray solid;
    background: black;
}
.imgp{ height: 4.5vw; background: url(Lt.png); background-repeat: no-repeat;
  background-size: 100% 60%;
  background-position: 50% 45%;
  color: transparent;
}
.tab1 {
display: flex; justify-content: space-between; border: 0.1vw lightgray solid; background-color: black; width: 89.8vw;
}
.tab2{ padding: 0; margin: 0; display: flex; justify-content: space-between; border: 1px lightgray solid; background-color: black; width: 90vw;}
.code {
border-left: 8px solid blue;
text-align: left;
background-color: gray;
}
.code p{
display: table; /* keep the background color wrapped tight */ margin: 0px auto 0px auto; /* keep the table centered */ padding:5px;font-size:3rem;color:black;
text-align: left; word-break:break-all; 
}
.lime{
color: lime;
}
.green{
color: green;
}
.red{
color: red;
}
span[class=cyan]{
color: cyan;

}
span[class=yellow]{
color: yellow;

}

html, body {
  background-color: #808080;
  padding-bottom: env(safe-area-inset-bottom);
}


.all {margin:0;background:#414141;padding:0 5vw; padding-top:18vw;text-align:center;word-break:normal;}
.all1 {margin:0;background:#414141;padding:0 5vw; text-align:center;word-break:normal;}
body {background:#414141; width: 100vw; min-height: 100vh;display: flex;
  flex-direction: column;
padding-bottom: env(safe-area-inset-bottom);
}
main{ flex: 1;}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}
.put {
  width: 100%;
  min-height: 10vw;
  font-size: 5vw;
  border: 0.3vw solid white;
  background: black;
  color: cyan;
}

.put2 {
  width: 100%;
  min-height: 10vw;
  font-size: 5vw;
  border: 0.3vw solid white;
  background: black;
  color: cyan;
  padding: 2vw;
}

.put:-webkit-autofill,
.put2:-webkit-autofill {
  
  
  
  
  color: cyan !important;
  -webkit-text-fill-color: blue !important;
}



.put:-moz-autofill,
.put2:-moz-autofill {
  width: 100% !important;
  
  background: black !important;
  color: blue !important;
}




.sub { width:100%;height:10vw;display:inline;background-color:cyan;font-size:5vw;border: 0.3vw solid white;}



.main {
  padding: 0px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
kbd kbd { background: #eaeaea; border: 1px solid #ccc; margin: 0 .1em; padding: .25em; }

img .imgcnt { width:970px; border: black 2px solid;}
}

.i5501{ font-size: 1.2vw; padding: 0 0; margin: inherit;}
.i5502{ font-size: 1.2vw; padding: 0 0; margin: inherit;}




.sfont { background-color: green; font-size:2vw; display: flex; justify-content: space-between; width: 80vw; padding: 0vw 10vw 0vw 10vw; color: cyan;}
.sfont a { font-size:2.3vh; color:cyan; text-decoration: none;}

.d005{ width: 20vw;}
.d004{
height:4.5em;display: flex; justify-content: space-between;
}
.d003{
height:4.5em;display: flex; justify-content: space-between;
}
.d002{
float: left; width:12vw; height:12vw;margin-top:2.5vw; border-radius: 50%;
}
.d001{
border: 0.5vw solid green; overflow:auto;
}


/*DESKTOP*/ @media only screen and (min-width : 1000px), only screen and (orientation: landscape) { 

.fit{
margin-right: 10vw;
width: 28.94vw;
max-width: 28.94vw;
}

.dropdown-content3 { padding: 0.5vw; position: absolute; display: none;     border: 0.03vw white solid; width: 28.94vw; }


.si1{
width: 20vw;
height: 20vw;

}

.bi1{
height: 1.4vw;
}
.bi1 img{
height: 1.2vw;

}

.dd1 { 
    position: relative; 
    display: inline-block; 
    
} 

.dt1 { 
    
    height: 1.4vw; 
width: 1.4vw;
    
    
    
    cursor: pointer; 
} 
.dt1 img{
height: 1.2vw;
width: auto;

}

.dc1 { 
    display: none; 
    position: absolute; 
    top: 1.5vw;  
    background-color: #f9f9f9;  
    box-shadow: 0px 1vh 2vh 0px rgba(0,0,0,0.2); 
    z-index: 1; 
    
  left: 50%;
transform: translate(-50%, -0%);
} 

.dc1 a { 
    color: black; 
    padding: 3vw 3vw; 
    text-decoration: none; 
    display: block; 
    font-size: 4vw; 
} 

.dc1 a:hover { 
    background-color: darkgray;
} 

.dd1:hover .dc1 { 
    display: block; 
} 

.dd1:hover .dt1 { 
    background-color: darkgray; 
} 










.mg1{
    
    text-align: center;
    width: 12vw;
}

.gimg{ width: 8vw;}


    .fit{ width: 49.8vw;}
    .right{ right: 25vw; }
h1 {
  padding: 1vw 0;
  font-family: sans-serif;
  font-size: 2.5vw;

 
}
h2 {
  padding: 1vw 0;
  font-family: sans-serif;
  font-size: 2vw;
  
}
h3 {
 padding: 1vw 0;
  font-family: sans-serif;
  font-size: 1.5vw;
  
}
p {

font-family: sans-serif;
font-size: 1vw;
padding: 1vw 0;

}
.imgp{ height: 1vw;}
.pc1{
    width: 29.4vw;
    
margin-left: 10vw;
}
.tab1 {
display: flex; justify-content: space-between; width:29.94vw;

border: 0.03vw lightgray solid;
}
.tab2 {
display: flex; justify-content: space-between;  width:28vw;
padding: 1vw;
}
img[class=tab2]{
    width: 28vw;
    margin-left: 10vw;
}
.br{
    height: 1vw;
}
.code {
border-left: 8px solid blue;
text-align: left;
background-color: gray;
}
.code p{
display: table; /* keep the background color wrapped tight */ margin: 0px auto 0px auto; /* keep the table centered */ padding:5px;font-size:3rem;color:black;
text-align: left; word-break:break-all; 
}

.all {margin:0;background:#414141;width: 50vw; text-align:center;word-break:normal; padding: 4.55vw 25vw 0 25vw; text-align: center;}
.all1 {margin:0;background:#414141;width:50vw; text-align:center;word-break:normal; padding: 0 25vw; text-align: center;}
body {background:#414141; width: 100vw;}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}
.put { width:29.4vw;min-height:3vw;font-size:1.5vw;border: 0.03vw solid lightgray; }
.put2 { width:29.4vw;min-height:3vw;font-size:1.5vw;border: 1px solid lightgray; padding: 1vw;}

.sub { width:29.4vw;height:3vw; display:inline;font-size:1.5vw;border: 0.03vw solid white;}

.main {
  padding: 0px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
kbd kbd { background: #eaeaea; border: 1px solid #ccc; margin: 0 .1em; padding: .25em; }

img .imgcnt { width:970px; border: black 2px solid;}

.i5501{ font-size: 1vw; padding: 0vw 0; margin: inherit;}
.i5502{ font-size: 1vw; padding: 0vw 0; margin: inherit;}


.sfont { background-color: green; font-size:2vw; display: flex; justify-content: space-between; width: 40vw; padding: 0vw 30vw 0vw 30vw; color: cyan;}
.sfont a { font-size:1vw; color:cyan; text-decoration: none;}
.d005{ width: 10vw;}
.d004{
display: flex; justify-content: space-between;
font-size: 1.25vw; margin-top: 0;
}
.d003{
display: flex; justify-content: space-between;
margin-top: 0; font-size: 1.25vw;
}
.d002{
float: left; width:7vw; height:7vw;margin-top:1vw; margin-bottom: 1vw; border-radius: 50%;
}
.d001{
border-left: 0.4vw solid green; border-right: 0.4vw solid green; border-top: 0.2vw solid green; border-bottom: 0.2vw solid green; overflow:auto;
height: 9vw;
}


}

/*DESKTOP💎🦐🔑📡📡❄️🎩❄️✅✅🪙📃🎉*/ 
@media only screen and (max-width : 1000px) and (orientation: landscape) { 

  .fit {
    width: 48.94vw; /* different width */
    max-width: 48.94vw;

  }

  .dropdown-content3 { 
    width: 48.94vw; /* different width */
  }

  h1 {
    font-size: 4vw; /* different font size */
  }

  h2 {
    font-size: 3.2vw; /* different font size */
  }

  h3 {
    font-size: 2.4vw; /* different font size */
  }

  p {
    font-size: 1.6vw; /* different font size */
  }

  .pc1 {
    width: 49.4vw; /* different width */
    margin-left: 0vw; /* different margin */
  }

  .put {
    width: 49.4vw; /* different width */
    font-size: 2vw; /* different font size */
  }

  .put2 {
    width: 49.4vw; /* different width */
    font-size: 2vw; /* different font size */
    padding: 1vw; /* different padding */
  }

.tab1 {
display: flex; justify-content: space-between; width:49.94vw;

border: 0.03vw lightgray solid;
}

  .sub {
    width: 49.4vw; /* different width */
    font-size: 2vw; /* different font size */
  }

  .sfont {
    font-size: 2vw; /* different font size */
    padding: 0vw 30vw 0vw 30vw; /* different padding */
  }

  .sfont a {
    font-size: 1vw; /* different font size */
  }

}

/*DESKTOP💎🦐🔑📡📡❄️🎩❄️✅✅🪙📃🎉*/ 
@media only screen and (max-width : 1200px) and (min-width: 1000px) and (orientation: landscape) { 

  .fit {
    width: 38.94vw; /* different width */
    max-width: 38.94vw;
right: 5vw;
  }

  .dropdown-content3 { 
    width: 38.94vw; /* different width */
  }

  h1 {
    font-size: 4vw; /* different font size */
  }

  h2 {
    font-size: 3.2vw; /* different font size */
  }

  h3 {
    font-size: 2.4vw; /* different font size */
  }

  p {
    font-size: 1.6vw; /* different font size */
  }

  .pc1 {
    width: 39.4vw; /* different width */
    margin-left: 5vw; /* different margin */
  }

  .put {
    width: 39.4vw; /* different width */
    font-size: 2vw; /* different font size */
  }

  .put2 {
    width: 39.4vw; /* different width */
    font-size: 2vw; /* different font size */
    padding: 1vw; /* different padding */
  }
.tab1{
display: flex;  width:39.94vw;
border: 0.03vw lightgray solid;

}
  .sub {
    width: 39.4vw; /* different width */
    font-size: 2vw; /* different font size */
  }

  .sfont {
    font-size: 2vw; /* different font size */
    padding: 0vw 30vw 0vw 30vw; /* different padding */
  }

  .sfont a {
    font-size: 1vw; /* different font size */
  }

}

