.swiper-slide {
    position: relative;
    text-align: center;
}

.slide-content {
    position: absolute;
    max-width: 900px;
    width:auto;
    bottom: 25%;
    left: 25%;
    right: 25%;  
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.slide-content h3 {
    font-family: 'Roboto','Arial';
    color:#fff;
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 10px;
}

.slide-content p {
    font-family: 'Roboto','Arial';
    color:#fff;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.slide-button {
    font-family: 'Roboto','Arial';
    display: inline-block;
    background-color: #ffc800;
    color: #111;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.slide-button:hover {
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    color: #cccccc;
    padding: 10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #ffffff;
}

.swiper-pagination-bullet {
    background: #ffffff1e;
    opacity: 0.6;
    padding:8px;
}

.swiper-pagination-bullet-active {
    background: #cccccc;
    opacity: 1;
    padding:8px;
}
