.sponsors div:nth-child(n + 2)::after {
    position: relative;
    color: rgb(107, 114, 128);
    z-index: 1000000;
    display: table;
    text-transform: capitalize;
    font-size: 0.8em;
    padding: 10px 0 0;
    width: 100%;
    text-align: center;
}
/* .sponsors div:nth-child(2)::after {
  content: "Hollywood Vacation";
}
.sponsors div:nth-child(3)::after {
  content: "Tourist Guidance Organization";
} */
.sponsor img {
    margin: 0 auto;
    display: table;
}
.slider-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.prev {
    background-color: #454545cf;
    color: white;
    cursor: pointer;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4b4b4bbf;
    width: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    margin-bottom: 30px;
}

.next {
    background-color: #454545cf;
    color: white;
    cursor: pointer;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4b4b4bbf;
    width: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    margin-bottom: 30px;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider {
    overflow: hidden;
    position: relative;
    width: 1200px;
    height: 120px;
}

.slider-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.item {
    flex: 0 0 calc((100% - 40px) / 5); /* Adjust the '4' to control the number of visible items */
    height: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.sponsor img {
    height: 5rem;
}
.sponsor span {
    position: relative;
    color: rgb(107, 114, 128);
    z-index: 1000000;
    display: table;
    text-transform: capitalize;
    font-size: 0.8em;
    padding: 10px 0 0;
    width: 100%;
    text-align: center;
}
.sponsors h1 {
    margin-bottom: 2rem;
    padding-right: 5rem;
}
