/*  */

.slider-wrapper img {
    width: 100%;
}

.slider-wrapper .carousel-caption h3 span {
    font-size: 60px;
}

.slider-wrapper .carousel-caption h3 {
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-shadow: -1px 1px 9px #0d0d0df2;
}

.slider-wrapper .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 8%;
}

.slider-wrapper .carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 600;
}

.slider-wrapper .carousel-caption a:hover {
    color: rgb(25 50 50);
    background-color: rgb(137 182 72);
}

.slider-wrapper .carousel-caption a {
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-size: 17px;
    color: rgb(255 255 255);
    background-color: rgb(137 182 72);
    padding: 12px 40px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    border-radius: 25px;
    border: 2px solid rgb(255 255 255);
}

.carousel-control.left {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-image: none;
}

.carousel-control .ico {
    margin: 20px 0;
    width: 1.4em;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    transition: all 0.5s ease-in-out;
    background-color: rgb(168 202 1);
    color: rgb(255 255 255);
}

.carousel-control.left {
    height: 60px;
    width: 60px;
    top: 40%;
    left: 40px;
    border-radius: 50%;
}

.carousel-control.right {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-image: none;
}

.carousel-control.right {
    height: 60px;
    width: 60px;
    top: 40%;
    right: 40px;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-wrapper .carousel-caption {
        padding-bottom: 10%;
    }
    .slider-wrapper .carousel-caption h3 {
        font-size: 50px;
        letter-spacing: 1px;
    }
    .slider-wrapper .carousel-caption h3 span {
        font-size: 40px;
    }
    .slider-wrapper .carousel-caption p {
        font-size: 20px;
    }
    .slider-wrapper .carousel-caption a {
        margin-top: 20px;
        font-size: 15px;
        padding: 10px 35px;
    }
}