
      /* Modern browsers — Chrome 121+, Edge 121+, Firefox, Safari 18.2+ */
* {
  scrollbar-width: 32px;
  scrollbar-color: #ffc800 #0099ff;
}

/* Legacy WebKit — older Chrome/Edge/Safari, radius, borders & shadows */
*::-webkit-scrollbar {
  width: 32px;
  height: 32px;
}

*::-webkit-scrollbar-track {
  background-color: #0099ff;
  border-radius: 8px;
  padding: 1px;
}

*::-webkit-scrollbar-track:hover {
  background-color: #005685;
}

*::-webkit-scrollbar-track:active {
  background-color: #003147;
}

*::-webkit-scrollbar-thumb {
  background-color: #ffc800;
  border-radius: 8px;
  min-height: 30px;
  border: 4px solid #1eff00;
  box-shadow: 0 0 20px rgba(17,255,0, 1.00);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #ffa200;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #ff0000;
}

*::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}




body{
  
  padding: 75px ;
  
  background-image: url(picture_and_effects/asadal_stock_1.jpg) ;
  background-size: cover ;
  background-repeat: no-repeat ;
  background-attachment: fixed ;
  background-position: center ;
  
  overflow: scroll;
}


.basey-site.with.john{
  
  display: block ;
  position: alternative ;
  padding: 20px  ;
  
  top: 100px ;
  
  border: 5px dashed ;
  border-color: limegreen ;
  border-radius: 20px ;
  
  background: #a67950;
  background: radial-gradient(circle, rgba(166, 121, 80, 1) 3%, rgba(171, 118, 65, 1) 9%, rgba(176, 97, 0, 1) 15%, rgba(252, 70, 155, 0.33) 16%, rgba(251, 251, 63, 0.33) 29%, rgba(105, 252, 125, 0.13) 44%, rgba(252, 183, 90, 1) 44%, rgba(252, 219, 70, 1) 49%, rgba(255, 66, 158, 1) 54%, rgba(113, 63, 251, 1) 59%, rgba(176, 63, 251, 1) 63%, rgba(176, 63, 251, 1) 70%, rgba(63, 251, 229, 0.23) 70%, rgba(63, 251, 229, 0) 89%, rgba(182, 255, 117, 1) 89%);
  backdrop-filter: url("filters.svg#filter") blur(4px) saturate(150%) hue-rotate(120deg);
  
  transition: 1s ;
  
}

dive.basey-site.with.john:hover{
  
  
  display: block ;
  position: alternative ;
  
  top: -10px ;
  
  border: 10px dashed ;
  border-color: orange ;
  border-radius: 20px ;
  
  background: #a67950;
  background: radial-gradient(circle, rgba(166, 121, 80, 1) 3%, rgba(171, 118, 65, 1) 9%, rgba(176, 97, 0, 1) 15%, rgba(252, 70, 155, 0.33) 16%, rgba(251, 251, 63, 0.33) 29%, rgba(105, 252, 125, 0.13) 44%, rgba(252, 183, 90, 1) 44%, rgba(252, 219, 70, 1) 49%, rgba(255, 66, 158, 1) 54%, rgba(113, 63, 251, 1) 59%, rgba(176, 63, 251, 1) 63%, rgba(176, 63, 251, 1) 70%, rgba(63, 251, 229, 0.23) 70%, rgba(63, 251, 229, 0) 89%, rgba(117, 255, 182, 1) 89%);
  backdrop-filter: url("filters.svg#filter") blur(10px) saturate(170%) hue-rotate(270deg) contrast(250%);
  
  
  
  
  
  
  
  
  
}

.txt.block{
  
  display: block ;
  height: 100px ;
  
  border: 10px solid ;
  border-color: 000000 ;
  border-radius: 15px ;
  padding: 4px ;
  
  background-color: #ffffff ;
  
  font-size: 10px ;
  font-display: arial, verdana ;
  
}

section.grid{
  
  
  display: grid ;
  grid-template-columns: repeat( auto-fit, minmax(100px, 2fr) ) ;
  gap: 50px;
  
  
}

dive.card{
  
  padding: 2rem ;
  
  border-radius: 5px;
  border: dashed 7px ;
  border-color: indianred ;
  
}



.basey-site.with.john.with.IE.compatibility{
  
  height: 500px ;
  
  
  border: dashed 3px ;
  border-color: white ;
  
  background-image: url(picture_and_effects/0017-mosaico-pool-tiles-texture-seamless.jpg) ;
  
  
}
