* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: Verdana, sans-serif;
}
ol li {
    list-style: decimal;
    list-style-position: inside;
}
.carousel {
position: relative;
max-width: 800px;
/* margin: 50px auto; */
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slide1 {
min-width: 100%;
height: 400px;
background-size: cover;
background-position: center;
}

.controls {
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
}

.prev, .next {
background-color: rgba(0,0,0,0.5);
color: white;
border: none;
font-size: 24px;
padding: 10px 20px;
cursor: pointer;
border-radius: 5px;
}

.indicators {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}

.dot {
height: 12px;
width: 12px;
margin: 0 4px;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 50%;
display: inline-block;
cursor: pointer;
}

.active {
background-color: white;
}

.carousel2 {
position: relative;
max-width: 800px;
/* margin: 50px auto; */
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.slides2 {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slide2 {
min-width: 100%;
height: 400px;
background-size: cover;
background-position: center;
}

.controls2 {
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
}

.prev2, .next2 {
background-color: rgba(0,0,0,0.5);
color: white;
border: none;
font-size: 24px;
padding: 10px 20px;
cursor: pointer;
border-radius: 5px;
}

.indicators2 {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}

.dot2 {
height: 12px;
width: 12px;
margin: 0 4px;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 50%;
display: inline-block;
cursor: pointer;
}

.active2 {
background-color: white;
}

.carousel3 {
position: relative;
max-width: 800px;
/* margin: 50px auto; */
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.slides3 {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slide3 {
min-width: 100%;
height: 400px;
background-size: cover;
background-position: center;
}

.controls3 {
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
}

.prev3, .next3 {
background-color: rgba(0,0,0,0.5);
color: white;
border: none;
font-size: 24px;
padding: 10px 20px;
cursor: pointer;
border-radius: 5px;
}

.indicators3 {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}

.dot3 {
height: 12px;
width: 12px;
margin: 0 4px;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 50%;
display: inline-block;
cursor: pointer;
}

.active3 {
background-color: white;
}