@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta&display=swap');

* {
	margin: 0;
	padding: 0;
	user-select: none;
}

html {
	font-family: 'Lexend Zetta', sans-serif;
	background: radial-gradient(ellipse at center, rgba(90,114,17,1) 0%,rgba(0,0,0,1) 100%);;
}

.container {
	background-color: rgb(36, 51, 38);
	/* box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07); */
	height: 370px;
	width: 950px;
	border-radius: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 12px 20px;
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.sequencer {
	border-radius:15px;
	display: flex;
	height: 270px;
	width: 840px;
	margin-top: 100px;
		border: 4px solid rgba(0, 241, 0, 0.1);
		background-color: #232b25;
}

#p0 {
	margin-top: 109px;
	width: 160px;
	padding-left: 2px;
	padding-right: 26px;
	
}

.drum-name {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -0.5px;
	line-height: 28px;
	padding: 0px 36px 0px 16px;
	border-radius: 6px;
	margin-bottom: 40px;
	background-color: #666262;
	color: #fff000;
    border: solid 2px #000000;
	border-radius:25px;
		  box-shadow:
  0 0 0 2px #967651,
  0 0 0 4px #727478;
 float:center;
}

#controls {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 0px;
	height: 120px;
}

#controls-left-side {
	float: left;
	height: 80%;
	color:#e86e10;
background-color: #282b2e;
	

}

#controls-right-side {
	float: right;
	height: 80%;
  border: solid 2px #000000;
  width:770px;
  	border-radius: 6px;
  	background-color:#282b2e;
}
.sampler.sampler2{
	width: 26px;

}

.butspre {
	height: 24px;
	float: center;
	font-weight: bold;
	color:#e86e10;
	padding: 6px 12px;
	border-radius: 6px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 36px;
	margin-right: 2px;
	margin-top: 16px;
	position: relative;
	-webkit-user-select: none;
	border-radius: 15px;
	 box-shadow:
  0 0 0 4px #967651,
  0 0 0 6px #727478;
  	background-color: #142040;
}

.butspre:hover {
	height: 24px;
	cursor: pointer;
	 border-radius: 15px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  	background-color: #ff0000;
	color: #000;
}

.butspre:active {
	top: 0px;
	height: 24px;
	 border-radius: 15px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  	background-color: #ffff00;
}
.butspre:focus {
	top: 0px;
	height: 24px;
	 border-radius: 15px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  	background-color: #ffff00;
}



.pulspre{
	float:center;
	border-radius:15px;
	display: inline-block;
	height: 60px;
	width: 840px;	
		border: 4px solid rgba(0, 241, 0, 0.1);
		background-color: #232b25;
		margin-top:45%;
}

.sampler {
	
	display: inline;
	width: 26px;
	height: 16px;
	padding: 30px 48px;
	border-radius: 6px;
	line-height: 120px;
	text-align: center;
	background-color: #547085;
	color: rgba(0, 0, 0, 0.6);
    border: solid 2px #000000;
	border-radius:15px;
		  box-shadow:
  0 0 0 2px #967651,
  0 0 0 4px #727478;
 float:center;
	position: relative;
}

.pressed {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
	top: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

#bpm {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.6);
	line-height: 120px;
	position: absolute;
	top: 25px;
	right: -24px;
	font-size: 28px;
	color:#e86e10;
}

#bpm-slider {
	position: absolute;
	top: 4px;
	right: 158x;
	width: 600px;
	font-size: 28px;
	  	background-color: #575551;
		 border-radius: 5px;
}

#bpm-slider:hover {
	cursor: pointer;
}

#controls p {
	display: inline;
	font-size: 23px;
	position: relative;
	top: -1px;
}

#clear-track {
	height: 24px;
	float: right;
	font-weight: bold;
	color:#e86e10;
	padding: 6px 12px;
	border-radius: 6px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 36px;
	margin-right: 2px;
	margin-top: 16px;
	position: relative;
	-webkit-user-select: none;
	border-radius: 15px;
	 box-shadow:
  0 0 0 4px #967651,
  0 0 0 6px #727478;
  	background-color: #142040;
}

#clear-track:hover {
	height: 24px;
	cursor: pointer;
	 border-radius: 15px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  	background-color: #ff0000;
	color: #000;
}

#clear-track:active {
	top: 0px;
	height: 24px;
	 border-radius: 15px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  	background-color: #ff0000;
}

.d1,
.d2,
.d3,
.d4,
.d5,
.d6,
.d7,
.d8,
.d9,
.d10,
.d11,
.d12,
.d13,
.d14,
.d15,
.d16 {
	
	height: 100%;
	width: 50%;
	margin: 5px 2px;
	display: inline-block;
}

.sample {
	background-color: rgba(97, 16, 2, 1);
	margin-left: 4px;
	margin-bottom: 20px;
	display: block;
	height: 50px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.sample:hover {
	cursor: pointer;
}

.row-highlight {
		width: 5%;
	background-color: rgba(28, 29, 28, 0.2);
}

.item-selected {
	background-color: rgba(224, 37, 4, 0.9);
}

#d-split {
	margin-right: 20px;
}

input[type=range] {
	height: 50px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	
}

input[type=range]:focus {
	outline: none;
	
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	box-shadow: 0px 0px 0px #000000;
	background-color: #04101f;
	border-radius: 1px;
	border: 1px solid #000;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #707070;
	border: 4px solid #A3A3A3;
	height: 42px;
	width: 18px;
	border-radius: 17px;

	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -17px;
	background-color: #5e6670;
	box-shadow:
  0 0 0 4px #044a10,
  0 0 0 6px #6a9e73;
	
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background-color: #04101f;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 7px;
	cursor: pointer;
	background: #EDEDED;
	border-radius: 50px;
	border: 1px solid #C2C2C2;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #A3A3A3;
	height: 42px;
	width: 13px;
	border-radius: 17px;
	background: #FFFFFF;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #EDEDED;
	border: 1px solid #C2C2C2;
	border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
	background: #EDEDED;
	border: 1px solid #C2C2C2;
	border-radius: 10px;
}

input[type=range]::-ms-thumb {
	margin-top: 1px;
	border: 1px solid #A3A3A3;
	height: 43px;
	width: 15px;
	border-radius: 50px;
	background: #FFFFFF;
	cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
	background: #EDEDED;
}

input[type=range]:focus::-ms-fill-upper {
	background: #EDEDED;
}

em{
	margin-right: 320px;
	font-size: 32px;
}

/* === Outer Section for the Demo === */
.carousel-section {
	overflow-x: hidden; /* Prevent page-level horizontal scroll */
}
/* === Carousel Container – allows the carousel to “break out” === */
.carousel-container {
	position: relative;
	/* This container is full width so that slides can be visible outside breakout-inner */
	width: 100vw;
	margin-left: calc(50% - 50vw); /* This makes it full-bleed */
	overflow: visible;
	background: #fff000;
}
/* === Carousel Inner – centered to match breakout-inner's width === */
.carousel-inner {
	position: relative;
	max-width: 1380px;
	margin: 0 auto;
	overflow: visible;
}
/* === Carousel Viewport – the “window” through which slides are seen.
         We set overflow visible here so the slides can “peek” beyond its bounds. === */
.carousel-viewport {
	position: relative;
	overflow: visible;
}
/* === The Slide Container (scroll-content) === */
.scroll-content {
	display: flex;
	gap: 20px;
	cursor: grab;
	will-change: transform;
	
}
/* === Each Slide (Card) === */
.scroll-item {
	  text-decoration:none;
	flex: 0 0 25vw; /* Each slide takes 25% of viewport width – adjust as needed */
	background: linear-gradient(135deg, rgba(201,222,150,0.39) 0%,rgba(138,182,107,0.58) 54%,rgba(57,130,53,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #ccc;
	padding: 1rem;
	user-select: none;
	height:90px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
    box-shadow: 1px 1px 4px 4px rgb(0,0,0);
	margin-bottom:5px;
}
.scroll-item:hover{
	color:#f00082;
	background-color: #ff0000;
	border: 1px solid #ccc;
}
.scroll-item img{
	float:right;
	height:60px;

}
.scroll-item p{
		margin-top: -10px;
	color:#000000;
text-shadow: white 0 1px;
font-size:22px;
line-height:20px;
}	
.scroll-item h2{
	width:90%;
	float:left;
	text-align:left;
	margin-top: -20px;
	color:#faa082;
	text-shadow:
    1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
	padding-left:20px;
}
.scroll-itemb {
	  text-decoration:none;
	flex: 0 0 11vw; /* Each slide takes 25% of viewport width – adjust as needed */
	background: linear-gradient(135deg, rgba(201,222,150,0.39) 0%,rgba(138,182,107,0.58) 54%,rgba(57,130,53,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #ccc;
	padding: 1rem;
	user-select: none;
	height:90px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
    box-shadow: 1px 1px 4px 4px rgb(0,0,0);
	margin-bottom:5px;
	width:60px;
}
.scroll-itemb img{
	float:right;
	height:60px;

}	
/* === Navigation Arrows === */
.carousel-nava {
	
	float:left;
    text-align: center;
	margin-top: -200px;
	margin-left: 20px;
}
.carousel-nava button {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	cursor: pointer;
	width:160px;
		height:45px;
	  text-decoration:none;
	  background-color: transparent;
	  background-image: url("http://www.ukeale.com/leftbut.png");
	border: 0px solid #ccc;
}
.carousel-navb {
	float:right;
	text-align: center;
	margin-top: -200px;
	margin-right: 20px;
	
}
.carousel-navb button {
	  background-color: transparent;
	background-image: url("http://www.ukeale.com/rightbut.png");
	padding: 0.5rem 1rem;
	font-size: 1rem;
	cursor: pointer;
	width:160px;
	text-decoration:none;
	height:45px;
	border: 0px solid #ccc;
}

.carousel-navb :hover{
background-color: transparent;
background-image: url("http://www.ukeale.com/rightbut1.png");
}
.carousel-nava :hover{
background-color:transparent;
 background-image: url("http://www.ukeale.com/leftbut1.png")
}












/* .parent, .parent2 {
	margin-top: 10px;
	display: flex;
	flex-wrap: no-wrap;
}

.kick, .clap {
	width: 50%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0px 2px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-family: "Courier New";
	font-size: 12px;
	border-radius: 12px;
	box-sizing: border-box;
}

.kick:hover, .clap:hover {
	cursor: pointer;
}

.item-selected {
	background-color: salmon;
}

.row {
	background-color: rgba(0, 0, 0, 0.25);
} */